]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/HiiImageEx: Fix incorrect parameter type in GetImageInfo()
authorDandan Bi <dandan.bi@intel.com>
Fri, 15 Jul 2016 07:31:36 +0000 (15:31 +0800)
committerStar Zeng <star.zeng@intel.com>
Thu, 11 Aug 2016 07:37:38 +0000 (15:37 +0800)
commit6e227fb5d8490df896ae6e938d16d50137471fbd
tree74b6279d51491f178f5b0964ef36668fa4cb6664
parent7559672687b560e363a8849e13ec29491f2fbef9
MdePkg/HiiImageEx: Fix incorrect parameter type in GetImageInfo()

In latest UEFI2.6 spec, the type of the fourth parameter in function
GetImageInfo() is "EFI_IMAGE_OUTPUT", but in the header file, it is
"EFI_IMAGE_INPUT". Now correct it to follow the spec.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Cecil Sheng <cecil.sheng@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/HiiImageEx.h