diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-13 04:59:39 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-13 04:59:39 +0000 |
commit | 1cddf2eff441ba1d0bd81441873fe90be2cbc6aa (patch) | |
tree | 2587db7afdea6d7a1bd223d23e33dc22bab35908 /MdePkg/MdePkg.dec | |
parent | 86c64631f0c0aa398cf1f34113b1b51d74593b99 (diff) | |
download | edk2-1cddf2eff441ba1d0bd81441873fe90be2cbc6aa.zip edk2-1cddf2eff441ba1d0bd81441873fe90be2cbc6aa.tar.gz edk2-1cddf2eff441ba1d0bd81441873fe90be2cbc6aa.tar.bz2 |
Add the following PI 1.2 PPIs to the MdePkg
1) Block I/O PPI
2) Device Recovery PPI
3) Recovery Module PPI
4) S3 Resume PPI
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8914 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/MdePkg.dec')
-rw-r--r-- | MdePkg/MdePkg.dec | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index d779259..65030a9 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -26,7 +26,7 @@ PACKAGE_VERSION = 1.00
-[Includes.common]
+[Includes]
Include
[Includes.Ia32]
@@ -41,7 +41,7 @@ [Includes.EBC]
Include/Ebc
-[LibraryClasses.common]
+[LibraryClasses]
## @libraryclass Provides most usb APIs to support the Hid requests defined in Usb Hid 1.1 spec
# and the standard requests defined in Usb 1.1 spec.
##
@@ -195,7 +195,7 @@ ## @libraryclass Provides library services to make PAL Calls.
PalLib|Include/Library/PalLib.h
-[Guids.common]
+[Guids]
#
# GUID defined in UEFI2.1/UEFI2.0/EFI1.1
#
@@ -352,7 +352,7 @@ ## Include/Guid/HardwareErrorVariable.h
gEfiHardwareErrorVariableGuid = { 0x414E6BDD, 0xE47B, 0x47cc, { 0xB2, 0x44, 0xBB, 0x61, 0x02, 0x0C, 0xF5, 0x16 }}
-[Ppis.common]
+[Ppis]
## Include/Ppi/MasterBootMode.h
gEfiPeiMasterBootModePpiGuid = { 0x7408d748, 0xfc8c, 0x4ee6, {0x92, 0x88, 0xc4, 0xbe, 0xc0, 0x92, 0xa4, 0x10 } }
@@ -413,8 +413,23 @@ ## Include/Ppi/Pcd.h
gPcdPpiGuid = { 0x6e81c58, 0x4ad7, 0x44bc, { 0x83, 0x90, 0xf1, 0x2, 0x65, 0xf7, 0x24, 0x80 } }
+ #
+ # PPIs defined in PI 1.2.
+ #
+
+ ## Include/Ppi/RecoveryModule.h
+ gEfiPeiRecoveryModulePpiGuid = { 0xFB6D9542, 0x612D, 0x4f45, { 0x87, 0x2f, 0x5c, 0xff, 0x52, 0xe9, 0x3d, 0xcf }}
-[Protocols.common]
+ ## Include/Ppi/DeviceRecoveryModule.h
+ gEfiPeiDeviceRecoveryModulePpiGuid = { 0x0DE2CE25, 0x446A, 0x45a7, { 0xBF, 0xC9, 0x37, 0xDA, 0x26, 0x34, 0x4B, 0x37 }}
+
+ ## Include/Ppi/BlockIo.h
+ gEfiPeiVirtualBlockIoPpiGuid = { 0x695d8aa1, 0x42ee, 0x4c46, { 0x80, 0x5c, 0x6e, 0xa6, 0xbc, 0xe7, 0x99, 0xe3 }}
+
+ ## Include/Ppi/S3Resume.h
+ gEfiPeiS3ResumePpiGuid = { 0x4426CCB2, 0xE684, 0x4a8a, { 0xae, 0x40, 0x20, 0xd4, 0xb0, 0x25, 0xb7, 0x10 }}
+
+[Protocols]
#
# Protocols defined in PI1.0.
#
|