]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg:Rename BootManagerLib to BootManagerUiLib
authorDandan Bi <dandan.bi@intel.com>
Tue, 19 Jan 2016 03:29:40 +0000 (03:29 +0000)
committerdandanbi <dandanbi@Edk2>
Tue, 19 Jan 2016 03:29:40 +0000 (03:29 +0000)
commitd513b3ddcc62969c611e95b2afab2698f87241ff
tree9e0bc48f6abc3c9a07ebe018698648c6e0e1e123
parent13c4e86462f2a4cdf80d10696b33e7836c6bf377
MdeModulePkg:Rename BootManagerLib to BootManagerUiLib

Avoid any confusion,add the keyword "Ui",
user can understand the use of the library clearly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19664 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
MdeModulePkg/Library/BootManagerLib/BootManager.c [deleted file]
MdeModulePkg/Library/BootManagerLib/BootManager.h [deleted file]
MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf [deleted file]
MdeModulePkg/Library/BootManagerLib/BootManagerLib.uni [deleted file]
MdeModulePkg/Library/BootManagerLib/BootManagerStrings.uni [deleted file]
MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr [deleted file]
MdeModulePkg/Library/BootManagerUiLib/BootManager.c [new file with mode: 0644]
MdeModulePkg/Library/BootManagerUiLib/BootManager.h [new file with mode: 0644]
MdeModulePkg/Library/BootManagerUiLib/BootManagerStrings.uni [new file with mode: 0644]
MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf [new file with mode: 0644]
MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.uni [new file with mode: 0644]
MdeModulePkg/Library/BootManagerUiLib/BootManagerVfr.Vfr [new file with mode: 0644]