]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[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 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = HttpUtilitiesDxe
15 FILE_GUID = 22ea234f-e72a-11e4-91f9-28d2447c4829
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = HttpUtilitiesDxeDriverEntryPoint
19 UNLOAD_IMAGE = HttpUtilitiesDxeUnload
20 MODULE_UNI_FILE = HttpUtilitiesDxe.uni
21
22 [Packages]
23 MdePkg/MdePkg.dec
24 MdeModulePkg/MdeModulePkg.dec
25 NetworkPkg/NetworkPkg.dec
26
27 [Sources]
28 HttpUtilitiesDxe.h
29 HttpUtilitiesDxe.c
30 HttpUtilitiesProtocol.c
31
32 [LibraryClasses]
33 UefiDriverEntryPoint
34 UefiBootServicesTableLib
35 MemoryAllocationLib
36 BaseMemoryLib
37 BaseLib
38 UefiLib
39 DebugLib
40 HttpLib
41
42 [Protocols]
43 gEfiHttpUtilitiesProtocolGuid ## PRODUCES
44
45 [Depex]
46 TRUE
47
48 [UserExtensions.TianoCore."ExtraFiles"]
49 HttpUtilitiesDxeExtra.uni