mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
2b0c2ba593
commit
b7a66f97f8
|
@ -170,11 +170,6 @@
|
|||
|
||||
SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
|
||||
|
||||
#
|
||||
# Hash2
|
||||
#
|
||||
SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
|
||||
|
||||
#
|
||||
# Other
|
||||
#
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue