X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FShellPkg.dec;h=ed70d6bfe5aec822368329b0cf8d674e813ec011;hb=a6d7123ebc57243b405fa12cf5a6e2da9eb73895;hp=7e0b1a07c5d11c1156841f64d30a726c1e41a605;hpb=b1f95a06ca1a66ad15b3d8843fb4c7563c5350d2;p=mirror_edk2.git diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index 7e0b1a07c5..ed70d6bfe5 100644 --- a/ShellPkg/ShellPkg.dec +++ b/ShellPkg/ShellPkg.dec @@ -37,9 +37,14 @@ ## FileHandleLib|Include/Library/FileHandleLib.h - ## Allows for a shell application to have a C style entry point + ## @libraryclass Allows for a shell application to have a C style entry point + ## ShellCEntryLib|Include/Library/ShellCEntryLib.h + ## @libraryclass Provides sorting functions + ## + SortLib|Include/Library/Sortlib.h + [Guids.common] gEfiShellEnvironment2ExtGuid = {0xd2c18636, 0x40e5, 0x4eb5, {0xa3, 0x1b, 0x36, 0x69, 0x5f, 0xd4, 0x2c, 0x87}} @@ -54,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 + +