summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Include/Fdf/ShellDxe.fdf.inc
blob: 6536c30c54139c70bf0ca115763237a2d9b7ca03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##
#    SPDX-License-Identifier: BSD-2-Clause-Patent
##

!if $(BUILD_SHELL) == TRUE

!if $(TOOL_CHAIN_TAG) != "XCODE5"
!if $(NETWORK_ENABLE) == TRUE
INF  ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
INF  ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf
!endif
INF  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
!endif

INF  ShellPkg/Application/Shell/Shell.inf
!endif