]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfTpmDxe.fdf.inc
OvmfPkg: move tcg configuration to dsc and fdf include files
[mirror_edk2.git] / OvmfPkg / OvmfTpmDxe.fdf.inc
1 ##
2 # SPDX-License-Identifier: BSD-2-Clause-Patent
3 ##
4
5 !if $(TPM_ENABLE) == TRUE
6 INF SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
7 INF SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
8 INF SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf
9 !if $(TPM_CONFIG_ENABLE) == TRUE
10 INF SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
11 !endif
12 !endif