summaryrefslogtreecommitdiffstats
path: root/ShellPkg/ShellPkg.dsc
diff options
context:
space:
mode:
authorRonald Cron <Ronald.Cron@arm.com>2015-07-15 15:39:53 +0000
committeroliviermartin <oliviermartin@Edk2>2015-07-15 15:39:53 +0000
commit680742607132a7733880407453b5f792699d7143 (patch)
tree916c370716f2f5e1cb24a9b9652285dd9685676c /ShellPkg/ShellPkg.dsc
parent8f7b315b1c3996a76ec03066533539b32e1a9edc (diff)
downloadedk2-680742607132a7733880407453b5f792699d7143.tar.gz
edk2-680742607132a7733880407453b5f792699d7143.tar.bz2
edk2-680742607132a7733880407453b5f792699d7143.zip
ShellPkg: Add optional 'tftp' EFI Shell command
This 'tftp' command allows to download a file from a TFTP server. A specific network interface can be chosen in case there are multiple interfaces. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ronald Cron <Ronald.Cron@arm.com> Reviewed-by: Olivier Martin <Olivier.Martin@arm.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18015 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/ShellPkg.dsc')
-rw-r--r--ShellPkg/ShellPkg.dsc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc
index 9d54acc81f..c2ce4f9ab3 100644
--- a/ShellPkg/ShellPkg.dsc
+++ b/ShellPkg/ShellPkg.dsc
@@ -98,6 +98,9 @@
!ifdef $(INCLUDE_DP)
NULL|ShellPkg/Library/UefiDpLib/UefiDpLib.inf
!endif #$(INCLUDE_DP)
+!ifdef $(INCLUDE_TFTP_COMMAND)
+ NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf
+!endif #$(INCLUDE_TFTP_COMMAND)
!endif #$(NO_SHELL_PROFILES)
}