]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg: Add UefiBootManagerLib
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 6 May 2015 04:47:02 +0000 (04:47 +0000)
committerniruiyu <niruiyu@Edk2>
Wed, 6 May 2015 04:47:02 +0000 (04:47 +0000)
commit1d1122292572cbaf73d8e8d2d39d01a8a28da76a
tree701b29d2a1f1b178a77b45569793b85f595222ca
parent58183d391c1efd4488a64412be28ab9bfd25a7db
MdeModulePkg: Add UefiBootManagerLib

UefiBootManagerLib provides:
 load option library functions;
 hot key library functions;
 boot library functions;
 connect and disconnect library functions;
 driver health library functions.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17327 6f19259b-4bc3-4df7-8a09-765794883524
14 files changed:
MdeModulePkg/Include/Library/UefiBootManagerLib.h [new file with mode: 0644]
MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/BmConnect.c [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/BmConsole.c [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/BmDriverHealth.c [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/BmHotkey.c [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/BmLoadOption.c [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/BmPerformance.c [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc