mirror of https://github.com/acidanthera/audk.git
Remove duplicate GuidCName of "gEfiFirmwareVolumeProtocolGuid"
This exact value does not equal to that in MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3538 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6f9fdc5fef
commit
13978ff518
|
@ -66,7 +66,6 @@
|
||||||
gEfiCpuIoProtocolGuid = { 0xB0732526, 0x38C8, 0x4b40, { 0x88, 0x77, 0x61, 0xc7, 0xb0, 0x6a, 0xac, 0x45 }}
|
gEfiCpuIoProtocolGuid = { 0xB0732526, 0x38C8, 0x4b40, { 0x88, 0x77, 0x61, 0xc7, 0xb0, 0x6a, 0xac, 0x45 }}
|
||||||
gEfiDataHubProtocolGuid = { 0xae80d021, 0x618e, 0x11d4, { 0xbc, 0xd7, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81 }}
|
gEfiDataHubProtocolGuid = { 0xae80d021, 0x618e, 0x11d4, { 0xbc, 0xd7, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81 }}
|
||||||
gEfiFirmwareVolumeProtocolGuid = { 0x389F751F, 0x1838, 0x4388, { 0x83, 0x90, 0xcd, 0x81, 0x54, 0xbd, 0x27, 0xf8 }}
|
gEfiFirmwareVolumeProtocolGuid = { 0x389F751F, 0x1838, 0x4388, { 0x83, 0x90, 0xcd, 0x81, 0x54, 0xbd, 0x27, 0xf8 }}
|
||||||
gEfiFirmwareVolumeBlockProtocolGuid = { 0xDE28BC59, 0x6228, 0x41BD, { 0xBD, 0xF6, 0xa3, 0xb9, 0xad, 0xb5, 0xbd, 0xa1 }}
|
|
||||||
gEfiSectionExtractionProtocolGuid = { 0x448F5DA4, 0x6DD7, 0x4FE1, { 0x93, 0x07, 0x69, 0x22, 0x41, 0x92, 0x21, 0x5D }}
|
gEfiSectionExtractionProtocolGuid = { 0x448F5DA4, 0x6DD7, 0x4FE1, { 0x93, 0x07, 0x69, 0x22, 0x41, 0x92, 0x21, 0x5D }}
|
||||||
gEfiPciHotPlugInitProtocolGuid = { 0xaa0e8bc1, 0xdabc, 0x46b0, { 0xa8, 0x44, 0x37, 0xb8, 0x16, 0x9b, 0x2b, 0xea }}
|
gEfiPciHotPlugInitProtocolGuid = { 0xaa0e8bc1, 0xdabc, 0x46b0, { 0xa8, 0x44, 0x37, 0xb8, 0x16, 0x9b, 0x2b, 0xea }}
|
||||||
gEfiHiiProtocolGuid = { 0xd7ad636e, 0xb997, 0x459b, { 0xbf, 0x3f, 0x88, 0x46, 0x89, 0x79, 0x80, 0xe1 }}
|
gEfiHiiProtocolGuid = { 0xd7ad636e, 0xb997, 0x459b, { 0xbf, 0x3f, 0x88, 0x46, 0x89, 0x79, 0x80, 0xe1 }}
|
||||||
|
|
|
@ -230,11 +230,6 @@
|
||||||
<GuidValue>d7ad636e-b997-459b-bf3f-8846897980e1</GuidValue>
|
<GuidValue>d7ad636e-b997-459b-bf3f-8846897980e1</GuidValue>
|
||||||
<HelpText>HII protocol</HelpText>
|
<HelpText>HII protocol</HelpText>
|
||||||
</Entry>
|
</Entry>
|
||||||
<Entry Name="FirmwareVolumeBlock">
|
|
||||||
<C_Name>gEfiFirmwareVolumeBlockProtocolGuid</C_Name>
|
|
||||||
<GuidValue>DE28BC59-6228-41BD-BDF6-a3b9adb5bda1</GuidValue>
|
|
||||||
<HelpText>Firmware Volume Block protocol</HelpText>
|
|
||||||
</Entry>
|
|
||||||
<Entry Name="FirmwareVolume">
|
<Entry Name="FirmwareVolume">
|
||||||
<C_Name>gEfiFirmwareVolumeProtocolGuid</C_Name>
|
<C_Name>gEfiFirmwareVolumeProtocolGuid</C_Name>
|
||||||
<GuidValue>389F751F-1838-4388-8390-cd8154bd27f8</GuidValue>
|
<GuidValue>389F751F-1838-4388-8390-cd8154bd27f8</GuidValue>
|
||||||
|
|
Loading…
Reference in New Issue