diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-12-07 09:20:09 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-12-07 09:20:09 +0000 |
commit | 8fb0d2e3fd488a045899dc2b890fc57b8d793e0b (patch) | |
tree | 4fd04cc6ebf68f8ef55c248d2d145e4693cadb89 | |
parent | 7f3f3133ce03c07e893b5bfb7c7700c0201ea5fe (diff) | |
download | edk2-platforms-8fb0d2e3fd488a045899dc2b890fc57b8d793e0b.tar.xz |
CryptoPkg ARM: add ArmSoftFloatLib resolution to CryptoPkg.dsc
In order to build the ARM version of CryptoPkg from its own .DSC file,
it needs a resolution for the ArmSoftFloatLib dependency of OpensslLib.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Qin Long <qin.long@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19145 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | CryptoPkg/CryptoPkg.dsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CryptoPkg/CryptoPkg.dsc b/CryptoPkg/CryptoPkg.dsc index 19a0fbcf43..043704067a 100644 --- a/CryptoPkg/CryptoPkg.dsc +++ b/CryptoPkg/CryptoPkg.dsc @@ -63,6 +63,9 @@ # Add support for stack protector
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
+[LibraryClasses.ARM]
+ ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
+
[LibraryClasses.common.PEIM]
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
|