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