]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/ShellPkg.dec
Comment's added and fixed.
[mirror_edk2.git] / ShellPkg / ShellPkg.dec
index 4c7292b3b0da6f70089557f687d9cb2501d75dd9..4b74caa7496243ce89a69735d75a8ea8312731f1 100644 (file)
@@ -1,10 +1,9 @@
-##  @file  ShellPkg.dec\r
+## @file ShellPkg.dec\r
 #\r
 # This Package provides all definitions for EFI and UEFI Shell\r
 #\r
-# Copyright (c) 2009, Intel Corporation.\r
+# Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# All rights reserved.\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
 # The full text of the license may be found at\r
   DEC_SPECIFICATION              = 0x00010005\r
   PACKAGE_NAME                   = ShellPkg\r
   PACKAGE_GUID                   = 9FB7587C-93F7-40a7-9C04-FD7BA94EE646\r
-  PACKAGE_VERSION                = 0.2\r
+  PACKAGE_VERSION                = 0.40\r
 \r
 \r
 [Includes.common]\r
   Include\r
 \r
 [LibraryClasses.common]\r
-  ##  @libraryclass  Provides most Shell APIs.\r
-  #                  Only available for Shell applications\r
-  ##\r
+  ##  @libraryclass  Provides most Shell APIs. Only available for Shell applications\r
   ShellLib|Include/Library/ShellLib.h\r
 \r
-  ##  @libraryclass  provides EFI_FILE_HANDLE services\r
-  ##                 used by Shell and ShellLib\r
-  ##\r
+  ##  @libraryclass  Provides shell internal support Only available for shell internal commands\r
+  ShellCommandLib|Include/Library/ShellCommandLib.h\r
+\r
+  ##  @libraryclass  provides EFI_FILE_HANDLE services used by Shell and ShellLib\r
   FileHandleLib|Include/Library/FileHandleLib.h\r
-  \r
+\r
   ## @libraryclass   Allows for a shell application to have a C style entry point\r
-  ##\r
   ShellCEntryLib|Include/Library/ShellCEntryLib.h\r
 \r
   ## @libraryclass   Provides sorting functions\r
-  ##\r
-  SortLib|Include/Library/Sortlib.h\r
+  SortLib|Include/Library/SortLib.h\r
 \r
+  ## @libraryclass   Provides advanced parsing functions\r
+  HandleParsingLib|Include/Library/HandleParsingLib.h\r
 \r
 [Guids.common]\r
   gEfiShellEnvironment2ExtGuid    = {0xd2c18636, 0x40e5, 0x4eb5, {0xa3, 0x1b, 0x36, 0x69, 0x5f, 0xd4, 0x2c, 0x87}}\r
-  gEfiShellPkgTokenSpaceGuid     = {0x171e9188, 0x31d3, 0x40f5, {0xb1, 0x0c, 0x53, 0x9b, 0x2d, 0xb9, 0x40, 0xcd}}\r
+  gEfiShellPkgTokenSpaceGuid       = {0x171e9188, 0x31d3, 0x40f5, {0xb1, 0x0c, 0x53, 0x9b, 0x2d, 0xb9, 0x40, 0xcd}}\r
+  gShellVariableGuid              = {0x158def5a, 0xf656, 0x419c, {0xb0, 0x27, 0x7a, 0x31, 0x92, 0xc0, 0x79, 0xd2}}\r
+  gShellMapGuid                   = {0x51271e13, 0x7de3, 0x43af, {0x8b, 0xc2, 0x71, 0xad, 0x3b, 0x82, 0x43, 0x25}}\r
+  gShellAliasGuid                 = {0x0053d9d6, 0x2659, 0x4599, {0xa2, 0x6b, 0xef, 0x45, 0x36, 0xe6, 0x31, 0xa9}}\r
+\r
 \r
 [Protocols.common]\r
   gEfiShellProtocolGuid           = {0x6302d008, 0x7f9b, 0x4f30, {0x87, 0xac, 0x60, 0xc9, 0xfe, 0xf5, 0xda, 0x4e}}\r
 \r
 [PcdsFixedAtBuild]\r
   ## This flag is used to control initialization of the shell library\r
-  ## This should be FALSE for compiling the shell application itself only.\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005
\ No newline at end of file
+  #  This should be FALSE for compiling the shell application itself only.\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005\r
+\r
+  ## This is the max buffer for ShellLib, FileHandleLib, and internal Shell printings.\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize|16000|UINT16|0x0000000C\r
+\r
+  ## This flag is used to control the commands available in the shell\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel|3|UINT8|0x00000001\r
+\r
+  ## This flag is used to control the profiles available in the shell\r
+  #  don't forget to update the text file if you change this.\r
+  #  bit 0 = Drivers1\r
+  #  bit 1 = Debug1\r
+  #  bit 2 = Install1\r
+  #  bit 3 = Network1\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask|0xFF|UINT8|0x0000000D\r
+\r
+  ## This is the character count for allocation for consistent mappings\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength|50|UINT8|0x00000009\r
+\r
+  ## This determins how many bytes are read out of files at a time for file operations (type, copy, etc...)\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|1000|UINT16|0x0000000A\r
+\r
+[PcdsFeatureFlag]\r
+  ## This flag is used to control whether the shell includes NT32 platform Guids\r
+  #  and thereby prevents dependancy on that Pkg\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellIncludeNtGuids|TRUE|BOOLEAN|0x0000000E\r
+\r
+  ## This flag is used to control HII required by the shell\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellRequireHiiPlatform|TRUE|BOOLEAN|0x00000003\r
+\r
+  ## This flag is used to control HII required by the shell\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellSupportFrameworkHii|FALSE|BOOLEAN|0x00000004\r
+  \r
+  ## This flag forces the shell to present a user console.  Allows for earlier debugging of platforms.\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole|FALSE|BOOLEAN|0x0000000F\r
+\r
+[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic]\r
+  ## This flag is used to control the protocols produced by the shell\r
+  #  If TRUE the shell will produce EFI_SHELL_ENVIRONMENT2 and EFI_SHELL_INTERFACE\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols|FALSE|BOOLEAN|0x00000002\r
+\r
+  ## this flag determins whether Page Break (-b) defaults to on or off in the shell\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellPageBreakDefault|FALSE|BOOLEAN|0x00000006\r
+\r
+  ## this flag determins whether insert mode for typing is default (FALSE means typeover)\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellInsertModeDefault|TRUE|BOOLEAN|0x00000007\r
+\r
+  ## this flag determins the default number of screens kept for history log.\r
+  #  the spec defines 3 as the minimum\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellScreenLogCount|3|UINT8|0x00000008
\ No newline at end of file