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-03 16:36:35 +0000
commit64790adcb1d9dd70879fbff88ba756098c7fe9e2 (patch)
tree8f2278cb9bc6c8a06d2315f484ed5ded3ace469f
parentcc633200997dd2545bc085303e8f8997452ccb88 (diff)
REVIEW: ArmPlatformPkg:Add FileExplorerLib.inf to the dsc filearmlt-20160203
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