diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-01-19 03:31:34 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2016-01-19 03:31:34 +0000 |
commit | 5f8f0daa91f25dc0dc45e98d3aa06dec5d496a42 (patch) | |
tree | b2b27c21a8e88386ecb93108bf82c4074a20b18e /Nt32Pkg | |
parent | d50c8b870e7b05518d862ad20b442487de064d20 (diff) | |
download | edk2-5f8f0daa91f25dc0dc45e98d3aa06dec5d496a42.zip edk2-5f8f0daa91f25dc0dc45e98d3aa06dec5d496a42.tar.gz edk2-5f8f0daa91f25dc0dc45e98d3aa06dec5d496a42.tar.bz2 |
Nt32Pkg:Modify the dsc file because of the rename action
Rename the Ui libraries,so need to update the Nt32Pkg.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@19669 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Nt32Pkg.dsc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index e8edb9e..d5cd180 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -449,9 +449,9 @@ }
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/HiiDatabaseDxe/HiiDatabaseDxe.inf
|