]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/BaseShellLib/BaseShellLib.inf
fixed to build under IPF.
[mirror_edk2.git] / ShellPkg / Library / BaseShellLib / BaseShellLib.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
18 BASE_NAME = BaseShellLib\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\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 BaseShellLib.c\r
d2b4564b 32 BaseShellLib.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
94b17fa1 46\r
47[Protocols]\r
48 gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED\r
49 \r
50 # shell 2.0 \r
51 gEfiShellProtocolGuid # SOMETIMES_CONSUMED\r
52 gEfiShellParametersProtocolGuid # SOMETIMES_CONSUMED\r
53\r
54 # 'old' shell\r
55 gEfiShellEnvironment2Guid # SOMETIMES_CONSUMED\r
56 gEfiShellInterfaceGuid # SOMETIMES_CONSUMED\r
57\r
58[Guids]\r
59 gEfiFileInfoGuid # ALWAYS_CONSUMED\r
60 gEfiShellEnvironment2ExtGuid # ALWAYS_CONSUMED\r
61\r
62[Pcd.common]\r
d2b4564b 63 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize # ALWAYS_CONSUMED\r