MdeModulePkg:Modify related files because of rename action

Rename DeviceManagerLib,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@19667 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Dandan Bi
2016-01-19 03:30:57 +00:00
committed by dandanbi
parent 0b6d3330d8
commit 3910f66918
2 changed files with 7 additions and 7 deletions

View File

@@ -853,7 +853,7 @@ DeviceManagerCallback (
**/
EFI_STATUS
EFIAPI
DeviceManagerLibConstructor (
DeviceManagerUiLibConstructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
@@ -878,7 +878,7 @@ DeviceManagerLibConstructor (
&mDeviceManagerGuid,
gDeviceManagerPrivate.DriverHandle,
DeviceManagerVfrBin,
DeviceManagerLibStrings,
DeviceManagerUiLibStrings,
NULL
);
ASSERT (gDeviceManagerPrivate.HiiHandle != NULL);
@@ -901,7 +901,7 @@ DeviceManagerLibConstructor (
**/
EFI_STATUS
EFIAPI
DeviceManagerLibDestructor(
DeviceManagerUiLibDestructor(
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)