]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / DynamicCommand / TftpDynamicCommand / TftpApp.inf
1 ## @file
2 # Provides Shell 'tftp' standalone application.
3 #
4 # Copyright (c) 2010 - 2019, 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 NetworkPkg/NetworkPkg.dec
35
36 [LibraryClasses]
37 MemoryAllocationLib
38 BaseLib
39 BaseMemoryLib
40 DebugLib
41 ShellLib
42 UefiLib
43 UefiRuntimeServicesTableLib
44 UefiBootServicesTableLib
45 UefiApplicationEntryPoint
46 UefiHiiServicesLib
47 HiiLib
48 FileHandleLib
49 NetLib
50
51 [Protocols]
52 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES
53 gEfiMtftp4ServiceBindingProtocolGuid ## CONSUMES
54 gEfiMtftp4ProtocolGuid ## CONSUMES
55 gEfiHiiPackageListProtocolGuid ## CONSUMES