]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpBootDxe/HttpBootDxe.inf
NetworkPkg: Convert the UNIX to DOS end of line format
[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
38 HttpBootSupport.h\r
39 HttpBootSupport.c\r
40 HttpBootClient.h\r
41 HttpBootClient.c\r
42\r
43[LibraryClasses]\r
44 UefiDriverEntryPoint\r
45 UefiBootServicesTableLib\r
46 MemoryAllocationLib\r
47 BaseLib\r
48 UefiLib\r
49 DevicePathLib\r
50 DebugLib\r
51 NetLib\r
52 HttpLib\r
53\r
54[Protocols]\r
55 ## TO_START\r
56 ## BY_START\r
57 gEfiDevicePathProtocolGuid\r
58 \r
59 gEfiLoadFileProtocolGuid ## BY_START\r
60 gEfiHttpServiceBindingProtocolGuid ## CONSUMES\r
61 gEfiHttpProtocolGuid ## CONSUMES\r
62 gEfiDhcp4ServiceBindingProtocolGuid ## TO_START\r
63 gEfiDhcp4ProtocolGuid ## TO_START\r
64 gEfiIp4Config2ProtocolGuid ## TO_START\r
65 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 HttpBootDxeExtra.uni\r