]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.inf
EmulatorPkg: Remove framework pkgs dependency from EmulatorPkg
[mirror_edk2.git] / ShellPkg / DynamicCommand / TftpDynamicCommand / TftpApp.inf
1 ## @file
2 # Provides Shell 'tftp' standalone application.
3 #
4 # Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR>
5 # Copyright (c) 2015, ARM Ltd. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010006
14 BASE_NAME = tftp
15 FILE_GUID = 8DC58D0D-67F5-4B97-9DFC-E442BB9A5648
16 MODULE_TYPE = UEFI_APPLICATION
17 VERSION_STRING = 1.0
18 ENTRY_POINT = TftpAppInitialize
19 #
20 # This flag specifies whether HII resource section is generated into PE image.
21 #
22 UEFI_HII_RESOURCE_SECTION = TRUE
23
24 [Sources.common]
25 Tftp.uni
26 Tftp.h
27 Tftp.c
28 TftpApp.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 ShellPkg/ShellPkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34
35 [LibraryClasses]
36 MemoryAllocationLib
37 BaseLib
38 BaseMemoryLib
39 DebugLib
40 ShellLib
41 UefiLib
42 UefiRuntimeServicesTableLib
43 UefiBootServicesTableLib
44 UefiApplicationEntryPoint
45 UefiHiiServicesLib
46 HiiLib
47 FileHandleLib
48 NetLib
49
50 [Protocols]
51 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES
52 gEfiMtftp4ServiceBindingProtocolGuid ## CONSUMES
53 gEfiMtftp4ProtocolGuid ## CONSUMES
54 gEfiHiiPackageListProtocolGuid ## CONSUMES