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