]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / NetworkPkg / HttpUtilitiesDxe / HttpUtilitiesDxe.inf
CommitLineData
d933e70a
JW
1## @file\r
2# Implementation of EFI Http Utilities Protocol interfaces.\r
3#\r
4# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
f58554fc 5# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
d933e70a 6#\r
ecf98fbc 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d933e70a
JW
8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = HttpUtilitiesDxe\r
15 FILE_GUID = 22ea234f-e72a-11e4-91f9-28d2447c4829\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = HttpUtilitiesDxeDriverEntryPoint\r
19 UNLOAD_IMAGE = HttpUtilitiesDxeUnload\r
75f46807 20 MODULE_UNI_FILE = HttpUtilitiesDxe.uni\r
d933e70a
JW
21\r
22[Packages]\r
23 MdePkg/MdePkg.dec\r
24 MdeModulePkg/MdeModulePkg.dec\r
07135c12 25 NetworkPkg/NetworkPkg.dec\r
d933e70a
JW
26\r
27[Sources]\r
28 HttpUtilitiesDxe.h\r
29 HttpUtilitiesDxe.c\r
d933e70a
JW
30 HttpUtilitiesProtocol.c\r
31\r
32[LibraryClasses]\r
33 UefiDriverEntryPoint\r
34 UefiBootServicesTableLib\r
35 MemoryAllocationLib\r
36 BaseMemoryLib\r
37 BaseLib\r
38 UefiLib\r
39 DebugLib\r
f58554fc 40 HttpLib\r
d933e70a
JW
41\r
42[Protocols]\r
43 gEfiHttpUtilitiesProtocolGuid ## PRODUCES\r
44\r
45[Depex]\r
46 TRUE\r
47\r
75f46807
LG
48[UserExtensions.TianoCore."ExtraFiles"]\r
49 HttpUtilitiesDxeExtra.uni\r