diff options
author | Dandan Bi <dandan.bi@intel.com> | 2015-11-23 09:37:24 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2015-11-23 09:37:24 +0000 |
commit | ce7690e267dc3205357e0d0e3a57e2b6fd1de895 (patch) | |
tree | e7aedd67aecb9eae10e25a518f61e6b4b6fb24d7 /MdeModulePkg/MdeModulePkg.dsc | |
parent | 4af04335ac9aeb1802b995b102117b6f9de46809 (diff) | |
download | edk2-ce7690e267dc3205357e0d0e3a57e2b6fd1de895.zip edk2-ce7690e267dc3205357e0d0e3a57e2b6fd1de895.tar.gz edk2-ce7690e267dc3205357e0d0e3a57e2b6fd1de895.tar.bz2 |
MdeModulePkg:Refine the UiApp
Use new created libraries(Boot Manager,Device Manager,Boot Maintenance
Manager) in UiApp.So remove and refine relative code in UiApp.And update
the Nt32Pkg.dsc and MdeModulePkg.dsc.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18924 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dsc')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 66ea9c5..900d57c 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -293,7 +293,12 @@ MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
- MdeModulePkg/Application/UiApp/UiApp.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
+ }
MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
|