]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/HttpBootDxe/HttpBootDxe.inf
NetworkPkg: Add UEFI 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, 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
29 [Sources]
30 HttpBootDxe.h
31 HttpBootDxe.c
32 HttpBootComponentName.h
33 HttpBootComponentName.c
34 HttpBootImpl.h
35 HttpBootImpl.c
36 HttpBootDhcp4.h
37 HttpBootDhcp4.c
38 HttpBootSupport.h
39 HttpBootSupport.c
40 HttpBootClient.h
41 HttpBootClient.c
42
43 [LibraryClasses]
44 UefiDriverEntryPoint
45 UefiBootServicesTableLib
46 MemoryAllocationLib
47 BaseLib
48 UefiLib
49 DevicePathLib
50 DebugLib
51 NetLib
52 HttpLib
53
54 [Protocols]
55 ## TO_START
56 ## BY_START
57 gEfiDevicePathProtocolGuid
58
59 gEfiLoadFileProtocolGuid ## BY_START
60 gEfiHttpServiceBindingProtocolGuid ## CONSUMES
61 gEfiHttpProtocolGuid ## CONSUMES
62 gEfiDhcp4ServiceBindingProtocolGuid ## TO_START
63 gEfiDhcp4ProtocolGuid ## TO_START
64 gEfiIp4Config2ProtocolGuid ## TO_START
65 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES
66
67 [UserExtensions.TianoCore."ExtraFiles"]
68 HttpBootDxeExtra.uni