diff options
author | Yao, Jiewen <Jiewen.Yao@intel.com> | 2015-05-08 07:25:06 +0000 |
---|---|---|
committer | jyao1 <jyao1@Edk2> | 2015-05-08 07:25:06 +0000 |
commit | b7a66f97f84137f36b2814294a49d52339234801 (patch) | |
tree | 81f967ef2f131eb14c448b4325478a429db538f9 /SecurityPkg | |
parent | 2b0c2ba593bfd19b0d426a465217b370672b0871 (diff) | |
download | edk2-platforms-b7a66f97f84137f36b2814294a49d52339234801.tar.xz |
Hash2 driver to [Components.IA32, Components.X64, Components.IPF] section.
Because Hash2 need CryptoLib/Openssl, while latter does not support EBC build.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <Jiewen.Yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17365 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/SecurityPkg.dsc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index 8bd4e7ae56..e048c0168b 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -171,11 +171,6 @@ SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
#
- # Hash2
- #
- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
-
- #
# Other
#
SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
@@ -228,6 +223,11 @@ <LibraryClasses>
Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.inf
}
+
+ #
+ # Hash2
+ #
+ SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
[Components.IA32, Components.X64]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf
|