VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/HttpDxe/HttpDxe.inf@ 85716

Last change on this file since 85716 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 2.5 KB
Line 
1## @file
2# Implementation of EFI HTTP protocol interfaces.
3#
4# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = HttpDxe
14 FILE_GUID = 2366c20f-e15a-11e3-8bf1-e4115b28bc50
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = HttpDxeDriverEntryPoint
18 UNLOAD_IMAGE = NetLibDefaultUnload
19 MODULE_UNI_FILE = HttpDxe.uni
20
21[Packages]
22 MdePkg/MdePkg.dec
23 MdeModulePkg/MdeModulePkg.dec
24 NetworkPkg/NetworkPkg.dec
25
26[Sources]
27 ComponentName.h
28 ComponentName.c
29 HttpDns.h
30 HttpDns.c
31 HttpDriver.h
32 HttpDriver.c
33 HttpImpl.h
34 HttpImpl.c
35 HttpProto.h
36 HttpProto.c
37 HttpsSupport.h
38 HttpsSupport.c
39
40[LibraryClasses]
41 UefiDriverEntryPoint
42 UefiBootServicesTableLib
43 UefiRuntimeServicesTableLib
44 MemoryAllocationLib
45 BaseLib
46 UefiLib
47 DebugLib
48 NetLib
49 HttpLib
50 DpcLib
51
52[Protocols]
53 gEfiHttpServiceBindingProtocolGuid ## BY_START
54 gEfiHttpProtocolGuid ## BY_START
55 gEfiHttpUtilitiesProtocolGuid ## CONSUMES
56 gEfiTcp4ServiceBindingProtocolGuid ## TO_START
57 gEfiTcp4ProtocolGuid ## TO_START
58 gEfiTcp6ServiceBindingProtocolGuid ## TO_START
59 gEfiTcp6ProtocolGuid ## TO_START
60 gEfiDns4ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
61 gEfiDns4ProtocolGuid ## SOMETIMES_CONSUMES
62 gEfiDns6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
63 gEfiDns6ProtocolGuid ## SOMETIMES_CONSUMES
64 gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES
65 gEfiIp6ConfigProtocolGuid ## SOMETIMES_CONSUMES
66 gEfiTlsServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
67 gEfiTlsProtocolGuid ## SOMETIMES_CONSUMES
68 gEfiTlsConfigurationProtocolGuid ## SOMETIMES_CONSUMES
69
70[Guids]
71 gEfiTlsCaCertificateGuid ## SOMETIMES_CONSUMES ## Variable:L"TlsCaCertificate"
72 gEdkiiHttpTlsCipherListGuid ## SOMETIMES_CONSUMES ## Variable:L"HttpTlsCipherList"
73 gEfiCertX509Guid ## SOMETIMES_CONSUMES ## GUID # Check the cert type
74
75[Pcd]
76 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections ## CONSUMES
77
78[UserExtensions.TianoCore."ExtraFiles"]
79 HttpDxeExtra.uni
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette