]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
ShellPkg: Fixed EBC build error.
[mirror_edk2.git] / ShellPkg / Library / UefiShellCommandLib / UefiShellCommandLib.inf
index 6b3d774f47c1a2676dbfeff692c7d9d4d50c0f79..1de52991bf4efe6d982a6f28acc92aeae5ec5b10 100644 (file)
@@ -1,7 +1,7 @@
 ##  @file\r
 #  Provides interface to shell internal functions for shell commands.\r
 #\r
-#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved. <BR>\r
+#  Copyright (c) 2006 - 2015, 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
   HandleParsingLib\r
 \r
 [Protocols]\r
-  gEfiUnicodeCollation2ProtocolGuid                       # ALWAYS_CONSUMED\r
-  gEfiShellProtocolGuid                                   # ALWAYS_CONSUMED\r
-  gEfiShellParametersProtocolGuid                         # ALWAYS_CONSUMED\r
-  gEfiDevicePathToTextProtocolGuid                        # ALWAYS_CONSUMED\r
+  gEfiUnicodeCollation2ProtocolGuid                       ## CONSUMES\r
+  gEfiShellProtocolGuid                                   ## CONSUMES\r
+  gEfiShellParametersProtocolGuid                         ## CONSUMES\r
+  gEfiShellDynamicCommandProtocolGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiUsbIoProtocolGuid                                   ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
-  gEfiSasDevicePathGuid                                   # ALWAYS_CONSUMED\r
+  gEfiSasDevicePathGuid                                   ## CONSUMES ## GUID\r
 \r
 [Pcd.common]\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel         ## ALWAYS_CONSUMED\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength        ## ALWAYS_CONSUMED\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel         ## CONSUMES\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength        ## CONSUMES\r
+  gEfiShellPkgTokenSpaceGuid.PcdUsbExtendedDecode         ## SOMETIMES_CONSUMES\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellDecodeIScsiMapNames  ## SOMETIMES_CONSUMES\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellVendorExtendedDecode ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiUnicodeCollation2ProtocolGuid\r