]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add print protocol GUID to EdkCompatibilityPkg.dec and add PrintThunk to EdkCompatibi...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Feb 2009 03:26:37 +0000 (03:26 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Feb 2009 03:26:37 +0000 (03:26 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7585 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/EdkCompatibilityPkg.dec
EdkCompatibilityPkg/EdkCompatibilityPkg.dsc

index dcf9d18d47e31e7a203a415f246a71e17ded1764..961f56513ec521e2d33264da3d6d5ea7447ef72b 100644 (file)
@@ -50,5 +50,8 @@
 \r
 [Ppis.common]\r
   gPeiReadonlyVariableThunkPresentPpiGuid = { 0xe84e9e0b, 0xb5dd, 0x4d08, { 0x9e, 0x46, 0x82, 0x1f, 0xf, 0x14, 0xe9, 0x1b }} \r
-  gEcpPeiPciCfgPpiGuid                    = {0xb0ee53d4, 0xa049, 0x4a79, { 0xb2, 0xff, 0x19, 0xd9, 0xfa, 0xef, 0xaa, 0x94 }} \r
+  gEcpPeiPciCfgPpiGuid                    = { 0xb0ee53d4, 0xa049, 0x4a79, { 0xb2, 0xff, 0x19, 0xd9, 0xfa, 0xef, 0xaa, 0x94 }} \r
+\r
+[Protocols.common]\r
+  gEfiPrintProtocolGuid                   = { 0xdf2d868e, 0x32fc, 0x4cf0, {0x8e, 0x6b, 0xff, 0xd9, 0x5d, 0x13, 0x43, 0xd0} }\r
 \r
index 4fcf1b816353af3a265a397bdf53835ef1729fe2..b73fce94c3a9d68fee80942d93504b0c73fba8a2 100644 (file)
@@ -241,6 +241,8 @@ define GCC_MACRO                 = -DEFI_SPECIFICATION_VERSION=0x00020000 -DPI_S
   EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableOnReadOnlyVariable2Thunk.inf\r
   EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/Uc2OnUcThunk.inf\r
   EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.inf\r
+  EdkCompatibilityPkg/Compatibility/PrintThunk/PrintThunk.inf\r
+\r
 \r
   #\r
   # User needs to turn on the compatibility switches for VFRC and EDK II build tool for Framework HII modules \r