]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToTe...
[mirror_edk2.git] / ShellPkg / Library / UefiShellCommandLib / UefiShellCommandLib.inf
CommitLineData
a405b86d 1## @file\r
2# Provides interface to shell internal functions for shell commands.\r
3#\r
863986b3 4# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved. <BR>\r
a405b86d 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 = UefiShellCommandLib\r
19 FILE_GUID = 5C12F31F-EBAC-466e-A400-FCA8C9EA3A05\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
6398b08d 22 LIBRARY_CLASS = ShellCommandLib|UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER\r
a405b86d 23 CONSTRUCTOR = ShellCommandLibConstructor\r
24 DESTRUCTOR = ShellCommandLibDestructor\r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources.common]\r
31 UefiShellCommandLib.c\r
32 UefiShellCommandLib.h\r
33 ConsistMapping.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 ShellPkg/ShellPkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 MemoryAllocationLib\r
42 BaseLib\r
43 BaseMemoryLib\r
44 DebugLib\r
45 PrintLib\r
46 UefiBootServicesTableLib\r
47 ShellLib\r
48 HiiLib\r
6398b08d 49 HandleParsingLib\r
a405b86d 50\r
51[Protocols]\r
52 gEfiUnicodeCollation2ProtocolGuid # ALWAYS_CONSUMED\r
53 gEfiShellProtocolGuid # ALWAYS_CONSUMED\r
54 gEfiShellParametersProtocolGuid # ALWAYS_CONSUMED\r
a405b86d 55\r
56[Guids]\r
1a63ec8f 57 gEfiSasDevicePathGuid # ALWAYS_CONSUMED\r
a405b86d 58\r
59[Pcd.common]\r
60 gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## ALWAYS_CONSUMED\r
61 gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength ## ALWAYS_CONSUMED\r
6398b08d 62\r
63[Depex]\r
64 gEfiUnicodeCollation2ProtocolGuid\r