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