]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
NetworkPkg: Add HTTP utilities driver
[mirror_edk2.git] / NetworkPkg / HttpUtilitiesDxe / HttpUtilitiesDxe.inf
1 ## @file
2 # Implementation of EFI Http Utilities Protocol interfaces.
3 #
4 # Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php.
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
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = HttpUtilitiesDxe
19 FILE_GUID = 22ea234f-e72a-11e4-91f9-28d2447c4829
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = HttpUtilitiesDxeDriverEntryPoint
23 UNLOAD_IMAGE = HttpUtilitiesDxeUnload
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 MdeModulePkg/MdeModulePkg.dec
28
29 [Sources]
30 HttpUtilitiesDxe.h
31 HttpUtilitiesDxe.c
32 HttpUtilitiesImpl.c
33 HttpUtilitiesProtocol.c
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 MemoryAllocationLib
39 BaseMemoryLib
40 BaseLib
41 UefiLib
42 DebugLib
43
44 [Protocols]
45 gEfiHttpUtilitiesProtocolGuid ## PRODUCES
46
47 [Depex]
48 TRUE
49
50 [Guids]
51