]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Logo: Add LogoDxe module
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 23 Sep 2016 08:03:47 +0000 (16:03 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 28 Sep 2016 08:22:27 +0000 (16:22 +0800)
commitaf468025903c3422150365b0d2173a3b1ba02fe5
treef53956ae2439538707aff84b962673a51b7208e2
parente0ac9c8a9bd67ab934bca86504706b5400cde558
MdeModulePkg/Logo: Add LogoDxe module

LogoDxe embeds the image resource in the PE resource section, then
it produces Platform Logo protocol which can return the images
in pixel format.
HiiImageEx protocol is responsible to decode the JPEG/PNG images
to pixel format. LogoDxe driver uses HiiImageEx protocol.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
MdeModulePkg/Logo/Logo.c [new file with mode: 0644]
MdeModulePkg/Logo/Logo.idf [new file with mode: 0644]
MdeModulePkg/Logo/LogoDxe.inf [new file with mode: 0644]
MdeModulePkg/Logo/LogoDxe.uni [new file with mode: 0644]
MdeModulePkg/Logo/LogoDxeExtra.uni [new file with mode: 0644]