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