]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
FatBinPkg: Update EBC/IA32/X64/IPF binaries
[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
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 MdeModulePkg/MdeModulePkg.dec\r
28\r
29[Sources]\r
30 HttpUtilitiesDxe.h\r
31 HttpUtilitiesDxe.c\r
32 HttpUtilitiesImpl.c\r
33 HttpUtilitiesProtocol.c\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
39 BaseMemoryLib\r
40 BaseLib\r
41 UefiLib\r
42 DebugLib\r
43\r
44[Protocols]\r
45 gEfiHttpUtilitiesProtocolGuid ## PRODUCES\r
46\r
47[Depex]\r
48 TRUE\r
49\r
50[Guids]\r
51\r