X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FShellPkg.dec;h=ed70d6bfe5aec822368329b0cf8d674e813ec011;hp=4c7292b3b0da6f70089557f687d9cb2501d75dd9;hb=6bacae7cdc313fabae1890096d0707867de497d4;hpb=4983ca934c85ed80b15264d3a7ee10a4d3c0d51f diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index 4c7292b3b0..ed70d6bfe5 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.PcdShellPrintBufferSize|8000|UINT16|0x0000000C + +