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