From 14de5ad421c6b64e9237feec2ce0a31b518764cf Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 20 May 2008 09:10:18 +0000 Subject: [PATCH] 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 --- EdkCompatibilityPkg/EdkCompatibilityPkg.dec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/EdkCompatibilityPkg/EdkCompatibilityPkg.dec b/EdkCompatibilityPkg/EdkCompatibilityPkg.dec index 8a6d4db6fd..09bb91c7fe 100644 --- a/EdkCompatibilityPkg/EdkCompatibilityPkg.dec +++ b/EdkCompatibilityPkg/EdkCompatibilityPkg.dec @@ -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 }} +