mirror of https://github.com/acidanthera/audk.git
add gEfiStatusCodeSpecificDataGuid definition
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2843 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9477444115
commit
318ace1ea6
|
@ -33,7 +33,7 @@
|
|||
# Include Section - list of Include Paths that are provided by this package.
|
||||
# Comments are used for Keywords and Module Types.
|
||||
#
|
||||
# Supported Module Types:
|
||||
# Supported Module Types:
|
||||
# BASE PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER
|
||||
#
|
||||
################################################################################
|
||||
|
@ -59,8 +59,8 @@
|
|||
#
|
||||
################################################################################
|
||||
[Guids.common]
|
||||
gEfiStatusCodeSpecificDataGuid = { 0x335984BD, 0xE805, 0x409A, { 0xB8, 0xF8, 0xD2, 0x7E, 0xCE, 0x5F, 0xF7, 0xA6 }}
|
||||
gEfiStatusCodeDataTypeDebugGuid = { 0x9A4E9246, 0xD553, 0x11D5, { 0x87, 0xE2, 0x00, 0x06, 0x29, 0x45, 0xC3, 0xB9 }}
|
||||
gEfiStatusCodeSpecificDataGuid = { 0x335984bd, 0xe805, 0x409a, { 0xb8, 0xf8, 0xd2, 0x7e, 0xce, 0x5f, 0xf7, 0xa6 }}
|
||||
gEfiMiscProducerGuid = { 0x62512c92, 0x63c4, 0x4d80, { 0x82, 0xb1, 0xc1, 0xa4, 0xdc, 0x44, 0x80, 0xe5 }}
|
||||
gEfiMiscSubClassGuid = { 0x772484B2, 0x7482, 0x4b91, { 0x9f, 0x9a, 0xad, 0x43, 0xf8, 0x1c, 0x58, 0x81 }}
|
||||
gEfiMemorySubClassGuid = { 0x4E8F4EBB, 0x64B9, 0x4e05, { 0x9b, 0x18, 0x4c, 0xfe, 0x49, 0x23, 0x50, 0x97 }}
|
||||
|
|
|
@ -99,6 +99,11 @@
|
|||
<GuidValue>9A4E9246-D553-11D5-87E2-00062945C3B9</GuidValue>
|
||||
<HelpText/>
|
||||
</Entry>
|
||||
<Entry Name="StatusCodeSpecificData">
|
||||
<C_Name>gEfiStatusCodeSpecificDataGuid</C_Name>
|
||||
<GuidValue>335984BD-E805-409A-B8F8-D27ECE5FF7A6</GuidValue>
|
||||
<HelpText/>
|
||||
</Entry>
|
||||
</GuidDeclarations>
|
||||
<ProtocolDeclarations>
|
||||
<Entry Name="DataHub">
|
||||
|
|
Loading…
Reference in New Issue