]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg:Modify related files because of rename action
authorDandan Bi <dandan.bi@intel.com>
Tue, 19 Jan 2016 03:30:57 +0000 (03:30 +0000)
committerdandanbi <dandanbi@Edk2>
Tue, 19 Jan 2016 03:30:57 +0000 (03:30 +0000)
Rename DeviceManagerLib,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@19667 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf

index ba3f63144309ba673042f4d4b04eecba29f748cf..bfab83ac867eb594f8acedb45da8df95eadc5d12 100644 (file)
@@ -853,7 +853,7 @@ DeviceManagerCallback (
 **/\r
 EFI_STATUS\r
 EFIAPI\r
-DeviceManagerLibConstructor (\r
+DeviceManagerUiLibConstructor (\r
   IN EFI_HANDLE                            ImageHandle,\r
   IN EFI_SYSTEM_TABLE                      *SystemTable\r
 )\r
@@ -878,7 +878,7 @@ DeviceManagerLibConstructor (
                   &mDeviceManagerGuid,\r
                   gDeviceManagerPrivate.DriverHandle,\r
                   DeviceManagerVfrBin,\r
-                  DeviceManagerLibStrings,\r
+                  DeviceManagerUiLibStrings,\r
                   NULL\r
                   );\r
   ASSERT (gDeviceManagerPrivate.HiiHandle != NULL);\r
@@ -901,7 +901,7 @@ DeviceManagerLibConstructor (
 **/\r
 EFI_STATUS\r
 EFIAPI\r
-DeviceManagerLibDestructor(\r
+DeviceManagerUiLibDestructor(\r
   IN EFI_HANDLE                            ImageHandle,\r
   IN EFI_SYSTEM_TABLE                      *SystemTable\r
 )\r
index 7baf56615f12c742846619d477e7d4e63ded1d88..1dc665b94056b5ef10402666f40ede962bcf08b3 100644 (file)
 ##\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = DeviceManagerLib\r
-  MODULE_UNI_FILE                = DeviceManagerLib.uni\r
+  BASE_NAME                      = DeviceManagerUiLib\r
+  MODULE_UNI_FILE                = DeviceManagerUiLib.uni\r
   FILE_GUID                      = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION\r
-  CONSTRUCTOR                    = DeviceManagerLibConstructor\r
-  DESTRUCTOR                     = DeviceManagerLibDestructor\r
+  CONSTRUCTOR                    = DeviceManagerUiLibConstructor\r
+  DESTRUCTOR                     = DeviceManagerUiLibDestructor\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r