]> git.proxmox.com Git - mirror_edk2.git/commitdiff
added new PCD for ShellLib buffer size...
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Dec 2009 05:45:51 +0000 (05:45 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Dec 2009 05:45:51 +0000 (05:45 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9501 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/ShellPkg.dec

index 4c7292b3b0da6f70089557f687d9cb2501d75dd9..55e4fb702ceb3a9a283fa0b27fd63422d61e9d88 100644 (file)
@@ -59,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.PcdShellLibMaxPrintBufferSize|4000|UINT16|0x0000000C\r
+\r
+\r