Revision: 19665
http://sourceforge.net/p/edk2/code/19665
Author: dandanbi
Date: 2016-01-19 03:30:02 +0000 (Tue, 19 Jan 2016)
Log Message:
-----------
MdeModulePkg:Modify relative files because of rename action
Rename BootManagerLib,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/BootManagerUiLib/BootManager.c
trunk/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
Modified: trunk/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
===================================================================
--- trunk/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
2016-01-19 03:29:40 UTC (rev 19664)
+++ trunk/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
2016-01-19 03:30:02 UTC (rev 19665)
@@ -745,7 +745,7 @@
**/
EFI_STATUS
EFIAPI
-BootManagerLibConstructor (
+BootManagerUiLibConstructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
@@ -773,7 +773,7 @@
&mBootManagerGuid,
gBootManagerPrivate.DriverHandle,
BootManagerVfrBin,
- BootManagerLibStrings,
+ BootManagerUiLibStrings,
NULL
);
ASSERT (gBootManagerPrivate.HiiHandle != NULL);
@@ -792,7 +792,7 @@
**/
EFI_STATUS
EFIAPI
-BootManagerLibDestructor (
+BootManagerUiLibDestructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
Modified: trunk/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
2016-01-19 03:29:40 UTC (rev 19664)
+++ trunk/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
2016-01-19 03:30:02 UTC (rev 19665)
@@ -13,14 +13,14 @@
##
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = BootManagerLib
- MODULE_UNI_FILE = BootManagerLib.uni
+ BASE_NAME = BootManagerUiLib
+ MODULE_UNI_FILE = BootManagerUiLib.uni
FILE_GUID = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
- CONSTRUCTOR = BootManagerLibConstructor
- DESTRUCTOR = BootManagerLibDestructor
+ CONSTRUCTOR = BootManagerUiLibConstructor
+ DESTRUCTOR = BootManagerUiLibDestructor
#
# 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