1 | ##
|
---|
2 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
3 | ##
|
---|
4 |
|
---|
5 | !if $(TPM2_ENABLE) == TRUE
|
---|
6 | !if $(TPM1_ENABLE) == TRUE
|
---|
7 | NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
|
---|
8 | !endif
|
---|
9 | !endif
|
---|
10 |
|
---|
11 | !if $(TPM2_ENABLE) == TRUE || $(CC_MEASUREMENT_ENABLE) == TRUE
|
---|
12 | #
|
---|
13 | # DxeTpm2MeasureBootLib provides security service of TPM2 measure boot and
|
---|
14 | # Confidential Computing (CC) measure boot. It should be controlled by
|
---|
15 | # TPM2_ENABLE and CC_MEASUREMENT_ENABLE
|
---|
16 | #
|
---|
17 | NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
|
---|
18 | !endif
|
---|