mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
afdf8fd9c9
commit
28dc3c6787
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue