summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c')
-rw-r--r--MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c b/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
index ba3f631443..bfab83ac86 100644
--- a/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
+++ b/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
@@ -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
)