OvmfPkg: move OvmfTpmDxe.fdf.inc to Include/Fdf

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
Gerd Hoffmann
2023-05-05 19:06:24 +08:00
committed by mergify[bot]
parent 8bca1bb977
commit eabaeb0613
6 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
##
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
!if $(TPM2_ENABLE) == TRUE
!if $(TPM1_ENABLE) == TRUE
INF SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
!endif
INF SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
INF SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf
INF SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
!endif