diff options
author | Michael Kinney <michael.d.kinney@intel.com> | 2016-01-21 18:41:59 +0000 |
---|---|---|
committer | mdkinney <mdkinney@Edk2> | 2016-01-21 18:41:59 +0000 |
commit | 8ab970f21089f4f03334d4f564e6a286dd4f1fc7 (patch) | |
tree | 47c65bf7c4cfc84917caef7fe598a07190e010d0 /QuarkPlatformPkg | |
parent | af3e209f93d42263bc8949e03b17d5bd3640db11 (diff) | |
download | edk2-8ab970f21089f4f03334d4f564e6a286dd4f1fc7.tar.gz edk2-8ab970f21089f4f03334d4f564e6a286dd4f1fc7.tar.bz2 edk2-8ab970f21089f4f03334d4f564e6a286dd4f1fc7.zip |
QuarkPlatformPkg/Quark.dsc: Update for rename of UI libraries
Rename the Ui libraries,so need to update the QuarkPlatformPkg.dsc file.
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Kelly Steele <kelly.steele@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19720 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'QuarkPlatformPkg')
-rw-r--r-- | QuarkPlatformPkg/Quark.dsc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc index 30515519df..d2d0842f1b 100644 --- a/QuarkPlatformPkg/Quark.dsc +++ b/QuarkPlatformPkg/Quark.dsc @@ -2,7 +2,7 @@ # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.
#
# This package provides Clanton Peak CRB platform specific modules.
-# Copyright (c) 2013 - 2014 Intel Corporation.
+# Copyright (c) 2013 - 2016 Intel Corporation.
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -628,9 +628,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
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|