TianoCore EDK2 master
Loading...
Searching...
No Matches
OvmfTpmComponentsDxe.dsc.inc
1##
2# SPDX-License-Identifier: BSD-2-Clause-Patent
3##
4
5!if $(TPM2_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!if $(TPM1_ENABLE) == TRUE
19 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
20 <LibraryClasses>
21 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
22 }
23!endif
24 SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf {
25 <LibraryClasses>
26 TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
27 }
28!endif
#define NULL
Definition: Base.h:319
#define TRUE
Definition: Base.h:301