diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-03-01 08:05:25 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-03-01 11:45:37 +0000 |
commit | dd320e633a8a80c93c9c43535d3bec7606c45b12 (patch) | |
tree | 970909b6917b4644a31374bb5bc89fec3d38f1df /ArmVirtPkg/ArmVirt.dsc.inc | |
parent | 413edd470932d8e542325fa205b1e4f5e163a85c (diff) | |
download | edk2-dd320e633a8a80c93c9c43535d3bec7606c45b12.tar.gz edk2-dd320e633a8a80c93c9c43535d3bec7606c45b12.tar.bz2 edk2-dd320e633a8a80c93c9c43535d3bec7606c45b12.zip |
ArmVirtPkg: move UefiBootManagerLib resolution to ArmVirt.dsc.inc
Recent changes to ShellPkg require a resolution for UefiBootManagerLib
for all platforms in ArmVirtPkg. So move the resolution to the shared
include ArmVirt.dsc.inc.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirt.dsc.inc')
-rw-r--r-- | ArmVirtPkg/ArmVirt.dsc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index d40ea69b07..2b0a44e14d 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -151,6 +151,7 @@ AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
!endif
VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
+ UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
[LibraryClasses.common.SEC]
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|