]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/HttpBootDxe/HttpBootDxe.inf
NetworkPkg: Add URI configuration form to HTTP boot driver.
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDxe.inf
1 ## @file
2 # This modules produce the Load File Protocol for UEFI HTTP boot.
3 #
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = HttpBootDxe
18 FILE_GUID = ecebcb00-d9c8-11e4-af3d-8cdcd426c973
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = HttpBootDxeDriverEntryPoint
22 UNLOAD_IMAGE = NetLibDefaultUnload
23 MODULE_UNI_FILE = HttpBootDxe.uni
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 MdeModulePkg/MdeModulePkg.dec
28 NetworkPkg/NetworkPkg.dec
29
30 [Sources]
31 HttpBootDxe.h
32 HttpBootDxe.c
33 HttpBootConfig.c
34 HttpBootComponentName.h
35 HttpBootComponentName.c
36 HttpBootImpl.h
37 HttpBootImpl.c
38 HttpBootDhcp4.h
39 HttpBootDhcp4.c
40 HttpBootDhcp6.h
41 HttpBootDhcp6.c
42 HttpBootSupport.h
43 HttpBootSupport.c
44 HttpBootClient.h
45 HttpBootClient.c
46 HttpBootConfigVfr.vfr
47 HttpBootConfigStrings.uni
48
49 [LibraryClasses]
50 UefiDriverEntryPoint
51 UefiBootServicesTableLib
52 MemoryAllocationLib
53 BaseLib
54 UefiLib
55 DevicePathLib
56 DebugLib
57 NetLib
58 HttpLib
59 HiiLib
60 PrintLib
61 UefiHiiServicesLib
62
63 [Protocols]
64 ## TO_START
65 ## BY_START
66 gEfiDevicePathProtocolGuid
67
68 gEfiLoadFileProtocolGuid ## BY_START
69 gEfiHttpServiceBindingProtocolGuid ## CONSUMES
70 gEfiHttpProtocolGuid ## CONSUMES
71 gEfiDhcp4ServiceBindingProtocolGuid ## TO_START
72 gEfiDhcp4ProtocolGuid ## TO_START
73 gEfiIp4Config2ProtocolGuid ## TO_START
74 gEfiDhcp6ServiceBindingProtocolGuid ## TO_START
75 gEfiDhcp6ProtocolGuid ## TO_START
76 gEfiDns6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
77 gEfiDns6ProtocolGuid ## SOMETIMES_CONSUMES
78 gEfiIp6ServiceBindingProtocolGuid ## TO_START
79 gEfiIp6ProtocolGuid ## TO_START
80 gEfiIp6ConfigProtocolGuid ## TO_START
81 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES
82 gEfiHiiConfigAccessProtocolGuid ## BY_START
83
84 [Guids]
85 ## SOMETIMES_CONSUMES ## GUID # HiiIsConfigHdrMatch mHttpBootConfigStorageName
86 ## SOMETIMES_PRODUCES ## GUID # HiiConstructConfigHdr mHttpBootConfigStorageName
87 ## SOMETIMES_PRODUCES ## GUID # HiiGetBrowserData mHttpBootConfigStorageName
88 ## SOMETIMES_CONSUMES ## HII
89 gHttpBootConfigGuid
90
91 [UserExtensions.TianoCore."ExtraFiles"]
92 HttpBootDxeExtra.uni