]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ShellPkg/Library/UefiShellLib/UefiShellLib.inf
ShellPkg: clarify space limitation in comment.
[mirror_edk2.git] / ShellPkg / Library / UefiShellLib / UefiShellLib.inf
... / ...
CommitLineData
1## @file\r
2# Provides interface to shell functionality for shell commands and applications.\r
3#\r
4# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved. <BR>\r
5#\r
6# This program and the accompanying materials\r
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
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010006\r
18 BASE_NAME = UefiShellLib\r
19 FILE_GUID = 449D0F00-2148-4a43-9836-F10B3980ECF5\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ShellLib|UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER\r
23 CONSTRUCTOR = ShellLibConstructor\r
24 DESTRUCTOR = ShellLibDestructor\r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources.common]\r
31 UefiShellLib.c\r
32 UefiShellLib.h\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
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
46 FileHandleLib\r
47 PrintLib\r
48 UefiLib\r
49 HiiLib\r
50 SortLib\r
51\r
52[Protocols]\r
53 gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED\r
54\r
55 # shell 2.0\r
56 gEfiShellProtocolGuid # SOMETIMES_CONSUMED\r
57 gEfiShellParametersProtocolGuid # SOMETIMES_CONSUMED\r
58\r
59 # 'old' shell\r
60 gEfiShellEnvironment2Guid # SOMETIMES_CONSUMED\r
61 gEfiShellInterfaceGuid # SOMETIMES_CONSUMED\r
62\r
63[Guids]\r
64 gEfiFileInfoGuid # ALWAYS_CONSUMED\r
65 gEfiShellEnvironment2ExtGuid # ALWAYS_CONSUMED\r
66\r
67[Pcd.common]\r
68 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize # ALWAYS_CONSUMED\r
69 gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize # ALWAYS_CONSUMED\r