]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfTpmComponentsDxe.dsc.inc
OvmfPkg: drop TPM_CONFIG_ENABLE
[mirror_edk2.git] / OvmfPkg / OvmfTpmComponentsDxe.dsc.inc
1 ##
2 # SPDX-License-Identifier: BSD-2-Clause-Patent
3 ##
4
5 !if $(TPM_ENABLE) == TRUE
6 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
7 <LibraryClasses>
8 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
9 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
10 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.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/Tcg2Config/Tcg2ConfigDxe.inf
18 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
19 <LibraryClasses>
20 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
21 }
22 SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf {
23 <LibraryClasses>
24 TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
25 }
26 !endif