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:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user