mirror of https://github.com/acidanthera/audk.git
MdePkg/HiiImageDecoder.h: Remove the unnecessary comments
Cc: Liming Gao <liming.gao@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
3652f9902f
commit
d28271a2ee
|
@ -18,15 +18,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
#include <Protocol/HiiImage.h>
|
||||
|
||||
|
||||
//
|
||||
// In UEFI 2.6 spec,this guid value is duplicate with
|
||||
// EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID. Now update this guid value to
|
||||
// avoid the duplicate guid issue. So its value is not consistent with
|
||||
// UEFI spec definition now. We have proposed to update UEFI spec to
|
||||
// use this new guid. After new spec released, we will remove this
|
||||
// comments.
|
||||
//
|
||||
#define EFI_HII_IMAGE_DECODER_PROTOCOL_GUID \
|
||||
{0x9e66f251, 0x727c, 0x418c, { 0xbf, 0xd6, 0xc2, 0xb4, 0x25, 0x28, 0x18, 0xea }}
|
||||
|
||||
|
|
|
@ -1642,14 +1642,6 @@
|
|||
gEfiRamDiskProtocolGuid = { 0xab38a0df, 0x6873, 0x44a9, { 0x87, 0xe6, 0xd4, 0xeb, 0x56, 0x14, 0x84, 0x49 }}
|
||||
|
||||
## Include/Protocol/ImageDecoder.h
|
||||
##
|
||||
## In UEFI 2.6 spec,this guid value is duplicate with
|
||||
## EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID. Now update this guid value to
|
||||
## avoid the duplicate guid issue. So its value is not consistent with
|
||||
## UEFI spec definition now. We have proposed to update UEFI spec to
|
||||
## use this new guid. After new spec released, we will remove this
|
||||
## comments.
|
||||
##
|
||||
gEfiHiiImageDecoderProtocolGuid = { 0x9e66f251, 0x727c, 0x418c, { 0xbf, 0xd6, 0xc2, 0xb4, 0x25, 0x28, 0x18, 0xea }}
|
||||
|
||||
## Include/Protocol/HiiImageEx.h
|
||||
|
|
Loading…
Reference in New Issue