summaryrefslogtreecommitdiffstats
path: root/ShellPkg/ShellPkg.dec
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-01 05:45:51 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-01 05:45:51 +0000
commit02864f591e601bbf179c976470ee5f67401cd3b5 (patch)
tree71be1c9651a759758cd28e7d63b91598e6c7876f /ShellPkg/ShellPkg.dec
parenta5bd42b97d08517a65eb1f00510a9e18e8fec0a6 (diff)
downloadedk2-02864f591e601bbf179c976470ee5f67401cd3b5.tar.gz
edk2-02864f591e601bbf179c976470ee5f67401cd3b5.tar.bz2
edk2-02864f591e601bbf179c976470ee5f67401cd3b5.zip
added new PCD for ShellLib buffer size...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9501 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/ShellPkg.dec')
-rw-r--r--ShellPkg/ShellPkg.dec7
1 files changed, 6 insertions, 1 deletions
diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec
index 4c7292b3b0..55e4fb702c 100644
--- a/ShellPkg/ShellPkg.dec
+++ b/ShellPkg/ShellPkg.dec
@@ -59,4 +59,9 @@
[PcdsFixedAtBuild]
## This flag is used to control initialization of the shell library
## This should be FALSE for compiling the shell application itself only.
- gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005 \ No newline at end of file
+ gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005
+
+ ## This is the max buffer for ShellLib printings.
+ gEfiShellPkgTokenSpaceGuid.PcdShellLibMaxPrintBufferSize|4000|UINT16|0x0000000C
+
+