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:
Dandan Bi 2016-01-19 03:29:10 +00:00 committed by dandanbi
parent 67013151ba
commit 13c4e86462
2 changed files with 7 additions and 7 deletions

View File

@ -1392,7 +1392,7 @@ FreeAllMenu (
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI EFIAPI
BootMaintenanceManagerLibConstructor ( BootMaintenanceManagerUiLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable
) )
@ -1423,7 +1423,7 @@ BootMaintenanceManagerLibConstructor (
&mBootMaintGuid, &mBootMaintGuid,
mBmmCallbackInfo->BmmDriverHandle, mBmmCallbackInfo->BmmDriverHandle,
BootMaintenanceManagerBin, BootMaintenanceManagerBin,
BootMaintenanceManagerLibStrings, BootMaintenanceManagerUiLibStrings,
NULL NULL
); );
ASSERT (mBmmCallbackInfo->BmmHiiHandle != NULL); ASSERT (mBmmCallbackInfo->BmmHiiHandle != NULL);
@ -1481,7 +1481,7 @@ BootMaintenanceManagerLibConstructor (
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI EFIAPI
BootMaintenanceManagerLibDestructor ( BootMaintenanceManagerUiLibDestructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable
) )

View File

@ -13,14 +13,14 @@
## ##
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = BootMaintenanceManagerLib BASE_NAME = BootMaintenanceManagerUiLib
MODULE_UNI_FILE = BootMaintenanceManagerLib.uni MODULE_UNI_FILE = BootMaintenanceManagerUiLib.uni
FILE_GUID = CA9E4824-4198-4715-AA22-E2935E703A07 FILE_GUID = CA9E4824-4198-4715-AA22-E2935E703A07
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 = BootMaintenanceManagerLibConstructor CONSTRUCTOR = BootMaintenanceManagerUiLibConstructor
DESTRUCTOR = BootMaintenanceManagerLibDestructor DESTRUCTOR = BootMaintenanceManagerUiLibDestructor
# #
# 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.
# #