]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Sockets/OobRx/OobRx.inf
Merged socket development branch:
[mirror_edk2.git] / AppPkg / Applications / Sockets / OobRx / OobRx.inf
CommitLineData
59bc0593 1#/** @file\r
2# OobRx Application\r
3#\r
4# This file contains an 'Intel Peripheral Driver' and is \r
5# licensed for Intel CPUs and chipsets under the terms of your\r
6# license agreement with Intel or your vendor. This file may \r
7# be modified by the user, subject to additional terms of the \r
8# license agreement \r
9#\r
10#\r
11# Copyright (c) 20011 Intel Corporation. All rights reserved\r
12# This software and associated documentation (if any) is furnished\r
13# under a license and may only be used or copied in accordance\r
14# with the terms of the license. Except as permitted by such\r
15# license, no part of this software or documentation may be\r
16# reproduced, stored in a retrieval system, or transmitted in any\r
17# form or by any means without the express written consent of\r
18# Intel Corporation.\r
19#\r
20##\r
21\r
22\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = OobRx\r
26 FILE_GUID = 79DED328-7FCE-4909-9AFD-D66176AF97A6\r
27 MODULE_TYPE = UEFI_APPLICATION\r
28 VERSION_STRING = 1.0\r
29 ENTRY_POINT = ShellCEntryLib\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
37[Sources]\r
38 Main.c\r
39 OobRx.c\r
40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 ShellPkg/ShellPkg.dec\r
45 StdLib/StdLib.dec\r
46\r
47\r
48[LibraryClasses]\r
49 BaseMemoryLib\r
50 BsdSocketLib\r
51 DebugLib\r
52 EfiSocketLib\r
53 LibC\r
54 LibMath\r
55 ShellCEntryLib\r
56 UefiBootServicesTableLib\r
57 UefiLib\r
58# UseSocketDxe\r
59\r
60[BuildOptions]\r
61 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186\r
62 MSFT:*_*_*_CC_FLAGS = /Od\r
63 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable\r
64\r