]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
ShellPkg/for: Fix potential null pointer deference
[mirror_edk2.git] / ShellPkg / Library / UefiShellNetwork1CommandsLib / UefiShellNetwork1CommandsLib.inf
index 527d2efbf0d7df59b2b04d7a016c1a44b4f1f701..ffa677884884a90d4eb98cbd32981ddb1f621012 100644 (file)
@@ -1,7 +1,7 @@
 ##  @file\r
 # Provides shell network1 functions\r
 #\r
-# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>\r
+# Copyright (c) 2010 - 2016, 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
@@ -17,7 +17,7 @@
   INF_VERSION                    = 0x00010006\r
   BASE_NAME                      = UefiShellNetwork1CommandsLib\r
   FILE_GUID                      = 9A929F7E-3861-45ce-87AB-7371219AE255\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                    = ShellNetwork1CommandsLibConstructor\r
 \r
 [Protocols]\r
   gEfiCpuArchProtocolGuid                       ## CONSUMES\r
+  gEfiTimerArchProtocolGuid                     ## CONSUMES\r
   gEfiIp6ProtocolGuid                           ## SOMETIMES_CONSUMES\r
   gEfiIp6ServiceBindingProtocolGuid             ## SOMETIMES_CONSUMES\r
   gEfiIp6ConfigProtocolGuid                     ## SOMETIMES_CONSUMES\r
 \r
-  gEfiIp6ProtocolGuid                           ## SOMETIMES_CONSUMES\r
-  gEfiIp6ServiceBindingProtocolGuid             ## SOMETIMES_CONSUMES\r
-  gEfiIp6ConfigProtocolGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiIp4ProtocolGuid                           ## SOMETIMES_CONSUMES\r
+  gEfiIp4ServiceBindingProtocolGuid             ## SOMETIMES_CONSUMES\r
+  gEfiIp4Config2ProtocolGuid                    ## SOMETIMES_CONSUMES\r
   \r
 [Guids]\r
   gShellNetwork1HiiGuid                         ## SOMETIMES_CONSUMES ## HII
\ No newline at end of file