Revision: 19663
          http://sourceforge.net/p/edk2/code/19663
Author:   dandanbi
Date:     2016-01-19 03:29:10 +0000 (Tue, 19 Jan 2016)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Eric Dong <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
    
trunk/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf

Modified: 
trunk/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
===================================================================
--- 
trunk/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c   
    2016-01-19 03:28:46 UTC (rev 19662)
+++ 
trunk/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c   
    2016-01-19 03:29:10 UTC (rev 19663)
@@ -1392,7 +1392,7 @@
 **/
 EFI_STATUS
 EFIAPI
-BootMaintenanceManagerLibConstructor (
+BootMaintenanceManagerUiLibConstructor (
   IN EFI_HANDLE                            ImageHandle,
   IN EFI_SYSTEM_TABLE                      *SystemTable
   )
@@ -1423,7 +1423,7 @@
                                     &mBootMaintGuid,
                                     mBmmCallbackInfo->BmmDriverHandle,
                                     BootMaintenanceManagerBin,
-                                    BootMaintenanceManagerLibStrings,
+                                    BootMaintenanceManagerUiLibStrings,
                                     NULL
                                     );
   ASSERT (mBmmCallbackInfo->BmmHiiHandle != NULL);
@@ -1481,7 +1481,7 @@
 **/
 EFI_STATUS
 EFIAPI
-BootMaintenanceManagerLibDestructor (
+BootMaintenanceManagerUiLibDestructor (
   IN EFI_HANDLE                            ImageHandle,
   IN EFI_SYSTEM_TABLE                      *SystemTable
   )

Modified: 
trunk/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
===================================================================
--- 
trunk/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
 2016-01-19 03:28:46 UTC (rev 19662)
+++ 
trunk/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
 2016-01-19 03:29:10 UTC (rev 19663)
@@ -13,14 +13,14 @@
 ##
 [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.
 #


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to