OvmfTpmComponentsDxe.dsc.inc 1.2 KB

12345678910111213141516171819202122232425262728
  1. ##
  2. # SPDX-License-Identifier: BSD-2-Clause-Patent
  3. ##
  4. !if $(TPM2_ENABLE) == TRUE
  5. SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
  6. <LibraryClasses>
  7. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
  8. NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
  9. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
  10. NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
  11. NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
  12. NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
  13. NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
  14. NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
  15. }
  16. SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
  17. !if $(TPM1_ENABLE) == TRUE
  18. SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
  19. <LibraryClasses>
  20. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
  21. }
  22. !endif
  23. SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf {
  24. <LibraryClasses>
  25. TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
  26. }
  27. !endif