MdeModulePkg:Modify the inf file and c file because of the rename action
Rename BootMaintenanceManagerLib,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@19663 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1392,7 +1392,7 @@ FreeAllMenu (
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
BootMaintenanceManagerLibConstructor (
|
||||
BootMaintenanceManagerUiLibConstructor (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
)
|
||||
@@ -1423,7 +1423,7 @@ BootMaintenanceManagerLibConstructor (
|
||||
&mBootMaintGuid,
|
||||
mBmmCallbackInfo->BmmDriverHandle,
|
||||
BootMaintenanceManagerBin,
|
||||
BootMaintenanceManagerLibStrings,
|
||||
BootMaintenanceManagerUiLibStrings,
|
||||
NULL
|
||||
);
|
||||
ASSERT (mBmmCallbackInfo->BmmHiiHandle != NULL);
|
||||
@@ -1481,7 +1481,7 @@ BootMaintenanceManagerLibConstructor (
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
BootMaintenanceManagerLibDestructor (
|
||||
BootMaintenanceManagerUiLibDestructor (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
)
|
||||
|
Reference in New Issue
Block a user