]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Sockets/TftpServer/TftpServer.inf
d7cbfaa303a077534f6e5848309156292499579f
[mirror_edk2.git] / AppPkg / Applications / Sockets / TftpServer / TftpServer.inf
1 #/** @file
2 # TFTP Server Application
3 #
4 # This file contains an 'Intel Peripheral Driver' and is
5 # licensed for Intel CPUs and chipsets under the terms of your
6 # license agreement with Intel or your vendor. This file may
7 # be modified by the user, subject to additional terms of the
8 # license agreement
9 #
10 #
11 # Copyright (c) 2011 Intel Corporation. All rights reserved
12 # This software and associated documentation (if any) is furnished
13 # under a license and may only be used or copied in accordance
14 # with the terms of the license. Except as permitted by such
15 # license, no part of this software or documentation may be
16 # reproduced, stored in a retrieval system, or transmitted in any
17 # form or by any means without the express written consent of
18 # Intel Corporation.
19 #
20 ##
21
22
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = TftpServer
26 FILE_GUID = 94621F9E-B5CA-4cfd-82BE-0C542EB0D9BE
27 MODULE_TYPE = UEFI_APPLICATION
28 VERSION_STRING = 1.0
29 ENTRY_POINT = ShellCEntryLib
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
35 #
36
37 [Sources]
38 TftpServer.h
39 TftpServer.c
40
41
42 [Pcd]
43 gAppPkgTokenSpaceGuid.Tftp_AckLogBase
44 gAppPkgTokenSpaceGuid.Tftp_AckMultiplier
45 gAppPkgTokenSpaceGuid.Tftp_Bandwidth
46 gAppPkgTokenSpaceGuid.Tftp_HighSpeed
47 gAppPkgTokenSpaceGuid.Tftp_MaxRetry
48 gAppPkgTokenSpaceGuid.Tftp_MaxTimeoutInSec
49
50
51 [Packages]
52 AppPkg/AppPkg.dec
53 MdePkg/MdePkg.dec
54 ShellPkg/ShellPkg.dec
55 StdLib/StdLib.dec
56
57
58 [LibraryClasses]
59 BaseMemoryLib
60 BsdSocketLib
61 DebugLib
62 DevShell
63 EfiSocketLib
64 LibC
65 ShellLib
66 ShellCEntryLib
67 TimerLib
68 UefiBootServicesTableLib
69 UefiLib
70 UefiRuntimeServicesTableLib
71 # UseSocketDxe
72
73 [BuildOptions]
74 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
75 MSFT:*_*_*_CC_FLAGS = /Od
76 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable
77