]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / DynamicCommand / TftpDynamicCommand / TftpDynamicCommand.inf
CommitLineData
68074260 1## @file\r
09610023 2# Provides Shell 'tftp' dynamic command.\r
68074260 3#\r
09610023 4# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR>\r
68074260
RC
5# Copyright (c) 2015, ARM Ltd. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010006\r
09610023
RN
19 BASE_NAME = tftpDynamicCommand\r
20 FILE_GUID = A487A478-51EF-48AA-8794-7BEE2A0562F1\r
21 MODULE_TYPE = DXE_DRIVER\r
68074260 22 VERSION_STRING = 1.0\r
09610023
RN
23 ENTRY_POINT = TftpCommandInitialize\r
24 UNLOAD_IMAGE = TftpUnload\r
25#\r
26# This flag specifies whether HII resource section is generated into PE image.\r
27#\r
28 UEFI_HII_RESOURCE_SECTION = TRUE\r
68074260
RC
29\r
30[Sources.common]\r
09610023
RN
31 Tftp.uni\r
32 Tftp.h\r
68074260 33 Tftp.c\r
09610023 34 TftpDynamicCommand.c\r
68074260
RC
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 ShellPkg/ShellPkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 MemoryAllocationLib\r
43 BaseLib\r
44 BaseMemoryLib\r
45 DebugLib\r
68074260
RC
46 ShellLib\r
47 UefiLib\r
48 UefiRuntimeServicesTableLib\r
49 UefiBootServicesTableLib\r
09610023
RN
50 UefiDriverEntryPoint\r
51 UefiHiiServicesLib\r
68074260
RC
52 HiiLib\r
53 FileHandleLib\r
54 NetLib\r
55\r
68074260
RC
56[Protocols]\r
57 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES\r
58 gEfiMtftp4ServiceBindingProtocolGuid ## CONSUMES\r
09610023
RN
59 gEfiMtftp4ProtocolGuid ## CONSUMES\r
60 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
61 gEfiShellDynamicCommandProtocolGuid ## PRODUCES\r
68074260 62\r
09610023
RN
63[DEPEX]\r
64 TRUE\r