TianoCore EDK2 master
Loading...
Searching...
No Matches
OvmfTpmComponentsPei.dsc.inc
1##
2# SPDX-License-Identifier: BSD-2-Clause-Patent
3##
4
5!if $(TPM2_ENABLE) == TRUE
6 OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei.inf
7!if $(TPM1_ENABLE) == TRUE
8 OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei.inf
9 SecurityPkg/Tcg/TcgPei/TcgPei.inf
10!else
11 OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
12!endif
13 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
14 <LibraryClasses>
15 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
16 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
17 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
18 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
19 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
20 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
21 }
22 SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf {
23 <LibraryClasses>
24 TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
25 }
26!endif
#define NULL
Definition: Base.h:319
#define TRUE
Definition: Base.h:301