]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.inf
ShellPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ShellPkg / DynamicCommand / TftpDynamicCommand / TftpApp.inf
CommitLineData
68074260 1## @file\r
09610023 2# Provides Shell 'tftp' standalone application.\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
56ba3746 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
68074260
RC
8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010006\r
09610023
RN
14 BASE_NAME = tftp\r
15 FILE_GUID = 8DC58D0D-67F5-4B97-9DFC-E442BB9A5648\r
86819ad0 16 MODULE_TYPE = UEFI_APPLICATION\r
68074260 17 VERSION_STRING = 1.0\r
09610023
RN
18 ENTRY_POINT = TftpAppInitialize\r
19#\r
20# This flag specifies whether HII resource section is generated into PE image.\r
21#\r
22 UEFI_HII_RESOURCE_SECTION = TRUE\r
68074260
RC
23\r
24[Sources.common]\r
09610023
RN
25 Tftp.uni\r
26 Tftp.h\r
68074260 27 Tftp.c\r
09610023 28 TftpApp.c\r
68074260
RC
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 ShellPkg/ShellPkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34\r
35[LibraryClasses]\r
36 MemoryAllocationLib\r
37 BaseLib\r
38 BaseMemoryLib\r
39 DebugLib\r
68074260
RC
40 ShellLib\r
41 UefiLib\r
42 UefiRuntimeServicesTableLib\r
43 UefiBootServicesTableLib\r
09610023
RN
44 UefiApplicationEntryPoint\r
45 UefiHiiServicesLib\r
68074260
RC
46 HiiLib\r
47 FileHandleLib\r
48 NetLib\r
49\r
68074260
RC
50[Protocols]\r
51 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES\r
52 gEfiMtftp4ServiceBindingProtocolGuid ## CONSUMES\r
09610023
RN
53 gEfiMtftp4ProtocolGuid ## CONSUMES\r
54 gEfiHiiPackageListProtocolGuid ## CONSUMES\r