]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Sockets/OobRx/OobRx.inf
AppPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / AppPkg / Applications / Sockets / OobRx / OobRx.inf
1 ## @file
2 # OobRx Application
3 #
4 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
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 = OobRx
19 FILE_GUID = 79DED328-7FCE-4909-9AFD-D66176AF97A6
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 EBC
28 #
29
30 [Sources]
31 Main.c
32 OobRx.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