diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-02-24 20:21:28 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-02-26 16:52:50 +0800 |
commit | 2a7ee1151efd2c9c57d08fc326dd4f8040afca15 (patch) | |
tree | 43032bd2ca27563b510e9bfe32ff2d9874bc590b /SecurityPkg | |
parent | 2530cac6c4b3a1b5222212b5bd8406040d0ab90a (diff) | |
download | edk2-2a7ee1151efd2c9c57d08fc326dd4f8040afca15.tar.gz edk2-2a7ee1151efd2c9c57d08fc326dd4f8040afca15.tar.bz2 edk2-2a7ee1151efd2c9c57d08fc326dd4f8040afca15.zip |
SecurityPkg: Add FileExplorerLib.inf to the dsc file
Add FileExplorerLib to SecurePkg DSC to pass build,
as SecureBootConfigDxe requires this library now.
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/SecurityPkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index 0f1fc0f27f..bec58f0665 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -85,6 +85,7 @@ HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
+ FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
[LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_SAL_DRIVER,]
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|