blob: 03caccd7c6883c6d4304af74b53ebfbf2ae9bda0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
##
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
!if $(TPM2_ENABLE) == TRUE
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
!if $(TPM1_ENABLE) == TRUE
Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
!endif
Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
!endif
|