mirror of https://github.com/acidanthera/audk.git
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:
parent
0b2f42c25e
commit
a2e6637d9a
|
@ -140,5 +140,6 @@
|
|||
gEfiPeiRecoveryModulePpiGuid = { 0xFB6D9542, 0x612D, 0x4f45, { 0x87, 0x2f, 0x5c, 0xff, 0x52, 0xe9, 0x3d, 0xcf }}
|
||||
gEfiPeiS3ResumePpiGuid = { 0x4426CCB2, 0xE684, 0x4a8a, { 0xae, 0x40, 0x20, 0xd4, 0xb0, 0x25, 0xb7, 0x10 }}
|
||||
gEfiPeiSmbusPpiGuid = { 0xabd42895, 0x78cf, 0x4872, { 0x84, 0x44, 0x1b, 0x5c, 0x18, 0x0b, 0xfb, 0xda }}
|
||||
gEfiPeiDeviceRecoveryModulePpiGuid = {0x0DE2CE25, 0x446A, 0x45a7, {0xBF, 0xC9, 0x37, 0xDA, 0x26, 0x34, 0x4B, 0x37 }}
|
||||
|
||||
|
||||
|
|
|
@ -332,5 +332,10 @@
|
|||
<GuidValue>3CDC90C6-13FB-4A75-9E79-59E9DD78B9FA</GuidValue>
|
||||
<HelpText/>
|
||||
</Entry>
|
||||
<Entry Name="DeviceRecoveryModule">
|
||||
<C_Name>gEfiPeiDeviceRecoveryModulePpiGuid</C_Name>
|
||||
<GuidValue>0DE2CE25-446A-45A7-BFC9-37DA26344B37</GuidValue>
|
||||
<HelpText/>
|
||||
</Entry>
|
||||
</PpiDeclarations>
|
||||
</PackageSurfaceArea>
|
Loading…
Reference in New Issue