gEfiShellFileGuid
  gEfiMemoryTypeInformationGuid
  gEfiFlashMapHobGuid


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2873 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2007-06-29 03:21:52 +00:00
parent c7f262410d
commit 2bf16f4cfe
2 changed files with 18 additions and 0 deletions

View File

@ -38,6 +38,9 @@
# #
################################################################################ ################################################################################
[Guids.common] [Guids.common]
gEfiShellFileGuid = { 0xC57AD6B7, 0x0515, 0x40A8, { 0x9D, 0x21, 0x55, 0x16, 0x52, 0x85, 0x4E, 0x37 }}
gEfiMemoryTypeInformationGuid = { 0x4C19049F, 0x4137, 0x4DD3, { 0x9C, 0x10, 0x8B, 0x97, 0xA8, 0x3F, 0xFD, 0xFA }}
gEfiFlashMapHobGuid = { 0xB091E7D2, 0x05A0, 0x4198, { 0x94, 0xF0, 0x74, 0xB7, 0xB8, 0xC5, 0x54, 0x59 }}
gEfiPeiPeCoffLoaderGuid = { 0xD8117CFF, 0x94A6, 0x11D4, { 0x9A, 0x3A, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }} gEfiPeiPeCoffLoaderGuid = { 0xD8117CFF, 0x94A6, 0x11D4, { 0x9A, 0x3A, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
gEfiGenericPlatformVariableGuid = { 0x59d1c24f, 0x50f1, 0x401a, { 0xb1, 0x01, 0xf3, 0x3e, 0x0d, 0xae, 0xd4, 0x43 }} gEfiGenericPlatformVariableGuid = { 0x59d1c24f, 0x50f1, 0x401a, { 0xb1, 0x01, 0xf3, 0x3e, 0x0d, 0xae, 0xd4, 0x43 }}
gPeiPerformanceHobGuid = { 0xEC4DF5AF, 0x4395, 0x4CC9, { 0x94, 0xDE, 0x77, 0x50, 0x6D, 0x12, 0xC7, 0xB8 }} gPeiPerformanceHobGuid = { 0xEC4DF5AF, 0x4395, 0x4CC9, { 0x94, 0xDE, 0x77, 0x50, 0x6D, 0x12, 0xC7, 0xB8 }}

View File

@ -143,6 +143,21 @@
<GuidValue>D8117CFF-94A6-11D4-9A3A-0090273FC14D</GuidValue> <GuidValue>D8117CFF-94A6-11D4-9A3A-0090273FC14D</GuidValue>
<HelpText/> <HelpText/>
</Entry> </Entry>
<Entry Name="FlashMapHob">
<C_Name>gEfiFlashMapHobGuid</C_Name>
<GuidValue>B091E7D2-05A0-4198-94F0-74B7B8C55459</GuidValue>
<HelpText/>
</Entry>
<Entry Name="MemoryTypeInformation">
<C_Name>gEfiMemoryTypeInformationGuid</C_Name>
<GuidValue>4C19049F-4137-4DD3-9C10-8B97A83FFDFA</GuidValue>
<HelpText/>
</Entry>
<Entry Name="ShellFile">
<C_Name>gEfiShellFileGuid</C_Name>
<GuidValue>C57AD6B7-0515-40A8-9D21-551652854E37</GuidValue>
<HelpText/>
</Entry>
</GuidDeclarations> </GuidDeclarations>
<ProtocolDeclarations> <ProtocolDeclarations>
<Entry Name="Capsule"> <Entry Name="Capsule">