diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-10 05:29:15 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-10 05:29:15 +0000 |
commit | f22cf5f19ab53e55b6d5dbd76a0e817ce4e0d756 (patch) | |
tree | a4487deca1082fb21ebc4c9ec22869f18323d1dd /IntelFrameworkPkg/Include/Framework | |
parent | f4118ff0a521b2d1899d62b32d017c9176a6d2ff (diff) | |
download | edk2-platforms-f22cf5f19ab53e55b6d5dbd76a0e817ce4e0d756.tar.xz |
1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file.
2) Move BaseReportStatusCodeLib, PeiDxeDebugLibReportStatusCode, DxeReportStatusCodeLibFramework,PeiReportStatusCodeLib to IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3600 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Framework')
-rw-r--r-- | IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h b/IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h index 7feb12741d..bbac633969 100644 --- a/IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h +++ b/IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h @@ -25,11 +25,6 @@ #include <Protocol/DebugSupport.h>
///
-/// The size of string
-///
-#define EFI_STATUS_CODE_DATA_MAX_STRING_SIZE 150
-
-///
/// This is the max data size including all the headers which can be passed
/// as Status Code data. This data should be multiple of 8 byte
/// to avoid any kind of boundary issue. Also, sum of this data size (inclusive
@@ -64,19 +59,6 @@ typedef struct { #pragma pack()
-#pragma pack(1)
-
-typedef struct {
- UINT32 ErrorLevel;
- //
- // 12 * sizeof (UINT64) Var Arg stack
- //
- // ascii DEBUG () Format string
- //
-} EFI_DEBUG_INFO;
-
-#pragma pack()
-
//
// declaration for EFI_EXP_DATA. This may change
//
|