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

MdeModulePkg/Library/BootManagerUiLib/BootManager.c
MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf

index d2494d8a374e10f1464a47b240265a4be99d3e71..3ca3e74f27f1edae6541d2c5ed400be4d858ce06 100644 (file)
@@ -745,7 +745,7 @@ BootManagerCallback (
 **/\r
 EFI_STATUS\r
 EFIAPI\r
-BootManagerLibConstructor (\r
+BootManagerUiLibConstructor (\r
   IN EFI_HANDLE                            ImageHandle,\r
   IN EFI_SYSTEM_TABLE                      *SystemTable\r
   )\r
@@ -773,7 +773,7 @@ BootManagerLibConstructor (
                                     &mBootManagerGuid,\r
                                     gBootManagerPrivate.DriverHandle,\r
                                     BootManagerVfrBin,\r
-                                    BootManagerLibStrings,\r
+                                    BootManagerUiLibStrings,\r
                                     NULL\r
                                     );\r
   ASSERT (gBootManagerPrivate.HiiHandle != NULL);\r
@@ -792,7 +792,7 @@ BootManagerLibConstructor (
 **/\r
 EFI_STATUS\r
 EFIAPI\r
-BootManagerLibDestructor (\r
+BootManagerUiLibDestructor (\r
   IN EFI_HANDLE                            ImageHandle,\r
   IN EFI_SYSTEM_TABLE                      *SystemTable\r
   )\r
index 8930414244d8894d3f51754ddad5e23993d91511..c5e169380250f16001e3c6010a40d2c0e2923d6f 100644 (file)
 ##\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = BootManagerLib\r
-  MODULE_UNI_FILE                = BootManagerLib.uni\r
+  BASE_NAME                      = BootManagerUiLib\r
+  MODULE_UNI_FILE                = BootManagerUiLib.uni\r
   FILE_GUID                      = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION\r
-  CONSTRUCTOR                    = BootManagerLibConstructor\r
-  DESTRUCTOR                     = BootManagerLibDestructor\r
+  CONSTRUCTOR                    = BootManagerUiLibConstructor\r
+  DESTRUCTOR                     = BootManagerUiLibDestructor\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r