]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Sockets/WebServer/WebServer.inf
Add Socket Library applications.
[mirror_edk2.git] / AppPkg / Applications / Sockets / WebServer / WebServer.inf
CommitLineData
4684b66f 1#/** @file\r
2# Web Server 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 = WebServer\r
26 FILE_GUID = 99E87DCF-6162-40c5-9FA1-32111F5197F7\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 ACPI.c\r
39 BootServicesTable.c\r
40 ConfigurationTable.c\r
41 DhcpOptions.c\r
42 DxeServicesTable.c\r
43 Firmware.c\r
44 Handles.c\r
45 Hello.c\r
46 HTTP.c\r
47 Index.c\r
48 PageList.c\r
49 Reboot.c\r
50 RuntimeServicesTable.c\r
51 SystemTable.c\r
52 WebServer.c\r
53\r
54\r
55[Pcd]\r
56 gStdLibTokenSpaceGuid.WebServer_HttpPort\r
57\r
58\r
59[Packages]\r
60 MdePkg/MdePkg.dec\r
61 MdeModulePkg/MdeModulePkg.dec\r
62 ShellPkg/ShellPkg.dec\r
63 StdLib/StdLib.dec\r
64\r
65\r
66[LibraryClasses]\r
67 BaseMemoryLib\r
68 BsdSocketLib\r
69 DebugLib\r
70 DevShell\r
71# EfiSocketLib\r
72 LibC\r
73 ShellLib\r
74 ShellCEntryLib\r
75 UefiBootServicesTableLib\r
76 UefiLib\r
77 UefiRuntimeServicesTableLib\r
78 UseSocketDxe\r
79\r
80[Guids]\r
81 gEfiAcpi10TableGuid\r
82 gEfiAcpiTableGuid\r
83 gEfiDebugImageInfoTableGuid\r
84 gEfiDxeServicesTableGuid\r
85 gEfiHobListGuid\r
86 gEfiMemoryTypeInformationGuid\r
87 gLoadFixedAddressConfigurationTableGuid\r
88\r
89[Protocols]\r
90 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
91 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
92\r
93[BuildOptions]\r
94 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186\r
95 MSFT:*_*_*_CC_FLAGS = /Od\r
96 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable\r
97\r