diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-01-19 03:31:15 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2016-01-19 03:31:15 +0000 |
commit | d50c8b870e7b05518d862ad20b442487de064d20 (patch) | |
tree | 34f26c160b8d4928ef238ea2852c6a1d965a990f /MdeModulePkg | |
parent | 3910f6691869a1cf9220ae7b9f419a41d915479b (diff) | |
download | edk2-d50c8b870e7b05518d862ad20b442487de064d20.tar.gz edk2-d50c8b870e7b05518d862ad20b442487de064d20.tar.bz2 edk2-d50c8b870e7b05518d862ad20b442487de064d20.zip |
MdeModulePkg:Modify the dsc file because of the rename action
Rename the Ui libraries,so need to update the MdeModulePkg.dsc file.
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@19668 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 94d5f60d6f..0441a0d0b3 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -303,9 +303,9 @@ MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
MdeModulePkg/Application/UiApp/UiApp.inf{
<LibraryClasses>
- NULL|MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf
- NULL|MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf
- NULL|MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
+ NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
+ NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
+ NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
}
MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
|