VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf

Last change on this file was 89983, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1## @file
2# Provides Shell 'http' dynamic command.
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 = httpDynamicCommand
16 FILE_GUID = 19618BCE-55AE-09C6-37E9-4CE04084C7A1
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = HttpCommandInitialize
20 UNLOAD_IMAGE = HttpUnload
21#
22# This flag specifies whether HII resource section is generated into PE image.
23#
24 UEFI_HII_RESOURCE_SECTION = TRUE
25
26[Sources.common]
27 Http.c
28 HttpDynamicCommand.c
29 Http.h
30 Http.uni
31
32[Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 NetworkPkg/NetworkPkg.dec
36 ShellPkg/ShellPkg.dec
37
38[LibraryClasses]
39 BaseLib
40 BaseMemoryLib
41 DebugLib
42 FileHandleLib
43 HiiLib
44 HttpLib
45 MemoryAllocationLib
46 NetLib
47 ShellLib
48 UefiBootServicesTableLib
49 UefiDriverEntryPoint
50 UefiHiiServicesLib
51 UefiLib
52 UefiRuntimeServicesTableLib
53
54[Protocols]
55 gEfiHiiPackageListProtocolGuid ## CONSUMES
56 gEfiHttpProtocolGuid ## CONSUMES
57 gEfiHttpServiceBindingProtocolGuid ## CONSUMES
58 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES
59 gEfiShellDynamicCommandProtocolGuid ## PRODUCES
60
61[DEPEX]
62 TRUE
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette