X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FShellPkg.dec;h=b2f2669530185d29f279eef1f10528c47b44df4d;hb=aeaaf754ee6f2435b37e57f7cd9940d259e12d09;hp=df847d31bb7854fcb53cb6678fe43daf70d6d800;hpb=cc4c331207b6556e1aaae2b603e7024d775da812;p=mirror_edk2.git diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index df847d31bb..b2f2669530 100644 --- a/ShellPkg/ShellPkg.dec +++ b/ShellPkg/ShellPkg.dec @@ -1,9 +1,8 @@ ## @file ShellPkg.dec -# # This Package provides all definitions for EFI and UEFI Shell # -# (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P. -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.
+# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.
# # This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License which accompanies this distribution. @@ -18,8 +17,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 +30,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 +81,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 +119,9 @@ ## 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