]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpBootDxe/HttpBootDxe.inf
NetworkPkg:Enable Http Boot over Ipv6 stack
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDxe.inf
CommitLineData
d933e70a
JW
1## @file\r
2# This modules produce the Load File Protocol for UEFI HTTP boot.\r
3# \r
4# Copyright (c) 2015, 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\r
29[Sources]\r
30 HttpBootDxe.h\r
31 HttpBootDxe.c\r
32 HttpBootComponentName.h\r
33 HttpBootComponentName.c\r
34 HttpBootImpl.h\r
35 HttpBootImpl.c\r
36 HttpBootDhcp4.h\r
37 HttpBootDhcp4.c\r
b659408b
ZL
38 HttpBootDhcp6.h\r
39 HttpBootDhcp6.c\r
d933e70a
JW
40 HttpBootSupport.h\r
41 HttpBootSupport.c\r
42 HttpBootClient.h\r
43 HttpBootClient.c\r
44\r
45[LibraryClasses]\r
46 UefiDriverEntryPoint\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseLib\r
50 UefiLib\r
51 DevicePathLib\r
52 DebugLib\r
53 NetLib\r
54 HttpLib\r
55\r
56[Protocols]\r
57 ## TO_START\r
58 ## BY_START\r
59 gEfiDevicePathProtocolGuid\r
60 \r
61 gEfiLoadFileProtocolGuid ## BY_START\r
62 gEfiHttpServiceBindingProtocolGuid ## CONSUMES\r
63 gEfiHttpProtocolGuid ## CONSUMES\r
64 gEfiDhcp4ServiceBindingProtocolGuid ## TO_START\r
65 gEfiDhcp4ProtocolGuid ## TO_START\r
66 gEfiIp4Config2ProtocolGuid ## TO_START\r
b659408b
ZL
67 gEfiDhcp6ServiceBindingProtocolGuid ## TO_START\r
68 gEfiDhcp6ProtocolGuid ## TO_START\r
69 gEfiDns6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
70 gEfiDns6ProtocolGuid ## SOMETIMES_CONSUMES\r
71 gEfiIp6ServiceBindingProtocolGuid ## TO_START\r
72 gEfiIp6ProtocolGuid ## TO_START\r
73 gEfiIp6ConfigProtocolGuid ## TO_START\r
d933e70a
JW
74 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES\r
75\r
76[UserExtensions.TianoCore."ExtraFiles"]\r
77 HttpBootDxeExtra.uni\r