mirror of https://github.com/acidanthera/audk.git
1) Make Compatibility/Include the public include directory.
2) Add two PPI into dec file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5228 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d79eed91e3
commit
14de5ad421
|
@ -38,7 +38,7 @@
|
|||
#
|
||||
################################################################################
|
||||
[Includes.common]
|
||||
|
||||
Compatibility/Include
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
@ -47,3 +47,8 @@
|
|||
#
|
||||
################################################################################
|
||||
[LibraryClasses.common]
|
||||
|
||||
[Ppis.common]
|
||||
gPeiReadonlyVariableThunkPresentPpiGuid = { 0xe84e9e0b, 0xb5dd, 0x4d08, { 0x9e, 0x46, 0x82, 0x1f, 0xf, 0x14, 0xe9, 0x1b }}
|
||||
gEcpPeiPciCfgPpiGuid = {0xb0ee53d4, 0xa049, 0x4a79, { 0xb2, 0xff, 0x19, 0xd9, 0xfa, 0xef, 0xaa, 0x94 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue