]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.inf
ShellPkg/tftp: Correct file comments header of Tftp.uni
[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 # 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 = tftp
20 FILE_GUID = 8DC58D0D-67F5-4B97-9DFC-E442BB9A5648
21 MODULE_TYPE = UEFI_APPLICATION
22 VERSION_STRING = 1.0
23 ENTRY_POINT = TftpAppInitialize
24 #
25 # This flag specifies whether HII resource section is generated into PE image.
26 #
27 UEFI_HII_RESOURCE_SECTION = TRUE
28
29 [Sources.common]
30 Tftp.uni
31 Tftp.h
32 Tftp.c
33 TftpApp.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 ShellPkg/ShellPkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 MemoryAllocationLib
42 BaseLib
43 BaseMemoryLib
44 DebugLib
45 ShellLib
46 UefiLib
47 UefiRuntimeServicesTableLib
48 UefiBootServicesTableLib
49 UefiApplicationEntryPoint
50 UefiHiiServicesLib
51 HiiLib
52 FileHandleLib
53 NetLib
54
55 [Protocols]
56 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES
57 gEfiMtftp4ServiceBindingProtocolGuid ## CONSUMES
58 gEfiMtftp4ProtocolGuid ## CONSUMES
59 gEfiHiiPackageListProtocolGuid ## CONSUMES