OvmfTpmComponentsPei.dsc.inc 986 B

12345678910111213141516171819202122
  1. ##
  2. # SPDX-License-Identifier: BSD-2-Clause-Patent
  3. ##
  4. !if $(TPM_ENABLE) == TRUE
  5. OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei.inf
  6. OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei.inf
  7. SecurityPkg/Tcg/TcgPei/TcgPei.inf
  8. SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
  9. <LibraryClasses>
  10. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
  11. NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
  12. NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
  13. NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
  14. NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
  15. NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
  16. }
  17. SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf {
  18. <LibraryClasses>
  19. TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
  20. }
  21. !endif