From 67013151bafeef044920e457aa275f617b5c6485 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Tue, 19 Jan 2016 03:28:46 +0000 Subject: [PATCH 1/1] =?utf8?q?MdeModulePkg=EF=BC=9ARename=20BootMaintenanc?= =?utf8?q?eManagerLib=20to=20BootMaintenanceManagerUiLib?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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@19662 6f19259b-4bc3-4df7-8a09-765794883524 --- .../BmLib.c | 0 .../BootMaintenance.c | 0 .../BootMaintenanceManager.h | 0 .../BootMaintenanceManager.vfr | 0 .../BootMaintenanceManagerStrings.uni | 0 .../BootMaintenanceManagerUiLib.inf} | 0 .../BootMaintenanceManagerUiLib.uni} | 0 .../BootOption.c | 0 .../ConsoleOption.c | 0 .../Data.c | 0 .../FormGuid.h | 0 .../UpdatePage.c | 0 .../Variable.c | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/BmLib.c (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/BootMaintenance.c (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/BootMaintenanceManager.h (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/BootMaintenanceManager.vfr (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/BootMaintenanceManagerStrings.uni (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf => BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf} (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni => BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.uni} (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/BootOption.c (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/ConsoleOption.c (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/Data.c (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/FormGuid.h (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/UpdatePage.c (100%) rename MdeModulePkg/Library/{BootMaintenanceManagerLib => BootMaintenanceManagerUiLib}/Variable.c (100%) diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BmLib.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/BmLib.c rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenance.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenance.c rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.h b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.h rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.vfr b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.vfr similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.vfr rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.vfr diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerStrings.uni b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerStrings.uni rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.uni similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.uni diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootOption.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/BootOption.c rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/ConsoleOption.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/ConsoleOption.c rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/Data.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/Data.c rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/FormGuid.h similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/FormGuid.h diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/UpdatePage.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/UpdatePage.c rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/Variable.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Variable.c similarity index 100% rename from MdeModulePkg/Library/BootMaintenanceManagerLib/Variable.c rename to MdeModulePkg/Library/BootMaintenanceManagerUiLib/Variable.c -- 2.39.2