]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellLib/UefiShellLib.inf
ShellPkg: Fix ASCII and UNICODE file pipes.
[mirror_edk2.git] / ShellPkg / Library / UefiShellLib / UefiShellLib.inf
CommitLineData
a405b86d 1## @file\r
94b17fa1 2# Provides interface to shell functionality for shell commands and applications.\r
3#\r
21a86a7d 4# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved. <BR>\r
94b17fa1 5#\r
1e6e84c7 6# This program and the accompanying materials\r
94b17fa1 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
7b202cb0 14##\r
94b17fa1 15\r
16[Defines]\r
17 INF_VERSION = 0x00010006\r
14e96c29 18 BASE_NAME = UefiShellLib\r
94b17fa1 19 FILE_GUID = 449D0F00-2148-4a43-9836-F10B3980ECF5\r
20 MODULE_TYPE = UEFI_DRIVER\r
9ed21946 21 VERSION_STRING = 1.1\r
4be58c16 22 LIBRARY_CLASS = ShellLib|UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER DXE_DRIVER\r
94b17fa1 23 CONSTRUCTOR = ShellLibConstructor\r
24 DESTRUCTOR = ShellLibDestructor\r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
a405b86d 30[Sources.common]\r
14e96c29 31 UefiShellLib.c\r
32 UefiShellLib.h\r
94b17fa1 33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
2247dde4 36 MdeModulePkg/MdeModulePkg.dec\r
94b17fa1 37 ShellPkg/ShellPkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiBootServicesTableLib\r
41 MemoryAllocationLib\r
42 DevicePathLib\r
43 BaseLib\r
44 BaseMemoryLib\r
45 DebugLib\r
d2b4564b 46 FileHandleLib\r
b1f95a06 47 PrintLib\r
48 UefiLib\r
2247dde4 49 HiiLib\r
252d9457 50 SortLib\r
94b17fa1 51\r
52[Protocols]\r
ecd07f37 53 gEfiSimpleFileSystemProtocolGuid ## CONSUMES\r
1e6e84c7 54\r
55 # shell 2.0\r
ecd07f37
QS
56 gEfiShellProtocolGuid ## SOMETIMES_CONSUMES\r
57 gEfiShellParametersProtocolGuid ## SOMETIMES_CONSUMES\r
94b17fa1 58\r
59 # 'old' shell\r
ecd07f37
QS
60 gEfiShellEnvironment2Guid ## SOMETIMES_CONSUMES\r
61 gEfiShellInterfaceGuid ## SOMETIMES_CONSUMES\r
94b17fa1 62\r
63[Guids]\r
ecd07f37
QS
64 gEfiFileInfoGuid ## CONSUMES ## GUID\r
65 gEfiShellEnvironment2ExtGuid ## CONSUMES ## GUID\r
94b17fa1 66\r
a405b86d 67[Pcd.common]\r
ecd07f37
QS
68 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize ## CONSUMES\r
69 gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize ## CONSUMES\r