]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpDxe/HttpDxe.inf
NetworkPkg: RxToken event not closed in Http.Response().
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpDxe.inf
CommitLineData
47f51a06
YT
1## @file\r
2# Implementation of EFI HTTP 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 = HttpDxe\r
19 FILE_GUID = 2366c20f-e15a-11e3-8bf1-e4115b28bc50\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = HttpDxeDriverEntryPoint\r
23 UNLOAD_IMAGE = NetLibDefaultUnload\r
24 MODULE_UNI_FILE = HttpDxe.uni\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 MdeModulePkg/MdeModulePkg.dec\r
29\r
30[Sources]\r
31 ComponentName.h\r
32 ComponentName.c\r
33 HttpDns.h\r
34 HttpDns.c\r
35 HttpDriver.h\r
36 HttpDriver.c\r
37 HttpImpl.h\r
38 HttpImpl.c\r
39 HttpProto.h\r
40 HttpProto.c\r
47f51a06
YT
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
45 MemoryAllocationLib\r
46 BaseLib\r
47 UefiLib\r
48 DebugLib\r
49 NetLib\r
50 HttpLib\r
51\r
52[Protocols]\r
53 gEfiHttpServiceBindingProtocolGuid ## BY_START\r
54 gEfiHttpProtocolGuid ## BY_START\r
5ca29abe 55 gEfiHttpUtilitiesProtocolGuid ## CONSUMES\r
47f51a06
YT
56 gEfiTcp4ServiceBindingProtocolGuid ## TO_START\r
57 gEfiTcp4ProtocolGuid ## TO_START\r
58 gEfiDns4ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
59 gEfiDns4ProtocolGuid ## SOMETIMES_CONSUMES\r
60 gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES\r
61\r
62[UserExtensions.TianoCore."ExtraFiles"]\r
63 HttpDxeExtra.uni