]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
authorDandan Bi <dandan.bi@intel.com>
Thu, 17 Aug 2017 12:00:16 +0000 (20:00 +0800)
committerEric Dong <eric.dong@intel.com>
Wed, 23 Aug 2017 02:37:14 +0000 (10:37 +0800)
commit06aad9a2311a4a429320265e89f27a59f98d7369
treeba636e535df65a54334017496645108dcb780543
parent3413fe86c64fa71dad050af9b6c9491de23991eb
MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol

Add the implementation of HiiPopup protocol in DisplayEngineDxe,
since DisplayEngineDxe is responsible for drawing tasks.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.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>
MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.h
MdeModulePkg/Universal/DisplayEngineDxe/FormDisplayStr.uni
MdeModulePkg/Universal/DisplayEngineDxe/Popup.c [new file with mode: 0644]