]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
ModulePkg/DxeHttpLib: Adding Functions to HttpLib
[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
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\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\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = HttpUtilitiesDxe\r
19 FILE_GUID = 22ea234f-e72a-11e4-91f9-28d2447c4829\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = HttpUtilitiesDxeDriverEntryPoint\r
23 UNLOAD_IMAGE = HttpUtilitiesDxeUnload\r
75f46807 24 MODULE_UNI_FILE = HttpUtilitiesDxe.uni\r
d933e70a
JW
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 MdeModulePkg/MdeModulePkg.dec\r
29\r
30[Sources]\r
31 HttpUtilitiesDxe.h\r
32 HttpUtilitiesDxe.c\r
33 HttpUtilitiesImpl.c\r
34 HttpUtilitiesProtocol.c\r
35\r
36[LibraryClasses]\r
37 UefiDriverEntryPoint\r
38 UefiBootServicesTableLib\r
39 MemoryAllocationLib\r
40 BaseMemoryLib\r
41 BaseLib\r
42 UefiLib\r
43 DebugLib\r
44\r
45[Protocols]\r
46 gEfiHttpUtilitiesProtocolGuid ## PRODUCES\r
47\r
48[Depex]\r
49 TRUE\r
50\r
75f46807
LG
51[UserExtensions.TianoCore."ExtraFiles"]\r
52 HttpUtilitiesDxeExtra.uni\r