VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.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: 2.0 KB
Line 
1## @file
2# Provides interface to shell internal functions for shell commands.
3#
4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010006
13 BASE_NAME = UefiShellCommandLib
14 FILE_GUID = 5C12F31F-EBAC-466e-A400-FCA8C9EA3A05
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.1
17 LIBRARY_CLASS = ShellCommandLib|UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER
18 CONSTRUCTOR = ShellCommandLibConstructor
19 DESTRUCTOR = ShellCommandLibDestructor
20
21#
22# VALID_ARCHITECTURES = IA32 X64 EBC
23#
24
25[Sources.common]
26 UefiShellCommandLib.c
27 UefiShellCommandLib.h
28 ConsistMapping.c
29
30[Packages]
31 MdePkg/MdePkg.dec
32 ShellPkg/ShellPkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34
35[LibraryClasses]
36 MemoryAllocationLib
37 BaseLib
38 BaseMemoryLib
39 DebugLib
40 PrintLib
41 UefiBootServicesTableLib
42 ShellLib
43 HiiLib
44 HandleParsingLib
45 OrderedCollectionLib
46
47[Protocols]
48 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
49 gEfiShellProtocolGuid ## CONSUMES
50 gEfiShellParametersProtocolGuid ## CONSUMES
51 gEfiShellDynamicCommandProtocolGuid ## SOMETIMES_CONSUMES
52 gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMES
53
54[Guids]
55 gEfiSasDevicePathGuid ## SOMETIMES_CONSUMES ## GUID
56
57[Pcd.common]
58 gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES
59 gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength ## CONSUMES
60 gEfiShellPkgTokenSpaceGuid.PcdUsbExtendedDecode ## SOMETIMES_CONSUMES
61 gEfiShellPkgTokenSpaceGuid.PcdShellDecodeIScsiMapNames ## SOMETIMES_CONSUMES
62 gEfiShellPkgTokenSpaceGuid.PcdShellVendorExtendedDecode ## SOMETIMES_CONSUMES
63
64[Depex]
65 gEfiUnicodeCollation2ProtocolGuid
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