]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Sockets/DataSource/DataSource.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / AppPkg / Applications / Sockets / DataSource / DataSource.inf
CommitLineData
9f7f5161 1## @file\r
4684b66f 2# DataSource Application\r
3#\r
8a219767 4# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
9f7f5161 5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
4684b66f 9#\r
9f7f5161 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
4684b66f 12#\r
13##\r
14\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DataSource\r
19 FILE_GUID = 30EB0F26-FC0A-4fd2-B9C9-751EA2BB1980\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = ShellCEntryLib\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
8a219767 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
4684b66f 28#\r
29\r
30[Sources]\r
31 DataSource.c\r
32\r
33\r
34[Pcd]\r
f6e5cdd5 35 gAppPkgTokenSpaceGuid.DataSource_Port\r
4684b66f 36\r
37\r
38[Packages]\r
f6e5cdd5 39 AppPkg/AppPkg.dec\r
4684b66f 40 MdePkg/MdePkg.dec\r
41 ShellPkg/ShellPkg.dec\r
42 StdLib/StdLib.dec\r
43\r
44\r
45[LibraryClasses]\r
46 BaseMemoryLib\r
47 BsdSocketLib\r
48 EfiSocketLib\r
49 DebugLib\r
50 LibC\r
51 ShellCEntryLib\r
52 UefiBootServicesTableLib\r
53 UefiLib\r
54# UseSocketDxe\r
55\r
56[Protocols]\r
57 gEfiTcp4ProtocolGuid\r
58 gEfiTcp4ServiceBindingProtocolGuid\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