| ## | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent | |
| ## | |
| !if $(TPM2_ENABLE) == TRUE | |
| SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf { | |
| <LibraryClasses> | |
| Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf | |
| NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpmSvsm.inf | |
| HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf | |
| NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf | |
| NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf | |
| NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf | |
| NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf | |
| NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf | |
| } | |
| SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf | |
| !if $(TPM1_ENABLE) == TRUE | |
| SecurityPkg/Tcg/TcgDxe/TcgDxe.inf { | |
| <LibraryClasses> | |
| Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf | |
| } | |
| !endif | |
| SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf { | |
| <LibraryClasses> | |
| TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf | |
| } | |
| !endif |