]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeHttpLib / DxeHttpLib.inf
CommitLineData
f9a14916
JW
1## @file\r
2# It provides the helper routines to parse the HTTP message byte stream.\r
3#\r
d1102dba 4# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
558b99a6 5# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
f9a14916
JW
7#\r
8##\r
9\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = DxeHttpLib\r
14 MODULE_UNI_FILE = DxeHttpLib.uni\r
15 FILE_GUID = ABBAB4CD-EA88-45b9-8234-C8A7450531FC\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
de005223 18 LIBRARY_CLASS = HttpLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
f9a14916
JW
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
de005223 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
f9a14916
JW
24#\r
25\r
26[Sources]\r
27 DxeHttpLib.c\r
558b99a6 28 DxeHttpLib.h\r
f9a14916
JW
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 DebugLib\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
558b99a6
GB
39 NetLib\r
40\r
41[Protocols]\r
d1102dba 42 gEfiHttpUtilitiesProtocolGuid ## SOMETIMES_CONSUMES\r