From b7a66f97f84137f36b2814294a49d52339234801 Mon Sep 17 00:00:00 2001 From: "Yao, Jiewen" Date: Fri, 8 May 2015 07:25:06 +0000 Subject: [PATCH] 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" git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17365 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/SecurityPkg.dsc | 10 +++++----- 1 file 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 @@ -170,11 +170,6 @@ SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf - # - # Hash2 - # - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf - # # Other # @@ -228,6 +223,11 @@ Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.inf } + + # + # Hash2 + # + SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf [Components.IA32, Components.X64] SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf -- 2.39.2