diff options
-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
|