]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
ShellPkg: Fix potentially uninitialized variable compiler warning
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel2CommandsLib / UefiShellLevel2CommandsLib.inf
index 8b618b1f5fdc0185010d6ba34c4d9414dbf5ac49..52844429eaff88be10f71e65763c93e2d63148e2 100644 (file)
@@ -1,7 +1,7 @@
 ##  @file\r
 # Provides shell level 2 functions\r
 #\r
-# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved. <BR>\r
+# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved. <BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -64,6 +64,8 @@
   PcdLib\r
   HiiLib\r
   HandleParsingLib\r
+  PathLib\r
+  DevicePathLib\r
 \r
 [Protocols]\r
   gEfiUnicodeCollation2ProtocolGuid                       # ALWAYS_CONSUMED\r
@@ -72,7 +74,6 @@
   gEfiDevicePathProtocolGuid                              # ALWAYS_CONSUMED\r
   gEfiLoadedImageProtocolGuid                             # ALWAYS_CONSUMED\r
   gEfiSimpleFileSystemProtocolGuid                        # ALWAYS_CONSUMED\r
-  gEfiDevicePathToTextProtocolGuid                        # ALWAYS_CONSUMED\r
 \r
 [Pcd.common]\r
   gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel         # ALWAYS_CONSUMED\r
@@ -81,3 +82,4 @@
 [Guids]\r
   gEfiFileSystemInfoGuid\r
   gEfiFileInfoGuid\r
+  gShellLevel2HiiGuid
\ No newline at end of file