summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-01-19 03:28:46 +0000
committerdandanbi <dandanbi@Edk2>2016-01-19 03:28:46 +0000
commit67013151bafeef044920e457aa275f617b5c6485 (patch)
tree5c0dea10ad5bd215da74cc03683e7be4a348053f /MdeModulePkg
parentfd46e831bc33e9c4fc9b95c58e3032354cc13170 (diff)
downloadedk2-67013151bafeef044920e457aa275f617b5c6485.tar.gz
edk2-67013151bafeef044920e457aa275f617b5c6485.tar.bz2
edk2-67013151bafeef044920e457aa275f617b5c6485.zip
MdeModulePkg:Rename BootMaintenanceManagerLib to BootMaintenanceManagerUiLib
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@19662 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/BmLib.c)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenance.c)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.h)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.vfr (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.vfr)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerStrings.uni)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.uni (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/BootOption.c)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/ConsoleOption.c)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/Data.c)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/FormGuid.h (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/UpdatePage.c)0
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/Variable.c (renamed from MdeModulePkg/Library/BootMaintenanceManagerLib/Variable.c)0
13 files changed, 0 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BmLib.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c
index 0ef9bf0934..0ef9bf0934 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BmLib.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenance.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
index 2d52f9bac3..2d52f9bac3 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenance.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.h b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h
index 24526e1096..24526e1096 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.h
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.vfr b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.vfr
index afce340476..afce340476 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.vfr
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.vfr
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerStrings.uni b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni
index af0ea5ee57..af0ea5ee57 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerStrings.uni
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
index 302cb901e2..302cb901e2 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.uni
index 44411c8ca7..44411c8ca7 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.uni
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootOption.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c
index a375d61dd3..a375d61dd3 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootOption.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/ConsoleOption.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c
index fd48d5d4cd..fd48d5d4cd 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/ConsoleOption.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/Data.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c
index 4257e1a6ea..4257e1a6ea 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/Data.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/FormGuid.h
index cf14b40083..cf14b40083 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/FormGuid.h
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/UpdatePage.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c
index cd1756aa58..cd1756aa58 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/UpdatePage.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/Variable.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Variable.c
index a276caed05..a276caed05 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/Variable.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Variable.c