]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
ShellPkg/Dp: Add null pointer check
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel3CommandsLib / UefiShellLevel3CommandsLib.inf
CommitLineData
a405b86d 1## @file\r
2# Provides shell level 3 functions\r
3# Note that the interactive versions of the time, date, and timezone functions are handled in the level 2 library.\r
4#\r
c011b6c9 5# (C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>\r
ecd07f37 6# Copyright (c) 2009-2015, Intel Corporation. All rights reserved. <BR>\r
a405b86d 7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010006\r
20 BASE_NAME = UefiShellLevel3CommandsLib\r
21 FILE_GUID = 71374B42-85D7-4753-AD17-AA84C3A0EB93\r
86819ad0 22 MODULE_TYPE = UEFI_APPLICATION\r
a405b86d 23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r
25 CONSTRUCTOR = ShellLevel3CommandsLibConstructor\r
26 DESTRUCTOR = ShellLevel3CommandsLibDestructor\r
27\r
28[Sources.common]\r
29# note that time, timezone, and date are part of the level 2 library\r
30 Type.c\r
31 Touch.c\r
32 Ver.c\r
33 UefiShellLevel3CommandsLib.uni\r
34 UefiShellLevel3CommandsLib.c\r
35 UefiShellLevel3CommandsLib.h\r
36 Cls.c\r
37 Alias.c\r
38 Echo.c\r
39 Pause.c\r
40 GetMtc.c\r
41 Help.c\r
42\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 ShellPkg/ShellPkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48\r
49[LibraryClasses]\r
50 MemoryAllocationLib\r
51 BaseLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 ShellCommandLib\r
55 ShellLib\r
56 UefiLib\r
57 UefiRuntimeServicesTableLib\r
58 UefiBootServicesTableLib\r
59 PcdLib\r
60 HiiLib\r
61 FileHandleLib\r
cab102c3 62 HandleParsingLib\r
a405b86d 63\r
64[Guids]\r
ecd07f37
QS
65 gEfiFileInfoGuid ## UNDEFINED\r
66 gShellLevel3HiiGuid ## SOMETIMES_CONSUMES ## HII\r
a405b86d 67\r
68[Pcd.common]\r
ecd07f37
QS
69 gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES\r
70 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize ## SOMETIMES_CONSUMES\r
71 gEfiShellPkgTokenSpaceGuid.PcdShellSupplier ## SOMETIMES_CONSUMES\r
a405b86d 72\r
cab102c3 73[Protocols]\r
ecd07f37 74 gEfiShellDynamicCommandProtocolGuid ## SOMETIMES_CONSUMES\r