]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellLib/UefiShellLib.inf
Sync tool code to BuildTools project r1739.
[mirror_edk2.git] / ShellPkg / Library / UefiShellLib / UefiShellLib.inf
CommitLineData
94b17fa1 1#/** @file\r
2# Provides interface to shell functionality for shell commands and applications.\r
3#\r
4# Copyright (c) 2006 - 2009, Intel Corporation.\r
5#\r
6# All rights reserved. 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
14e96c29 18 BASE_NAME = UefiShellLib\r
94b17fa1 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\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
14e96c29 31 UefiShellLib.c\r
32 UefiShellLib.h\r
94b17fa1 33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 ShellPkg/ShellPkg.dec\r
37\r
38[LibraryClasses]\r
39 UefiBootServicesTableLib\r
40 MemoryAllocationLib\r
41 DevicePathLib\r
42 BaseLib\r
43 BaseMemoryLib\r
44 DebugLib\r
d2b4564b 45 FileHandleLib\r
b1f95a06 46 PrintLib\r
47 UefiLib\r
94b17fa1 48\r
49[Protocols]\r
50 gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED\r
51 \r
52 # shell 2.0 \r
53 gEfiShellProtocolGuid # SOMETIMES_CONSUMED\r
54 gEfiShellParametersProtocolGuid # SOMETIMES_CONSUMED\r
55\r
56 # 'old' shell\r
57 gEfiShellEnvironment2Guid # SOMETIMES_CONSUMED\r
58 gEfiShellInterfaceGuid # SOMETIMES_CONSUMED\r
59\r
60[Guids]\r
61 gEfiFileInfoGuid # ALWAYS_CONSUMED\r
62 gEfiShellEnvironment2ExtGuid # ALWAYS_CONSUMED\r
63\r
64[Pcd.common]\r
d2b4564b 65 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize # ALWAYS_CONSUMED\r
b1f95a06 66 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize # ALWAYS_CONSUMED\r