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