diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-01-19 03:30:57 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2016-01-19 03:30:57 +0000 |
commit | 3910f6691869a1cf9220ae7b9f419a41d915479b (patch) | |
tree | b0f128864ed82b5b0bbff00565014fcc51f8568c /MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c | |
parent | 0b6d3330d83bdcdccb5ed911380b10de4a7b0a14 (diff) | |
download | edk2-platforms-3910f6691869a1cf9220ae7b9f419a41d915479b.tar.xz |
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
Diffstat (limited to 'MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c')
-rw-r--r-- | MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c | 6 |
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
)
|