]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Application/UiApp/UiApp.inf
UiApp code split from IntelFrameworkModulePkg/Universal/BdsDxe driver.
authorEric Dong <eric.dong@intel.com>
Thu, 30 Jul 2015 03:41:35 +0000 (03:41 +0000)
committerydong10 <ydong10@Edk2>
Thu, 30 Jul 2015 03:41:35 +0000 (03:41 +0000)
commit143f0b1de83257f1bd238f016bba955879d448c2
tree06c5fe3ad74386de503bf99e426fe83b4f6032cd
parent6ed41dadaab9e09afeb7cbd28270eec558e21772
UiApp code split from IntelFrameworkModulePkg/Universal/BdsDxe driver.

This is the UI part of the old BdsDxe driver, also remove the legacy boot option related code.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18111 6f19259b-4bc3-4df7-8a09-765794883524
37 files changed:
MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/BmLib.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/Bmstring.uni [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/BootOption.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/Data.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/FE.vfr [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMaint/Variable.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMngr/BootManager.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMngr/BootManager.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMngr/BootManagerStrings.uni [new file with mode: 0644]
MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr [new file with mode: 0644]
MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerStrings.uni [new file with mode: 0644]
MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerVfr.Vfr [new file with mode: 0644]
MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr [new file with mode: 0644]
MdeModulePkg/Application/UiApp/FormsetGuid.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/FrontPage.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/FrontPage.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/FrontPageStrings.uni [new file with mode: 0644]
MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr [new file with mode: 0644]
MdeModulePkg/Application/UiApp/Language.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/Language.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/String.c [new file with mode: 0644]
MdeModulePkg/Application/UiApp/String.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/Strings.uni [new file with mode: 0644]
MdeModulePkg/Application/UiApp/Ui.h [new file with mode: 0644]
MdeModulePkg/Application/UiApp/UiApp.inf [new file with mode: 0644]
MdeModulePkg/Include/Guid/HiiBootMaintenanceFormset.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc