]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.inf
ShellPkg/DynamicCommand: add HttpDynamicCommand
[mirror_edk2.git] / ShellPkg / DynamicCommand / HttpDynamicCommand / HttpApp.inf
1 ## @file
2 # Provides Shell 'http' standalone application.
3 #
4 # Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved. <BR>
5 # Copyright (c) 2015, ARM Ltd. All rights reserved.<BR>
6 # Copyright (c) 2020, Broadcom. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010006
15 BASE_NAME = http
16 FILE_GUID = 56B00FB7-91D2-869B-CE5C-26CD1A89C73C
17 MODULE_TYPE = UEFI_APPLICATION
18 VERSION_STRING = 1.0
19 ENTRY_POINT = HttpAppInitialize
20 #
21 # This flag specifies whether HII resource section is generated into PE image.
22 #
23 UEFI_HII_RESOURCE_SECTION = TRUE
24
25 [Sources.common]
26 Http.c
27 HttpApp.c
28 Http.h
29 Http.uni
30
31 [Packages]
32 MdeModulePkg/MdeModulePkg.dec
33 MdePkg/MdePkg.dec
34 NetworkPkg/NetworkPkg.dec
35 ShellPkg/ShellPkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 BaseMemoryLib
40 DebugLib
41 FileHandleLib
42 HiiLib
43 HttpLib
44 MemoryAllocationLib
45 NetLib
46 ShellLib
47 UefiApplicationEntryPoint
48 UefiBootServicesTableLib
49 UefiHiiServicesLib
50 UefiLib
51 UefiRuntimeServicesTableLib
52
53 [Protocols]
54 gEfiHiiPackageListProtocolGuid ## CONSUMES
55 gEfiHttpProtocolGuid ## CONSUMES
56 gEfiHttpServiceBindingProtocolGuid ## CONSUMES
57 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES