]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
ShellPkg/Dp: Add null pointer check
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel1CommandsLib / UefiShellLevel1CommandsLib.inf
CommitLineData
a405b86d 1## @file\r
2# Provides shell level 1 functions\r
3#\r
ecd07f37 4# Copyright (c) 2009-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[Defines]\r
16 INF_VERSION = 0x00010006\r
17 BASE_NAME = UefiShellLevel1CommandsLib\r
18 FILE_GUID = 50cb6037-1102-47af-b2dd-9944b6eb1abe\r
86819ad0 19 MODULE_TYPE = UEFI_APPLICATION\r
a405b86d 20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r
22 CONSTRUCTOR = ShellLevel1CommandsLibConstructor\r
23 DESTRUCTOR = ShellLevel1CommandsLibDestructor\r
24\r
25[Sources.common]\r
26 UefiShellLevel1CommandsLib.c\r
27 UefiShellLevel1CommandsLib.h\r
28 UefiShellLevel1CommandsLib.uni\r
29 Exit.c\r
30 Goto.c\r
31 If.c\r
32 For.c\r
33 Shift.c\r
77dcec12 34 Stall.c\r
a405b86d 35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 ShellPkg/ShellPkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 MemoryAllocationLib\r
43 BaseLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 ShellCommandLib\r
47 ShellLib\r
48 UefiLib\r
49 UefiRuntimeServicesTableLib\r
50 UefiBootServicesTableLib\r
51 SortLib\r
52 PrintLib\r
53\r
54[Pcd.common]\r
ecd07f37 55 gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES\r
bca163ff
LG
56\r
57[Guids]\r
ecd07f37 58 gShellLevel1HiiGuid ## SOMETIMES_CONSUMES ## HII\r