X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FShellPkg.dec;h=0fece091230af6b8280b1d69c538dd4ee050029b;hb=5dbb66351a4008305d148710bd576aeb42c61327;hp=254c5b46cb30e8c99ad3b303a57389a52ffcad94;hpb=9b589522873f1ce1c221e0d6502788230162e86f;p=mirror_edk2.git diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index 254c5b46cb..0fece09123 100644 --- a/ShellPkg/ShellPkg.dec +++ b/ShellPkg/ShellPkg.dec @@ -18,8 +18,8 @@ [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = ShellPkg - PACKAGE_GUID = 9FB7587C-93F7-40a7-9C04-FD7BA94EE646 - PACKAGE_VERSION = 0.50 + PACKAGE_GUID = C1014BB7-4092-43D4-984F-0738EB424DBF + PACKAGE_VERSION = 1.0 [Includes] Include @@ -31,21 +31,12 @@ ## @libraryclass Provides shell internal support Only available for shell internal commands ShellCommandLib|Include/Library/ShellCommandLib.h - ## @libraryclass provides EFI_FILE_HANDLE services used by Shell and ShellLib - FileHandleLib|Include/Library/FileHandleLib.h - ## @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 - ## @libraryclass Provides advanced parsing functions HandleParsingLib|Include/Library/HandleParsingLib.h - ## @libraryclass Provides path manipulation functions - PathLib|Include/Library/PathLib.h - ## @libraryclass provides BCFG command BcfgCommandLib|Include/Library/BcfgCommandLib.h @@ -91,7 +82,7 @@ # This should be FALSE for compiling the shell application itself only. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005 - ## This is the max buffer for ShellLib, FileHandleLib, and internal Shell printings. + ## This is the max buffer for ShellLib and internal Shell printings. gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize|16000|UINT16|0x0000000C ## This flag is used to control the commands available in the shell @@ -129,6 +120,14 @@ ## Unicode string of the shell supplier gEfiShellPkgTokenSpaceGuid.PcdShellSupplier|L"EDK II"|VOID*|0x00000010 + ## Do extended decode of USB for determining media type + gEfiShellPkgTokenSpaceGuid.PcdUsbExtendedDecode|TRUE|BOOLEAN|0x00000011 + ## Do iSCSI decode for map names. # This is disabled by default due to the length of generated strings gEfiShellPkgTokenSpaceGuid.PcdShellDecodeIScsiMapNames|FALSE|BOOLEAN|0x00000012 + + ## Controls Extended decode for Vendor device path nodes for map names. + # Up to this many bytes of vendor specific data will be used. Default is 0 + # (disabled). + gEfiShellPkgTokenSpaceGuid.PcdShellVendorExtendedDecode|0|UINT32|0x00000013