mirror of https://github.com/acidanthera/audk.git
QuarkPlatformPkg: Add UefiBootManagerLib to fix Shell build failure
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
90ebd67808
commit
bbac7a1b9b
|
@ -2,7 +2,7 @@
|
||||||
# Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.
|
# Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.
|
||||||
#
|
#
|
||||||
# This package provides Clanton Peak CRB platform specific modules.
|
# This package provides Clanton Peak CRB platform specific modules.
|
||||||
# Copyright (c) 2013 - 2016 Intel Corporation.
|
# Copyright (c) 2013 - 2017 Intel Corporation.
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -126,6 +126,7 @@
|
||||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||||
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
||||||
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
|
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
|
||||||
|
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generic Modules
|
# Generic Modules
|
||||||
|
@ -701,7 +702,6 @@
|
||||||
#
|
#
|
||||||
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
||||||
<LibraryClasses>
|
<LibraryClasses>
|
||||||
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
|
||||||
PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
|
PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
|
||||||
!if $(CAPSULE_ENABLE)
|
!if $(CAPSULE_ENABLE)
|
||||||
FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
|
FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
|
||||||
|
@ -715,7 +715,6 @@
|
||||||
NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
|
NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
|
||||||
NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
|
NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
|
||||||
|
|
||||||
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
|
||||||
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.
|
# Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.
|
||||||
#
|
#
|
||||||
# This package provides Clanton Peak CRB platform specific modules.
|
# This package provides Clanton Peak CRB platform specific modules.
|
||||||
# Copyright (c) 2013 - 2016 Intel Corporation.
|
# Copyright (c) 2013 - 2017 Intel Corporation.
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -114,6 +114,7 @@
|
||||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||||
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
||||||
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
|
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
|
||||||
|
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generic Modules
|
# Generic Modules
|
||||||
|
@ -571,7 +572,6 @@
|
||||||
#
|
#
|
||||||
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
||||||
<LibraryClasses>
|
<LibraryClasses>
|
||||||
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
|
||||||
PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
|
PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue