]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg: Use MdeModulePkg/Bds module
authorRuiyu Ni <ruiyu.ni@intel.com>
Thu, 30 Aug 2018 01:53:49 +0000 (09:53 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 31 Aug 2018 02:40:18 +0000 (10:40 +0800)
commite01238946cbd16f2dfccd7ec86aebe20d7408586
tree56669cfa6c3860e9a031cd60372ba91595e9cc7d
parent0195dd509f80b1ff49739bbf1df39434a6a7540e
EmulatorPkg: Use MdeModulePkg/Bds module

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1120

Logo is enabled by adding a separate core driver LogoDxe.
UiApp and BootManagerMenuApp are added to provide two UIs.

LoadFileOnFv2 is added to auto-install LoadFile protocol for
applications in FV so the boot options for applications can be
auto-created from LoadFile.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Cc: Andrew Fish <afish@apple.com>
EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg/EmulatorPkg.fdf
EmulatorPkg/Library/EmuBdsLib/BdsPlatform.c [deleted file]
EmulatorPkg/Library/EmuBdsLib/BdsPlatform.h [deleted file]
EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf [deleted file]
EmulatorPkg/Library/EmuBdsLib/PlatformData.c [deleted file]
EmulatorPkg/Library/PlatformBmLib/PlatformBm.c [new file with mode: 0644]
EmulatorPkg/Library/PlatformBmLib/PlatformBm.h [new file with mode: 0644]
EmulatorPkg/Library/PlatformBmLib/PlatformBmData.c [new file with mode: 0644]
EmulatorPkg/Library/PlatformBmLib/PlatformBmLib.inf [new file with mode: 0644]
EmulatorPkg/Library/PlatformBmLib/PlatformBmMemoryTest.c [new file with mode: 0644]