]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
Clean up the private GUID definition in module Level.
[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
bca163ff 5# Copyright (c) 2009-2011, Intel Corporation. All rights reserved. <BR>\r
a405b86d 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010006\r
19 BASE_NAME = UefiShellLevel3CommandsLib\r
20 FILE_GUID = 71374B42-85D7-4753-AD17-AA84C3A0EB93\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r
24 CONSTRUCTOR = ShellLevel3CommandsLibConstructor\r
25 DESTRUCTOR = ShellLevel3CommandsLibDestructor\r
26\r
27[Sources.common]\r
28# note that time, timezone, and date are part of the level 2 library\r
29 Type.c\r
30 Touch.c\r
31 Ver.c\r
32 UefiShellLevel3CommandsLib.uni\r
33 UefiShellLevel3CommandsLib.c\r
34 UefiShellLevel3CommandsLib.h\r
35 Cls.c\r
36 Alias.c\r
37 Echo.c\r
38 Pause.c\r
39 GetMtc.c\r
40 Help.c\r
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 ShellPkg/ShellPkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48[LibraryClasses]\r
49 MemoryAllocationLib\r
50 BaseLib\r
51 BaseMemoryLib\r
52 DebugLib\r
53 ShellCommandLib\r
54 ShellLib\r
55 UefiLib\r
56 UefiRuntimeServicesTableLib\r
57 UefiBootServicesTableLib\r
58 PcdLib\r
59 HiiLib\r
60 FileHandleLib\r
61\r
62[Guids]\r
63 gEfiFileInfoGuid\r
bca163ff 64 gShellLevel3HiiGuid\r
a405b86d 65\r
66[Pcd.common]\r
67 gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel\r
68 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize\r
69\r