diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-10 09:49:16 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-10 09:49:16 +0000 |
commit | afdf8fd9c93d212c9980f51b27ff7a97fd573726 (patch) | |
tree | 5556e58dd176429a25b7cd61ba6282d02b9110b2 /IntelFrameworkModulePkg | |
parent | c7458efd36f955f4c9af79290198f41e8d239216 (diff) | |
download | edk2-platforms-afdf8fd9c93d212c9980f51b27ff7a97fd573726.tar.xz |
1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h
2) Remove IntelFrameworkPkg/Framework/StatusCodeDataTypeId.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3610 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c index 26835fa0ff..a335ae74c3 100644 --- a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c +++ b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c @@ -14,9 +14,7 @@ #include <Base.h>
-#include <Framework/StatusCodeDataTypeId.h>
#include <Framework/StatusCode.h>
-
#include <Guid/StatusCodeDataTypeId.h>
#include <Library/ReportStatusCodeLib.h>
#include <Library/DebugLib.h>
|