diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-01-19 03:30:02 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2016-01-19 03:30:02 +0000 |
commit | 120c88936db23dc42ac19e1d81245f1d4792a4a2 (patch) | |
tree | 189767b7ae2d4daab28a9669290ad60d32e3f60b /MdeModulePkg/Library/BootManagerUiLib | |
parent | d513b3ddcc62969c611e95b2afab2698f87241ff (diff) | |
download | edk2-120c88936db23dc42ac19e1d81245f1d4792a4a2.zip edk2-120c88936db23dc42ac19e1d81245f1d4792a4a2.tar.gz edk2-120c88936db23dc42ac19e1d81245f1d4792a4a2.tar.bz2 |
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 <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
Diffstat (limited to 'MdeModulePkg/Library/BootManagerUiLib')
-rw-r--r-- | MdeModulePkg/Library/BootManagerUiLib/BootManager.c | 6 | ||||
-rw-r--r-- | MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/MdeModulePkg/Library/BootManagerUiLib/BootManager.c b/MdeModulePkg/Library/BootManagerUiLib/BootManager.c index d2494d8..3ca3e74 100644 --- a/MdeModulePkg/Library/BootManagerUiLib/BootManager.c +++ b/MdeModulePkg/Library/BootManagerUiLib/BootManager.c @@ -745,7 +745,7 @@ BootManagerCallback ( **/
EFI_STATUS
EFIAPI
-BootManagerLibConstructor (
+BootManagerUiLibConstructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
@@ -773,7 +773,7 @@ BootManagerLibConstructor ( &mBootManagerGuid,
gBootManagerPrivate.DriverHandle,
BootManagerVfrBin,
- BootManagerLibStrings,
+ BootManagerUiLibStrings,
NULL
);
ASSERT (gBootManagerPrivate.HiiHandle != NULL);
@@ -792,7 +792,7 @@ BootManagerLibConstructor ( **/
EFI_STATUS
EFIAPI
-BootManagerLibDestructor (
+BootManagerUiLibDestructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
diff --git a/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf b/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf index 8930414..c5e1693 100644 --- a/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf +++ b/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf @@ -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.
#
|