]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
BaseTools/Capsule: Do not support -o with --dump-info
[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
JW
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php.\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = HttpUtilitiesDxe\r
20 FILE_GUID = 22ea234f-e72a-11e4-91f9-28d2447c4829\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = HttpUtilitiesDxeDriverEntryPoint\r
24 UNLOAD_IMAGE = HttpUtilitiesDxeUnload\r
75f46807 25 MODULE_UNI_FILE = HttpUtilitiesDxe.uni\r
d933e70a
JW
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30\r
31[Sources]\r
32 HttpUtilitiesDxe.h\r
33 HttpUtilitiesDxe.c\r
d933e70a
JW
34 HttpUtilitiesProtocol.c\r
35\r
36[LibraryClasses]\r
37 UefiDriverEntryPoint\r
38 UefiBootServicesTableLib\r
39 MemoryAllocationLib\r
40 BaseMemoryLib\r
41 BaseLib\r
42 UefiLib\r
43 DebugLib\r
f58554fc 44 HttpLib\r
d933e70a
JW
45\r
46[Protocols]\r
47 gEfiHttpUtilitiesProtocolGuid ## PRODUCES\r
48\r
49[Depex]\r
50 TRUE\r
51\r
75f46807
LG
52[UserExtensions.TianoCore."ExtraFiles"]\r
53 HttpUtilitiesDxeExtra.uni\r