Add GUID defintions for gDeviceRecoveryModulePpiGuid

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3055 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2007-07-05 00:56:21 +00:00
parent 0b2f42c25e
commit a2e6637d9a
2 changed files with 6 additions and 0 deletions

View File

@ -140,5 +140,6 @@
gEfiPeiRecoveryModulePpiGuid = { 0xFB6D9542, 0x612D, 0x4f45, { 0x87, 0x2f, 0x5c, 0xff, 0x52, 0xe9, 0x3d, 0xcf }} gEfiPeiRecoveryModulePpiGuid = { 0xFB6D9542, 0x612D, 0x4f45, { 0x87, 0x2f, 0x5c, 0xff, 0x52, 0xe9, 0x3d, 0xcf }}
gEfiPeiS3ResumePpiGuid = { 0x4426CCB2, 0xE684, 0x4a8a, { 0xae, 0x40, 0x20, 0xd4, 0xb0, 0x25, 0xb7, 0x10 }} gEfiPeiS3ResumePpiGuid = { 0x4426CCB2, 0xE684, 0x4a8a, { 0xae, 0x40, 0x20, 0xd4, 0xb0, 0x25, 0xb7, 0x10 }}
gEfiPeiSmbusPpiGuid = { 0xabd42895, 0x78cf, 0x4872, { 0x84, 0x44, 0x1b, 0x5c, 0x18, 0x0b, 0xfb, 0xda }} gEfiPeiSmbusPpiGuid = { 0xabd42895, 0x78cf, 0x4872, { 0x84, 0x44, 0x1b, 0x5c, 0x18, 0x0b, 0xfb, 0xda }}
gEfiPeiDeviceRecoveryModulePpiGuid = {0x0DE2CE25, 0x446A, 0x45a7, {0xBF, 0xC9, 0x37, 0xDA, 0x26, 0x34, 0x4B, 0x37 }}

View File

@ -332,5 +332,10 @@
<GuidValue>3CDC90C6-13FB-4A75-9E79-59E9DD78B9FA</GuidValue> <GuidValue>3CDC90C6-13FB-4A75-9E79-59E9DD78B9FA</GuidValue>
<HelpText/> <HelpText/>
</Entry> </Entry>
<Entry Name="DeviceRecoveryModule">
<C_Name>gEfiPeiDeviceRecoveryModulePpiGuid</C_Name>
<GuidValue>0DE2CE25-446A-45A7-BFC9-37DA26344B37</GuidValue>
<HelpText/>
</Entry>
</PpiDeclarations> </PpiDeclarations>
</PackageSurfaceArea> </PackageSurfaceArea>