diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-10 09:49:49 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-10 09:49:49 +0000 |
commit | 28dc3c6787c5e8bdbd1940516fa73238b7d48060 (patch) | |
tree | 60f72b82db1b104e3b5d742bbf8480e24dcfa767 | |
parent | afdf8fd9c93d212c9980f51b27ff7a97fd573726 (diff) | |
download | edk2-platforms-28dc3c6787c5e8bdbd1940516fa73238b7d48060.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@3611 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h index 3c7395e983..a46036b50f 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.h +++ b/MdeModulePkg/Core/Pei/PeiMain.h @@ -26,6 +26,7 @@ Revision History #include <PiPei.h>
#include <FrameworkPei.h>
+#include <Guid/StatusCodeDataTypeId.h>
#include <Ppi/DxeIpl.h>
#include <Ppi/MemoryDiscovered.h>
#include <Ppi/FindFv.h>
@@ -43,7 +44,7 @@ Revision History #include <Library/PeCoffGetEntryPointLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/TimerLib.h>
-
+#include <IndustryStandard/PeImage.h>
extern EFI_GUID gEfiPeiCorePrivateGuid;
|