]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h
MdeModulePkg:Create Boot Maintenance Manager Library
authorDandan Bi <dandan.bi@intel.com>
Mon, 23 Nov 2015 09:34:55 +0000 (09:34 +0000)
committerdandanbi <dandanbi@Edk2>
Mon, 23 Nov 2015 09:34:55 +0000 (09:34 +0000)
commit4af04335ac9aeb1802b995b102117b6f9de46809
tree7272d503d4e06b8eded17235ffd9acf34d19e179
parent32465d9ae7eed891154780f0b13fabf0b15ae7c3
MdeModulePkg:Create Boot Maintenance Manager Library

Split the boot maintenance manager library from UiApp in MdeModulePkg/Application
and put the library in MdeModulePkg/Library.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18923 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
MdeModulePkg/Library/BootMaintenanceManagerLib/BmLib.c [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenance.c [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.h [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.vfr [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerStrings.uni [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/BootOption.c [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/ConsoleOption.c [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/Data.c [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/UpdatePage.c [new file with mode: 0644]
MdeModulePkg/Library/BootMaintenanceManagerLib/Variable.c [new file with mode: 0644]