]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Sockets/OobTx/OobTx.inf
AppPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / AppPkg / Applications / Sockets / OobTx / OobTx.inf
1 ## @file
2 # OobTx Application
3 #
4 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = OobTx
13 FILE_GUID = EB740091-A494-44d7-8D96-C192F95A6394
14 MODULE_TYPE = UEFI_APPLICATION
15 VERSION_STRING = 1.0
16 ENTRY_POINT = ShellCEntryLib
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources]
25 Main.c
26 OobTx.c
27
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 ShellPkg/ShellPkg.dec
32 StdLib/StdLib.dec
33
34
35 [LibraryClasses]
36 BaseMemoryLib
37 BsdSocketLib
38 DebugLib
39 EfiSocketLib
40 LibC
41 LibMath
42 ShellCEntryLib
43 UefiBootServicesTableLib
44 UefiLib
45 # UseSocketDxe
46
47 [BuildOptions]
48 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
49 MSFT:*_*_*_CC_FLAGS = /Od
50 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable
51