]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
MdeModulePkg LoadFileOnFv2: Add new LoadFileOnFv2 driver
authorLiming Gao <liming.gao@intel.com>
Mon, 25 Jul 2016 14:00:25 +0000 (22:00 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 1 Aug 2016 04:58:30 +0000 (12:58 +0800)
commit7c844f31d9dfe62e878cf23acab26fa79d742854
treeb481628b65aa72800cbb5fab60cbd99f80f65b93
parentfa9f986cfbea5db0e92c313dd4d4a0c781d1498b
MdeModulePkg LoadFileOnFv2: Add new LoadFileOnFv2 driver

This driver searches APPLICATION in FV and installs LoadFile protocol
for every found one. Then, BDS will add BootOption for LoadFile protocol.

It provides the generic way to expose boot option for the internal
application, such as Shell. With this driver, PlatformBds doesn?t need
to specially handle Shell application.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c [new file with mode: 0644]
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf [new file with mode: 0644]
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.uni [new file with mode: 0644]
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2Extra.uni [new file with mode: 0644]