The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5758 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2008-08-30 14:09:38 +00:00
parent ed300ce2a6
commit 60c93673b3
63 changed files with 89 additions and 128 deletions

View File

@ -113,7 +113,7 @@ typedef struct _EFI_IFR_GUID_SUBCLASS {
} EFI_IFR_GUID_SUBCLASS;
//
// GUIDed opcodes defined for Tiano
// GUIDed opcodes defined for framework vfr.
//
#define EFI_IFR_FRAMEWORK_GUID \
{ 0x31ca5d1a, 0xd511, 0x4931, { 0xb7, 0x82, 0xae, 0x6b, 0x2b, 0x17, 0x8c, 0xd7 } }