]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellLib/UefiShellLib.inf
Update the copyright notice format
[mirror_edk2.git] / ShellPkg / Library / UefiShellLib / UefiShellLib.inf
CommitLineData
7b202cb0 1## @file\r
94b17fa1 2# Provides interface to shell functionality for shell commands and applications.\r
3#\r
3a888f2a 4# Copyright (c) 2006 - 2010, 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
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
7b202cb0 30[Sources]\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
94b17fa1 50\r
51[Protocols]\r
52 gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED\r
1e6e84c7 53\r
54 # shell 2.0\r
94b17fa1 55 gEfiShellProtocolGuid # SOMETIMES_CONSUMED\r
56 gEfiShellParametersProtocolGuid # SOMETIMES_CONSUMED\r
57\r
58 # 'old' shell\r
59 gEfiShellEnvironment2Guid # SOMETIMES_CONSUMED\r
60 gEfiShellInterfaceGuid # SOMETIMES_CONSUMED\r
61\r
62[Guids]\r
63 gEfiFileInfoGuid # ALWAYS_CONSUMED\r
64 gEfiShellEnvironment2ExtGuid # ALWAYS_CONSUMED\r
65\r
7b202cb0 66[Pcd]\r
e2f8297f 67 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize # ALWAYS_CONSUMED\r
b3011f40 68 gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize # ALWAYS_CONSUMED\r