]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/ShellPkg.dec
ShellPkg: Rename PcdShellLibMaxPrintBufferSize to PcdShellPrintBufferSize
[mirror_edk2.git] / ShellPkg / ShellPkg.dec
index 7e0b1a07c5d11c1156841f64d30a726c1e41a605..ed70d6bfe5aec822368329b0cf8d674e813ec011 100644 (file)
   ##\r
   FileHandleLib|Include/Library/FileHandleLib.h\r
   \r
-  ## Allows for a shell application to have a C style entry point\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
+\r
 \r
 [Guids.common]\r
   gEfiShellEnvironment2ExtGuid    = {0xd2c18636, 0x40e5, 0x4eb5, {0xa3, 0x1b, 0x36, 0x69, 0x5f, 0xd4, 0x2c, 0x87}}\r
@@ -54,4 +59,9 @@
 [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
+  gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005\r
+\r
+  ## This is the max buffer for ShellLib printings.\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize|8000|UINT16|0x0000000C\r
+\r
+\r