Last change
on this file since 99404 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
424 bytes
|
Line | |
---|
1 | ##
|
---|
2 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
3 | ##
|
---|
4 |
|
---|
5 | !if $(TPM2_ENABLE) == TRUE
|
---|
6 | INF OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei.inf
|
---|
7 | !if $(TPM1_ENABLE) == TRUE
|
---|
8 | INF OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei.inf
|
---|
9 | INF SecurityPkg/Tcg/TcgPei/TcgPei.inf
|
---|
10 | !else
|
---|
11 | INF OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
|
---|
12 | !endif
|
---|
13 | INF SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
|
---|
14 | INF SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf
|
---|
15 | !endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.