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