]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - NetworkPkg/HttpBootDxe/HttpBootDxe.inf
BaseTools: enhance error handling for option --binary-source
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDxe.inf
... / ...
CommitLineData
1## @file\r
2# This modules produce the Load File Protocol for UEFI HTTP boot.\r
3# \r
4# Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
5# 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
9# \r
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
12# \r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = HttpBootDxe\r
18 FILE_GUID = ecebcb00-d9c8-11e4-af3d-8cdcd426c973\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = HttpBootDxeDriverEntryPoint\r
22 UNLOAD_IMAGE = NetLibDefaultUnload\r
23 MODULE_UNI_FILE = HttpBootDxe.uni\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 MdeModulePkg/MdeModulePkg.dec\r
28 NetworkPkg/NetworkPkg.dec\r
29\r
30[Sources]\r
31 HttpBootConfigNVDataStruc.h\r
32 HttpBootDxe.h\r
33 HttpBootDxe.c\r
34 HttpBootConfig.h\r
35 HttpBootConfig.c\r
36 HttpBootComponentName.h\r
37 HttpBootComponentName.c\r
38 HttpBootImpl.h\r
39 HttpBootImpl.c\r
40 HttpBootDhcp4.h\r
41 HttpBootDhcp4.c\r
42 HttpBootDhcp6.h\r
43 HttpBootDhcp6.c\r
44 HttpBootSupport.h\r
45 HttpBootSupport.c\r
46 HttpBootClient.h\r
47 HttpBootClient.c\r
48 HttpBootConfigVfr.vfr\r
49 HttpBootConfigStrings.uni\r
50\r
51[LibraryClasses]\r
52 UefiDriverEntryPoint\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseLib\r
56 UefiLib\r
57 DevicePathLib\r
58 DebugLib\r
59 NetLib\r
60 HttpLib\r
61 HiiLib\r
62 PrintLib\r
63 DpcLib\r
64 UefiHiiServicesLib\r
65 UefiBootManagerLib\r
66\r
67[Protocols]\r
68 ## TO_START\r
69 ## BY_START\r
70 gEfiDevicePathProtocolGuid\r
71 \r
72 gEfiLoadFileProtocolGuid ## BY_START\r
73 gEfiHttpServiceBindingProtocolGuid ## CONSUMES\r
74 gEfiHttpProtocolGuid ## CONSUMES\r
75 gEfiDhcp4ServiceBindingProtocolGuid ## TO_START\r
76 gEfiDhcp4ProtocolGuid ## TO_START\r
77 gEfiIp4Config2ProtocolGuid ## TO_START\r
78 gEfiDhcp6ServiceBindingProtocolGuid ## TO_START\r
79 gEfiDhcp6ProtocolGuid ## TO_START\r
80 gEfiDns6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
81 gEfiDns6ProtocolGuid ## SOMETIMES_CONSUMES\r
82 gEfiIp6ServiceBindingProtocolGuid ## TO_START\r
83 gEfiIp6ProtocolGuid ## TO_START\r
84 gEfiIp6ConfigProtocolGuid ## TO_START\r
85 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES\r
86 gEfiRamDiskProtocolGuid ## SOMETIMES_CONSUMES\r
87 gEfiHiiConfigAccessProtocolGuid ## BY_START\r
88 gEfiHttpBootCallbackProtocolGuid ## SOMETIMES_PRODUCES\r
89 gEfiAdapterInformationProtocolGuid ## SOMETIMES_CONSUMES\r
90\r
91[Guids]\r
92 ## SOMETIMES_CONSUMES ## GUID # HiiIsConfigHdrMatch mHttpBootConfigStorageName\r
93 ## SOMETIMES_PRODUCES ## GUID # HiiConstructConfigHdr mHttpBootConfigStorageName\r
94 ## SOMETIMES_PRODUCES ## GUID # HiiGetBrowserData mHttpBootConfigStorageName\r
95 ## SOMETIMES_CONSUMES ## HII\r
96 gHttpBootConfigGuid\r
97 gEfiVirtualCdGuid ## SOMETIMES_CONSUMES ## GUID\r
98 gEfiVirtualDiskGuid ## SOMETIMES_CONSUMES ## GUID\r
99 gEfiAdapterInfoUndiIpv6SupportGuid ## SOMETIMES_CONSUMES ## GUID\r
100\r
101[Pcd]\r
102 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections ## CONSUMES \r
103\r
104[UserExtensions.TianoCore."ExtraFiles"]\r
105 HttpBootDxeExtra.uni\r