mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
d513b3ddcc
commit
120c88936d
|
@ -745,7 +745,7 @@ BootManagerCallback (
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
BootManagerLibConstructor (
|
BootManagerUiLibConstructor (
|
||||||
IN EFI_HANDLE ImageHandle,
|
IN EFI_HANDLE ImageHandle,
|
||||||
IN EFI_SYSTEM_TABLE *SystemTable
|
IN EFI_SYSTEM_TABLE *SystemTable
|
||||||
)
|
)
|
||||||
|
@ -773,7 +773,7 @@ BootManagerLibConstructor (
|
||||||
&mBootManagerGuid,
|
&mBootManagerGuid,
|
||||||
gBootManagerPrivate.DriverHandle,
|
gBootManagerPrivate.DriverHandle,
|
||||||
BootManagerVfrBin,
|
BootManagerVfrBin,
|
||||||
BootManagerLibStrings,
|
BootManagerUiLibStrings,
|
||||||
NULL
|
NULL
|
||||||
);
|
);
|
||||||
ASSERT (gBootManagerPrivate.HiiHandle != NULL);
|
ASSERT (gBootManagerPrivate.HiiHandle != NULL);
|
||||||
|
@ -792,7 +792,7 @@ BootManagerLibConstructor (
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
BootManagerLibDestructor (
|
BootManagerUiLibDestructor (
|
||||||
IN EFI_HANDLE ImageHandle,
|
IN EFI_HANDLE ImageHandle,
|
||||||
IN EFI_SYSTEM_TABLE *SystemTable
|
IN EFI_SYSTEM_TABLE *SystemTable
|
||||||
)
|
)
|
||||||
|
|
|
@ -13,14 +13,14 @@
|
||||||
##
|
##
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = BootManagerLib
|
BASE_NAME = BootManagerUiLib
|
||||||
MODULE_UNI_FILE = BootManagerLib.uni
|
MODULE_UNI_FILE = BootManagerUiLib.uni
|
||||||
FILE_GUID = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC
|
FILE_GUID = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
|
LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
|
||||||
CONSTRUCTOR = BootManagerLibConstructor
|
CONSTRUCTOR = BootManagerUiLibConstructor
|
||||||
DESTRUCTOR = BootManagerLibDestructor
|
DESTRUCTOR = BootManagerUiLibDestructor
|
||||||
#
|
#
|
||||||
# The following information is for reference only and not required by the build tools.
|
# The following information is for reference only and not required by the build tools.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue