]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLib/UefiShellLib.inf
ShellPkg: UefiShellLib: drop wrong PathLib library class dependency
[mirror_edk2.git] / ShellPkg / Library / UefiShellLib / UefiShellLib.inf
index 5ed4259479607ab4082e9dae4dd6dfa000e3fec2..8eedfce8b6d5afc8a948cb9e19c7535f1b6b9549 100644 (file)
@@ -1,9 +1,9 @@
-#/** @file\r
+# @file\r
 # Provides interface to shell functionality for shell commands and applications.\r
 #\r
-# Copyright (c) 2006 - 2009, Intel Corporation.\r
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved. <BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -11,7 +11,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010006\r
@@ -19,7 +19,7 @@
   FILE_GUID                      = 449D0F00-2148-4a43-9836-F10B3980ECF5\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = ShellLib|UEFI_APPLICATION UEFI_DRIVER\r
+  LIBRARY_CLASS                  = ShellLib|UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER DXE_DRIVER\r
   CONSTRUCTOR                    = ShellLibConstructor\r
   DESTRUCTOR                     = ShellLibDestructor\r
 \r
@@ -33,6 +33,7 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
   ShellPkg/ShellPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
   DebugLib\r
   FileHandleLib\r
+  PrintLib\r
+  UefiLib\r
+  HiiLib\r
+  SortLib\r
 \r
 [Protocols]\r
   gEfiSimpleFileSystemProtocolGuid              # ALWAYS_CONSUMED\r
-  \r
-  # shell 2.0 \r
+\r
+  # shell 2.0\r
   gEfiShellProtocolGuid                         # SOMETIMES_CONSUMED\r
   gEfiShellParametersProtocolGuid               # SOMETIMES_CONSUMED\r
 \r
@@ -60,4 +65,5 @@
   gEfiShellEnvironment2ExtGuid                  # ALWAYS_CONSUMED\r
 \r
 [Pcd.common]\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize  # ALWAYS_CONSUMED\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize     # ALWAYS_CONSUMED\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize       # ALWAYS_CONSUMED\r