OvmfPkg: add ShellDxe.fdf.inc

Move EFI Shell firmware volume files to
the new ShellDxe.fdf.inc file.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
Message-Id: <20240222101358.67818-4-kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann
2024-02-22 11:13:49 +01:00
committed by mergify[bot]
parent efca2c6cfc
commit b25f84d7b3
2 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
##
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
!if $(BUILD_SHELL) == TRUE
!if $(TOOL_CHAIN_TAG) != "XCODE5"
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
INF ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf
INF OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
!endif
INF ShellPkg/Application/Shell/Shell.inf
!endif