VirtualBox

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

最後變更 在這個檔案是 89983,由 vboxsync 提交於 4 年 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.4 KB
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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