9f7f5161 |
1 | ## @file\r |
59bc0593 |
2 | # RawIp4Tx Application\r |
3 | #\r |
8a219767 |
4 | # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r |
9f7f5161 |
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 |
59bc0593 |
9 | #\r |
9f7f5161 |
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 |
59bc0593 |
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 |
8a219767 |
27 | # VALID_ARCHITECTURES = IA32 X64 EBC\r |
59bc0593 |
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 |