OvmfTpmSecurityStub.dsc.inc 590 B

123456789101112131415161718
  1. ##
  2. # SPDX-License-Identifier: BSD-2-Clause-Patent
  3. ##
  4. !if $(TPM2_ENABLE) == TRUE
  5. !if $(TPM1_ENABLE) == TRUE
  6. NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
  7. !endif
  8. !endif
  9. !if $(TPM2_ENABLE) == TRUE || $(CC_MEASUREMENT_ENABLE) == TRUE
  10. #
  11. # DxeTpm2MeasureBootLib provides security service of TPM2 measure boot and
  12. # Confidential Computing (CC) measure boot. It should be controlled by
  13. # TPM2_ENABLE and CC_MEASUREMENT_ENABLE
  14. #
  15. NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
  16. !endif