]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
ShellPkg/for: Fix potential null pointer deference
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel3CommandsLib / UefiShellLevel3CommandsLib.inf
index 7316750fd84d6328d57f6045cc85804de8a01f22..a13cd9babf5576962a160a1fc454674aa8ae5025 100644 (file)
@@ -2,8 +2,8 @@
 # Provides shell level 3 functions\r
 # Note that the interactive versions of the time, date, and timezone functions are handled in the level 2 library.\r
 #\r
-# Copyright (c) 2013, Hewlett-Packard Development Company, L.P.\r
-# Copyright (c) 2009-2011, Intel Corporation. All rights reserved. <BR>\r
+# (C) Copyright 2013 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\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -19,7 +19,7 @@
   INF_VERSION                    = 0x00010006\r
   BASE_NAME                      = UefiShellLevel3CommandsLib\r
   FILE_GUID                      = 71374B42-85D7-4753-AD17-AA84C3A0EB93\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
+  MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = NULL|UEFI_APPLICATION UEFI_DRIVER\r
   CONSTRUCTOR                    = ShellLevel3CommandsLibConstructor\r
   PcdLib\r
   HiiLib\r
   FileHandleLib\r
+  HandleParsingLib\r
 \r
 [Guids]\r
-  gEfiFileInfoGuid\r
-  gShellLevel3HiiGuid\r
+  gEfiFileInfoGuid                                        ## UNDEFINED\r
+  gShellLevel3HiiGuid                                     ## SOMETIMES_CONSUMES ## HII\r
 \r
 [Pcd.common]\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellSupplier\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel         ## CONSUMES\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize    ## SOMETIMES_CONSUMES\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellSupplier             ## SOMETIMES_CONSUMES\r
 \r
+[Protocols]\r
+  gEfiShellDynamicCommandProtocolGuid                     ## SOMETIMES_CONSUMES\r