summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-01-19 03:29:10 +0000
committerdandanbi <dandanbi@Edk2>2016-01-19 03:29:10 +0000
commit13c4e86462f2a4cdf80d10696b33e7836c6bf377 (patch)
tree8282dbe1b7aff3fd5cc47f3eae1529f7c64a8671 /MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
parent67013151bafeef044920e457aa275f617b5c6485 (diff)
downloadedk2-platforms-13c4e86462f2a4cdf80d10696b33e7836c6bf377.tar.xz
MdeModulePkg:Modify the inf file and c file because of the rename action
Rename BootMaintenanceManagerLib,need to modify these files. 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@19663 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c')
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
index 2d52f9bac3..8189bd1084 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
@@ -1392,7 +1392,7 @@ FreeAllMenu (
**/
EFI_STATUS
EFIAPI
-BootMaintenanceManagerLibConstructor (
+BootMaintenanceManagerUiLibConstructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
@@ -1423,7 +1423,7 @@ BootMaintenanceManagerLibConstructor (
&mBootMaintGuid,
mBmmCallbackInfo->BmmDriverHandle,
BootMaintenanceManagerBin,
- BootMaintenanceManagerLibStrings,
+ BootMaintenanceManagerUiLibStrings,
NULL
);
ASSERT (mBmmCallbackInfo->BmmHiiHandle != NULL);
@@ -1481,7 +1481,7 @@ BootMaintenanceManagerLibConstructor (
**/
EFI_STATUS
EFIAPI
-BootMaintenanceManagerLibDestructor (
+BootMaintenanceManagerUiLibDestructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)