aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-02-02 14:48:34 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-02-16 14:52:07 +0000
commit5211d6bf47fc0151b90a1966815e79a4a9095d7c (patch)
tree4e39781559009565374d064ab14dea39a22c1f08
parent43c0c17e559c8f8f6a10d29bb97b27b5f968a704 (diff)
REVIEW: ArmPlatformPkg:Add FileExplorerLib.inf to the dsc file
This patch was taken from the EDK2 Mailing list for review. It has been edited to add my review suggestion of making the library conditional on SECURE_BOOT_ENABLE to match SecureBootConfigDxe that it depends on. http://article.gmane.org/gmane.comp.bios.edk2.devel/7206 ------------------------------------------------------------------------ V3: Add FileExplorerLib when SECURE_BOOT_ENABLE == TRUE, so when to use FileExplorerLib is clear. Because SecureBootConfigDxe use FileExplorerLib now, but FileExplorerLib is not in the dsc file of the package that use SecureBootConfigDxe. Now add it to pass build. Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Ryan.Harkin <ryan.harkin@linaro.org> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com>
-rw-r--r--Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.dsc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.dsc b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.dsc
index c0c80e2..fffbf28 100644
--- a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.dsc
+++ b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.dsc
@@ -54,6 +54,9 @@
# Virtio Support
VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
+!if $(SECURE_BOOT_ENABLE) == TRUE
+ FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
+!endif
[LibraryClasses.common.SEC]
ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf