]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf
Update the license dates
[mirror_edk2.git] / AppPkg / Applications / Sockets / RawIp4Tx / RawIp4Tx.inf
... / ...
CommitLineData
1## @file\r
2# RawIp4Tx Application\r
3#\r
4# Copyright (c) 2011-2012, Intel Corporation\r
5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = RawIp4Tx\r
19 FILE_GUID = 3DFE0FAB-70C7-4b53-9855-985F14DB2DDA\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = ShellCEntryLib\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 Main.c\r
32 RawIp4Tx.c\r
33\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 ShellPkg/ShellPkg.dec\r
38 StdLib/StdLib.dec\r
39\r
40\r
41[LibraryClasses]\r
42 BaseMemoryLib\r
43 BsdSocketLib\r
44 DebugLib\r
45 EfiSocketLib\r
46 LibC\r
47 LibMath\r
48 ShellCEntryLib\r
49 UefiBootServicesTableLib\r
50 UefiLib\r
51# UseSocketDxe\r
52\r
53[BuildOptions]\r
54 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186\r
55 MSFT:*_*_*_CC_FLAGS = /Od\r
56 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable\r
57\r