]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
BaseTools: Library hashing fix and optimization for --hash feature
[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
f58554fc 5# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
d933e70a 6#\r
ecf98fbc 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d933e70a
JW
8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = HttpUtilitiesDxe\r
15 FILE_GUID = 22ea234f-e72a-11e4-91f9-28d2447c4829\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = HttpUtilitiesDxeDriverEntryPoint\r
19 UNLOAD_IMAGE = HttpUtilitiesDxeUnload\r
75f46807 20 MODULE_UNI_FILE = HttpUtilitiesDxe.uni\r
d933e70a
JW
21\r
22[Packages]\r
23 MdePkg/MdePkg.dec\r
24 MdeModulePkg/MdeModulePkg.dec\r
25\r
26[Sources]\r
27 HttpUtilitiesDxe.h\r
28 HttpUtilitiesDxe.c\r
d933e70a
JW
29 HttpUtilitiesProtocol.c\r
30\r
31[LibraryClasses]\r
32 UefiDriverEntryPoint\r
33 UefiBootServicesTableLib\r
34 MemoryAllocationLib\r
35 BaseMemoryLib\r
36 BaseLib\r
37 UefiLib\r
38 DebugLib\r
f58554fc 39 HttpLib\r
d933e70a
JW
40\r
41[Protocols]\r
42 gEfiHttpUtilitiesProtocolGuid ## PRODUCES\r
43\r
44[Depex]\r
45 TRUE\r
46\r
75f46807
LG
47[UserExtensions.TianoCore."ExtraFiles"]\r
48 HttpUtilitiesDxeExtra.uni\r