OvmfTpmLibsPeim.dsc.inc 353 B

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