Revision: 19667
          http://sourceforge.net/p/edk2/code/19667
Author:   dandanbi
Date:     2016-01-19 03:30:57 +0000 (Tue, 19 Jan 2016)
Log Message:
-----------
MdeModulePkg:Modify related files because of rename action

Rename DeviceManagerLib,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/DeviceManagerUiLib/DeviceManager.c
    trunk/edk2/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf

Modified: trunk/edk2/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
===================================================================
--- trunk/edk2/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c  
2016-01-19 03:30:33 UTC (rev 19666)
+++ trunk/edk2/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c  
2016-01-19 03:30:57 UTC (rev 19667)
@@ -853,7 +853,7 @@
 **/
 EFI_STATUS
 EFIAPI
-DeviceManagerLibConstructor (
+DeviceManagerUiLibConstructor (
   IN EFI_HANDLE                            ImageHandle,
   IN EFI_SYSTEM_TABLE                      *SystemTable
 )
@@ -878,7 +878,7 @@
                   &mDeviceManagerGuid,
                   gDeviceManagerPrivate.DriverHandle,
                   DeviceManagerVfrBin,
-                  DeviceManagerLibStrings,
+                  DeviceManagerUiLibStrings,
                   NULL
                   );
   ASSERT (gDeviceManagerPrivate.HiiHandle != NULL);
@@ -901,7 +901,7 @@
 **/
 EFI_STATUS
 EFIAPI
-DeviceManagerLibDestructor(
+DeviceManagerUiLibDestructor(
   IN EFI_HANDLE                            ImageHandle,
   IN EFI_SYSTEM_TABLE                      *SystemTable
 )

Modified: 
trunk/edk2/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf   
2016-01-19 03:30:33 UTC (rev 19666)
+++ trunk/edk2/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf   
2016-01-19 03:30:57 UTC (rev 19667)
@@ -13,14 +13,14 @@
 ##
 [Defines]
   INF_VERSION                    = 0x00010005
-  BASE_NAME                      = DeviceManagerLib
-  MODULE_UNI_FILE                = DeviceManagerLib.uni
+  BASE_NAME                      = DeviceManagerUiLib
+  MODULE_UNI_FILE                = DeviceManagerUiLib.uni
   FILE_GUID                      = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E
   MODULE_TYPE                    = DXE_DRIVER
   VERSION_STRING                 = 1.0
   LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION
-  CONSTRUCTOR                    = DeviceManagerLibConstructor
-  DESTRUCTOR                     = DeviceManagerLibDestructor
+  CONSTRUCTOR                    = DeviceManagerUiLibConstructor
+  DESTRUCTOR                     = DeviceManagerUiLibDestructor
 #
 # 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