]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Include/Dsc/OvmfTpmComponentsDxe.dsc.inc
OvmfPkg: move dsc and fdf include snippets for TPM support to subdirs
[mirror_edk2.git] / OvmfPkg / Include / Dsc / OvmfTpmComponentsDxe.dsc.inc
CommitLineData
b4757580
GH
1##\r
2# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3##\r
4\r
4de8d61b 5!if $(TPM2_ENABLE) == TRUE\r
b4757580
GH
6 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {\r
7 <LibraryClasses>\r
8 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf\r
9 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf\r
10 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf\r
11 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf\r
12 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf\r
13 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf\r
14 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf\r
15 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf\r
16 }\r
b4757580 17 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf\r
4de8d61b 18!if $(TPM1_ENABLE) == TRUE\r
b4757580
GH
19 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {\r
20 <LibraryClasses>\r
21 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf\r
22 }\r
4de8d61b 23!endif\r
b4757580
GH
24 SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf {\r
25 <LibraryClasses>\r
26 TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf\r
27 }\r
28!endif\r