]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Fix guid conflict.
authorDong, Eric <eric.dong@intel.com>
Fri, 12 Aug 2016 02:09:48 +0000 (10:09 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 16 Aug 2016 02:29:37 +0000 (10:29 +0800)
Update Image Decoder Protocol GUID value to fix GUID
conflict with EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/ImageDecoder.h
MdePkg/MdePkg.dec

index f1985bcd214d246f2d66ab20f2fd51463d65aff0..aebb813ed6074627a9dc8c0f1007e7b61324aa46 100644 (file)
@@ -18,8 +18,16 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/HiiImage.h>\r
 \r
 \r
+//\r
+// In UEFI 2.6 spec,this guid value is duplicate with\r
+// EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID. Now update this guid value to\r
+// avoid the duplicate guid issue. So its value is not consistent with\r
+// UEFI spec definition now. We have proposed to update UEFI spec to\r
+// use this new guid. After new spec released, we will remove this\r
+// comments.\r
+//\r
 #define EFI_HII_IMAGE_DECODER_PROTOCOL_GUID \\r
-  { 0x2f707ebb, 0x4a1a, 0x11d4, {0x9a,0x38,0x00,0x90,0x27,0x3f,0xc1,0x4d}}\r
+  {0x9e66f251, 0x727c, 0x418c, { 0xbf, 0xd6, 0xc2, 0xb4, 0x25, 0x28, 0x18, 0xea }}\r
 \r
 \r
 #define EFI_HII_IMAGE_DECODER_NAME_JPEG_GUID \\r
index 458d56803849d229569cebb7866b336da986d3be..606e2f16704d64045fbaff8a469058550b9a679f 100644 (file)
 \r
   ## Include/Guid/MemoryOverwriteControl.h\r
   gEfiMemoryOverwriteControlDataGuid = { 0xe20939be, 0x32d4, 0x41be, {0xa1, 0x50, 0x89, 0x7f, 0x85, 0xd4, 0x98, 0x29 }}\r
-  \r
+\r
   ## Include/IndustryStandard/MemoryOverwriteRequestControlLock.h\r
   gEfiMemoryOverwriteRequestControlLockGuid = { 0xBB983CCF, 0x151D, 0x40E1, {0xA0, 0x7B, 0x4A, 0x17, 0xBE, 0x16, 0x82, 0x92}}\r
 \r
 \r
   ## Include/Protocol/TrEEProtocol.h\r
   gEfiTrEEProtocolGuid           = {0x607f766c, 0x7455, 0x42be, { 0x93, 0x0b, 0xe4, 0xd7, 0x6d, 0xb2, 0x72, 0x0f }}\r
-  \r
+\r
   ## Include/Protocol/Tcg2Protocol.h\r
   gEfiTcg2ProtocolGuid           = {0x607f766c, 0x7455, 0x42be, { 0x93, 0x0b, 0xe4, 0xd7, 0x6d, 0xb2, 0x72, 0x0f }}\r
   gEfiTcg2FinalEventsTableGuid   = {0x1e2ed096, 0x30e2, 0x4254, { 0xbd, 0x89, 0x86, 0x3b, 0xbe, 0xf8, 0x23, 0x25 }}\r
   gEfiRamDiskProtocolGuid              = { 0xab38a0df, 0x6873, 0x44a9, { 0x87, 0xe6, 0xd4, 0xeb, 0x56, 0x14, 0x84, 0x49 }}\r
 \r
   ## Include/Protocol/ImageDecoder.h\r
-  gEfiHiiImageDecoderProtocolGuid      = { 0x2f707ebb, 0x4a1a, 0x11d4, { 0x9a, 0x38, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d }}\r
+  ##\r
+  ## In UEFI 2.6 spec,this guid value is duplicate with\r
+  ## EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID. Now update this guid value to\r
+  ## avoid the duplicate guid issue. So its value is not consistent with\r
+  ## UEFI spec definition now. We have proposed to update UEFI spec to\r
+  ## use this new guid. After new spec released, we will remove this\r
+  ## comments.\r
+  ##\r
+  gEfiHiiImageDecoderProtocolGuid      = { 0x9e66f251, 0x727c, 0x418c, { 0xbf, 0xd6, 0xc2, 0xb4, 0x25, 0x28, 0x18, 0xea }}\r
 \r
   ## Include/Protocol/HiiImageEx.h\r
   gEfiHiiImageExProtocolGuid           = { 0x1a1241e6, 0x8f19, 0x41a9, { 0xbc, 0xe,  0xe8, 0xef, 0x39, 0xe0, 0x65, 0x46 }}\r