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