]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/ShellPkg.dec
CorebootPayloadPkg: Use extra braces to prevent gcc compile fail
[mirror_edk2.git] / ShellPkg / ShellPkg.dec
index a99f9a688d22df08d21584bcb7e99be01175fb5d..b2f2669530185d29f279eef1f10528c47b44df4d 100644 (file)
@@ -1,9 +1,8 @@
 ## @file ShellPkg.dec\r
-#\r
 # This Package provides all definitions for EFI and UEFI Shell\r
 #\r
-# (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P.\r
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.<BR>\r
+# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
@@ -18,8 +17,8 @@
 [Defines]\r
   DEC_SPECIFICATION              = 0x00010005\r
   PACKAGE_NAME                   = ShellPkg\r
-  PACKAGE_GUID                   = 9FB7587C-93F7-40a7-9C04-FD7BA94EE646\r
-  PACKAGE_VERSION                = 0.50\r
+  PACKAGE_GUID                   = C1014BB7-4092-43D4-984F-0738EB424DBF\r
+  PACKAGE_VERSION                = 1.0\r
 \r
 [Includes]\r
   Include\r
   ##  @libraryclass  Provides shell internal support Only available for shell internal commands\r
   ShellCommandLib|Include/Library/ShellCommandLib.h\r
 \r
-  ##  @libraryclass  provides EFI_FILE_HANDLE services used by Shell and ShellLib\r
-  FileHandleLib|Include/Library/FileHandleLib.h\r
-\r
   ## @libraryclass   Allows for a shell application to have a C style entry point\r
   ShellCEntryLib|Include/Library/ShellCEntryLib.h\r
 \r
-  ## @libraryclass   Provides sorting functions\r
-  SortLib|Include/Library/SortLib.h\r
-\r
   ## @libraryclass   Provides advanced parsing functions\r
   HandleParsingLib|Include/Library/HandleParsingLib.h\r
 \r
-  ## @libraryclass   Provides path manipulation functions\r
-  PathLib|Include/Library/PathLib.h\r
-\r
   ## @libraryclass   provides BCFG command\r
   BcfgCommandLib|Include/Library/BcfgCommandLib.h\r
 \r
@@ -91,7 +81,7 @@
   #  This should be FALSE for compiling the shell application itself only.\r
   gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005\r
 \r
-  ## This is the max buffer for ShellLib, FileHandleLib, and internal Shell printings.\r
+  ## This is the max buffer for ShellLib and internal Shell printings.\r
   gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize|16000|UINT16|0x0000000C\r
 \r
   ## This flag is used to control the commands available in the shell\r