]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Include/Dsc/OvmfTpmSecurityStub.dsc.inc
OvmfPkg: Support Tdx measurement in OvmfPkgX64
[mirror_edk2.git] / OvmfPkg / Include / Dsc / OvmfTpmSecurityStub.dsc.inc
CommitLineData
b4757580
GH
1##\r
2# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3##\r
4\r
4de8d61b
GH
5!if $(TPM2_ENABLE) == TRUE\r
6!if $(TPM1_ENABLE) == TRUE\r
b4757580 7 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf\r
4de8d61b 8!endif\r
4d37059d
MX
9!endif\r
10\r
11!if $(TPM2_ENABLE) == TRUE || $(CC_MEASUREMENT_ENABLE) == TRUE\r
12 #\r
13 # DxeTpm2MeasureBootLib provides security service of TPM2 measure boot and\r
14 # Confidential Computing (CC) measure boot. It should be controlled by\r
15 # TPM2_ENABLE and CC_MEASUREMENT_ENABLE\r
16 #\r
b4757580
GH
17 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf\r
18!endif\r