]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg:Modify the inf file and c file because of the rename action
authorDandan Bi <dandan.bi@intel.com>
Tue, 19 Jan 2016 03:29:10 +0000 (03:29 +0000)
committerdandanbi <dandanbi@Edk2>
Tue, 19 Jan 2016 03:29:10 +0000 (03:29 +0000)
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

MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf

index 2d52f9bac3929ba2b6c4ec4a9a31b8ab5a081d4c..8189bd10842a45a9180b21672be0ee69ee73216d 100644 (file)
@@ -1392,7 +1392,7 @@ FreeAllMenu (
 **/\r
 EFI_STATUS\r
 EFIAPI\r
-BootMaintenanceManagerLibConstructor (\r
+BootMaintenanceManagerUiLibConstructor (\r
   IN EFI_HANDLE                            ImageHandle,\r
   IN EFI_SYSTEM_TABLE                      *SystemTable\r
   )\r
@@ -1423,7 +1423,7 @@ BootMaintenanceManagerLibConstructor (
                                     &mBootMaintGuid,\r
                                     mBmmCallbackInfo->BmmDriverHandle,\r
                                     BootMaintenanceManagerBin,\r
-                                    BootMaintenanceManagerLibStrings,\r
+                                    BootMaintenanceManagerUiLibStrings,\r
                                     NULL\r
                                     );\r
   ASSERT (mBmmCallbackInfo->BmmHiiHandle != NULL);\r
@@ -1481,7 +1481,7 @@ BootMaintenanceManagerLibConstructor (
 **/\r
 EFI_STATUS\r
 EFIAPI\r
-BootMaintenanceManagerLibDestructor (\r
+BootMaintenanceManagerUiLibDestructor (\r
   IN EFI_HANDLE                            ImageHandle,\r
   IN EFI_SYSTEM_TABLE                      *SystemTable\r
   )\r
index 302cb901e2c326710728f34c7df7ece603623177..cd1fe961e0c46eb34d2070febfb3d7d2cad3efc9 100644 (file)
 ##\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = BootMaintenanceManagerLib\r
-  MODULE_UNI_FILE                = BootMaintenanceManagerLib.uni\r
+  BASE_NAME                      = BootMaintenanceManagerUiLib\r
+  MODULE_UNI_FILE                = BootMaintenanceManagerUiLib.uni\r
   FILE_GUID                      = CA9E4824-4198-4715-AA22-E2935E703A07\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION\r
-  CONSTRUCTOR                    = BootMaintenanceManagerLibConstructor\r
-  DESTRUCTOR                     = BootMaintenanceManagerLibDestructor\r
+  CONSTRUCTOR                    = BootMaintenanceManagerUiLibConstructor\r
+  DESTRUCTOR                     = BootMaintenanceManagerUiLibDestructor\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r