Cc: Liming Gao <liming....@intel.com>
Cc: Eric Dong <eric.d...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan...@intel.com>
Reviewed-by: Eric Dong <eric.d...@intel.com>
---
 .../Library/BootMaintenanceManagerUiLib/BootMaintenance.c         | 6 +++---
 .../BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf   | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c 
b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
index 2d52f9b..8189bd1 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
@@ -1390,11 +1390,11 @@ FreeAllMenu (
   @retval  Other        Return error status.
 
 **/
 EFI_STATUS
 EFIAPI
-BootMaintenanceManagerLibConstructor (
+BootMaintenanceManagerUiLibConstructor (
   IN EFI_HANDLE                            ImageHandle,
   IN EFI_SYSTEM_TABLE                      *SystemTable
   )
 
 {
@@ -1421,11 +1421,11 @@ BootMaintenanceManagerLibConstructor (
   //
   mBmmCallbackInfo->BmmHiiHandle = HiiAddPackages (
                                     &mBootMaintGuid,
                                     mBmmCallbackInfo->BmmDriverHandle,
                                     BootMaintenanceManagerBin,
-                                    BootMaintenanceManagerLibStrings,
+                                    BootMaintenanceManagerUiLibStrings,
                                     NULL
                                     );
   ASSERT (mBmmCallbackInfo->BmmHiiHandle != NULL);
 
   //
@@ -1479,11 +1479,11 @@ BootMaintenanceManagerLibConstructor (
   @retval EFI_SUCCESS      The image has been unloaded.
 
 **/
 EFI_STATUS
 EFIAPI
-BootMaintenanceManagerLibDestructor (
+BootMaintenanceManagerUiLibDestructor (
   IN EFI_HANDLE                            ImageHandle,
   IN EFI_SYSTEM_TABLE                      *SystemTable
   )
 
 {
diff --git 
a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
 
b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
index 302cb90..cd1fe96 100644
--- 
a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
+++ 
b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
@@ -11,18 +11,18 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 
IMPLIED.
 #  
 ##
 [Defines]
   INF_VERSION                    = 0x00010005
-  BASE_NAME                      = BootMaintenanceManagerLib
-  MODULE_UNI_FILE                = BootMaintenanceManagerLib.uni
+  BASE_NAME                      = BootMaintenanceManagerUiLib
+  MODULE_UNI_FILE                = BootMaintenanceManagerUiLib.uni
   FILE_GUID                      = CA9E4824-4198-4715-AA22-E2935E703A07
   MODULE_TYPE                    = DXE_DRIVER
   VERSION_STRING                 = 1.0
   LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION
-  CONSTRUCTOR                    = BootMaintenanceManagerLibConstructor
-  DESTRUCTOR                     = BootMaintenanceManagerLibDestructor
+  CONSTRUCTOR                    = BootMaintenanceManagerUiLibConstructor
+  DESTRUCTOR                     = BootMaintenanceManagerUiLibDestructor
 #
 # The following information is for reference only and not required by the 
build tools.
 #
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
 #
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to