]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL before...
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel2CommandsLib / UefiShellLevel2CommandsLib.inf
index cf15753497cd68500adf3b1b23d509bb4a73cb89..52844429eaff88be10f71e65763c93e2d63148e2 100644 (file)
@@ -1,7 +1,7 @@
 ##  @file\r
 # Provides shell level 2 functions\r
 #\r
-# Copyright (c) 2009, 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
@@ -44,6 +44,7 @@
   Rm.c\r
   Mv.c\r
   Attrib.c\r
+  Vol.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -63,6 +64,8 @@
   PcdLib\r
   HiiLib\r
   HandleParsingLib\r
+  PathLib\r
+  DevicePathLib\r
 \r
 [Protocols]\r
   gEfiUnicodeCollation2ProtocolGuid                       # ALWAYS_CONSUMED\r
@@ -71,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
@@ -80,3 +82,4 @@
 [Guids]\r
   gEfiFileSystemInfoGuid\r
   gEfiFileInfoGuid\r
+  gShellLevel2HiiGuid
\ No newline at end of file