]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Application/Shell/Shell.inf
udk2010.up2.shell initial release.
[mirror_edk2.git] / ShellPkg / Application / Shell / Shell.inf
CommitLineData
a405b86d 1## @file\r
2# This is the shell application\r
3#\r
4# Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>\r
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
52 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
53\r
54[LibraryClasses]\r
55 BaseLib\r
56 UefiApplicationEntryPoint\r
57 UefiLib\r
58 DebugLib\r
59 MemoryAllocationLib\r
60 ShellCommandLib\r
61 UefiRuntimeServicesTableLib\r
62 UefiBootServicesTableLib\r
63 DevicePathLib\r
64 BaseMemoryLib\r
65 PcdLib\r
66 FileHandleLib\r
67 PrintLib\r
68 HiiLib\r
69 SortLib\r
70 HandleParsingLib\r
71\r
72[Guids]\r
73 gShellVariableGuid # ALWAYS_CONSUMED\r
74 gShellMapGuid # ALWAYS_CONSUMED\r
75 gShellAliasGuid # ALWAYS_CONSUMED\r
76\r
77[Protocols]\r
78 gEfiShellProtocolGuid # ALWAYS_PRODUCED\r
79 gEfiShellParametersProtocolGuid # ALWAYS_PRODUCED\r
80 gEfiShellEnvironment2Guid # SOMETIMES_PRODUCED\r
81 gEfiShellInterfaceGuid # SOMETIMES_PRODUCED\r
82\r
83 gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED\r
84 gEfiSimpleTextInputExProtocolGuid # ALWAYS_CONSUMED\r
85 gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED\r
86 gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED\r
87 gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED\r
88 gEfiComponentName2ProtocolGuid # ALWAYS_CONSUMED\r
89 gEfiUnicodeCollation2ProtocolGuid # ALWAYS_CONSUMED\r
90 gEfiDevicePathProtocolGuid # ALWAYS_CONSUMED\r
91 gEfiDevicePathToTextProtocolGuid # ALWAYS_CONSUMED\r
92\r
93[Pcd]\r
94 gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel # ALWAYS_CONSUMED\r
95 gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols # ALWAYS_CONSUMED\r
96 gEfiShellPkgTokenSpaceGuid.PcdShellRequireHiiPlatform # ALWAYS_CONSUMED\r
97 gEfiShellPkgTokenSpaceGuid.PcdShellSupportFrameworkHii # ALWAYS_CONSUMED\r
98 gEfiShellPkgTokenSpaceGuid.PcdShellPageBreakDefault # ALWAYS_CONSUMED\r
99 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize # ALWAYS_CONSUMED\r
100 gEfiShellPkgTokenSpaceGuid.PcdShellInsertModeDefault # ALWAYS_CONSUMED\r
101 gEfiShellPkgTokenSpaceGuid.PcdShellScreenLogCount # ALWAYS_CONSUMED\r
102 gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength # ALWAYS_CONSUMED\r
103 gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize # ALWAYS_CONSUMED\r
104 gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole # ALWAYS_CONSUMED\r
105\r