From d513b3ddcc62969c611e95b2afab2698f87241ff Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Tue, 19 Jan 2016 03:29:40 +0000 Subject: [PATCH] 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 Reviewed-by: Eric Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19664 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/{BootManagerLib => BootManagerUiLib}/BootManager.c | 0 .../Library/{BootManagerLib => BootManagerUiLib}/BootManager.h | 0 .../{BootManagerLib => BootManagerUiLib}/BootManagerStrings.uni | 0 .../BootManagerLib.inf => BootManagerUiLib/BootManagerUiLib.inf} | 0 .../BootManagerLib.uni => BootManagerUiLib/BootManagerUiLib.uni} | 0 .../{BootManagerLib => BootManagerUiLib}/BootManagerVfr.Vfr | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename MdeModulePkg/Library/{BootManagerLib => BootManagerUiLib}/BootManager.c (100%) rename MdeModulePkg/Library/{BootManagerLib => BootManagerUiLib}/BootManager.h (100%) rename MdeModulePkg/Library/{BootManagerLib => BootManagerUiLib}/BootManagerStrings.uni (100%) rename MdeModulePkg/Library/{BootManagerLib/BootManagerLib.inf => BootManagerUiLib/BootManagerUiLib.inf} (100%) rename MdeModulePkg/Library/{BootManagerLib/BootManagerLib.uni => BootManagerUiLib/BootManagerUiLib.uni} (100%) rename MdeModulePkg/Library/{BootManagerLib => BootManagerUiLib}/BootManagerVfr.Vfr (100%) diff --git a/MdeModulePkg/Library/BootManagerLib/BootManager.c b/MdeModulePkg/Library/BootManagerUiLib/BootManager.c similarity index 100% rename from MdeModulePkg/Library/BootManagerLib/BootManager.c rename to MdeModulePkg/Library/BootManagerUiLib/BootManager.c diff --git a/MdeModulePkg/Library/BootManagerLib/BootManager.h b/MdeModulePkg/Library/BootManagerUiLib/BootManager.h similarity index 100% rename from MdeModulePkg/Library/BootManagerLib/BootManager.h rename to MdeModulePkg/Library/BootManagerUiLib/BootManager.h diff --git a/MdeModulePkg/Library/BootManagerLib/BootManagerStrings.uni b/MdeModulePkg/Library/BootManagerUiLib/BootManagerStrings.uni similarity index 100% rename from MdeModulePkg/Library/BootManagerLib/BootManagerStrings.uni rename to MdeModulePkg/Library/BootManagerUiLib/BootManagerStrings.uni diff --git a/MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf b/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf similarity index 100% rename from MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf rename to MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf diff --git a/MdeModulePkg/Library/BootManagerLib/BootManagerLib.uni b/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.uni similarity index 100% rename from MdeModulePkg/Library/BootManagerLib/BootManagerLib.uni rename to MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.uni diff --git a/MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr b/MdeModulePkg/Library/BootManagerUiLib/BootManagerVfr.Vfr similarity index 100% rename from MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr rename to MdeModulePkg/Library/BootManagerUiLib/BootManagerVfr.Vfr