]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Application/Shell/Shell.inf
ShellPkg: Remove unnecessary package dependencies
[mirror_edk2.git] / ShellPkg / Application / Shell / Shell.inf
CommitLineData
a405b86d 1## @file\r
2# This is the shell application\r
3#\r
fbec9c0f 4# Copyright (c) 2009 - 2010, 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 = Shell\r
19 FILE_GUID = 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = UefiMain\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 Shell.c\r
32 Shell.h\r
33 ShellParametersProtocol.c\r
34 ShellParametersProtocol.h\r
35 ShellProtocol.c\r
36 ShellProtocol.h\r
37 FileHandleWrappers.c\r
38 FileHandleWrappers.h\r
39 FileHandleInternal.h\r
40 ShellEnvVar.c\r
41 ShellEnvVar.h\r
42 ShellManParser.c\r
43 ShellManParser.h\r
44 Shell.uni\r
45 ConsoleLogger.c\r
46 ConsoleLogger.h\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 ShellPkg/ShellPkg.dec\r
51 MdeModulePkg/MdeModulePkg.dec\r
a405b86d 52\r
53[LibraryClasses]\r
54 BaseLib\r
55 UefiApplicationEntryPoint\r
56 UefiLib\r
57 DebugLib\r
58 MemoryAllocationLib\r
59 ShellCommandLib\r
60 UefiRuntimeServicesTableLib\r
61 UefiBootServicesTableLib\r
62 DevicePathLib\r
63 BaseMemoryLib\r
64 PcdLib\r
65 FileHandleLib\r
66 PrintLib\r
67 HiiLib\r
68 SortLib\r
69 HandleParsingLib\r
70\r
71[Guids]\r
72 gShellVariableGuid # ALWAYS_CONSUMED\r
73 gShellMapGuid # ALWAYS_CONSUMED\r
74 gShellAliasGuid # ALWAYS_CONSUMED\r
75\r
76[Protocols]\r
77 gEfiShellProtocolGuid # ALWAYS_PRODUCED\r
78 gEfiShellParametersProtocolGuid # ALWAYS_PRODUCED\r
79 gEfiShellEnvironment2Guid # SOMETIMES_PRODUCED\r
80 gEfiShellInterfaceGuid # SOMETIMES_PRODUCED\r
81\r
82 gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED\r
83 gEfiSimpleTextInputExProtocolGuid # ALWAYS_CONSUMED\r
84 gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED\r
85 gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED\r
86 gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED\r
87 gEfiComponentName2ProtocolGuid # ALWAYS_CONSUMED\r
88 gEfiUnicodeCollation2ProtocolGuid # ALWAYS_CONSUMED\r
89 gEfiDevicePathProtocolGuid # ALWAYS_CONSUMED\r
90 gEfiDevicePathToTextProtocolGuid # ALWAYS_CONSUMED\r
91\r
92[Pcd]\r
93 gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel # ALWAYS_CONSUMED\r
94 gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols # ALWAYS_CONSUMED\r
95 gEfiShellPkgTokenSpaceGuid.PcdShellRequireHiiPlatform # ALWAYS_CONSUMED\r
96 gEfiShellPkgTokenSpaceGuid.PcdShellSupportFrameworkHii # ALWAYS_CONSUMED\r
97 gEfiShellPkgTokenSpaceGuid.PcdShellPageBreakDefault # ALWAYS_CONSUMED\r
98 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize # ALWAYS_CONSUMED\r
99 gEfiShellPkgTokenSpaceGuid.PcdShellInsertModeDefault # ALWAYS_CONSUMED\r
100 gEfiShellPkgTokenSpaceGuid.PcdShellScreenLogCount # ALWAYS_CONSUMED\r
101 gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength # ALWAYS_CONSUMED\r
102 gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize # ALWAYS_CONSUMED\r
103 gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole # ALWAYS_CONSUMED\r
104\r