]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
ShellPkg/Dp: Add null pointer check
[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
ecd07f37 4# Copyright (c) 2006 - 2015, 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
3bd89603 21 VERSION_STRING = 1.1\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
ecd07f37
QS
52 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES\r
53 gEfiShellProtocolGuid ## CONSUMES\r
54 gEfiShellParametersProtocolGuid ## CONSUMES\r
55 gEfiShellDynamicCommandProtocolGuid ## SOMETIMES_CONSUMES\r
56 gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMES\r
a405b86d 57\r
58[Guids]\r
06ac66ec 59 gEfiSasDevicePathGuid ## SOMETIMES_CONSUMES ## GUID\r
a405b86d 60\r
61[Pcd.common]\r
ecd07f37
QS
62 gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES\r
63 gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength ## CONSUMES\r
64 gEfiShellPkgTokenSpaceGuid.PcdUsbExtendedDecode ## SOMETIMES_CONSUMES\r
65 gEfiShellPkgTokenSpaceGuid.PcdShellDecodeIScsiMapNames ## SOMETIMES_CONSUMES\r
66 gEfiShellPkgTokenSpaceGuid.PcdShellVendorExtendedDecode ## SOMETIMES_CONSUMES\r
6398b08d 67\r
68[Depex]\r
69 gEfiUnicodeCollation2ProtocolGuid\r