]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 protocol.
[mirror_edk2.git] / ShellPkg / Library / UefiShellNetwork1CommandsLib / UefiShellNetwork1CommandsLib.inf
index 4857a7e795c40a704989baa6cc66f5f1469809eb..6dfbbe52b2799cd77985d3fbee02ffcb3b110010 100644 (file)
@@ -1,7 +1,7 @@
 ##  @file\r
 # Provides shell network1 functions\r
 #\r
-# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved. <BR>\r
+# Copyright (c) 2010 - 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
   NetLib\r
 \r
 [Pcd]\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r
 \r
 [Protocols]\r
-  gEfiCpuArchProtocolGuid                       # ALWAYS_CONSUMED\r
-  gEfiIp6ProtocolGuid                           # SOMETIMES_CONSUMED\r
-  gEfiIp6ServiceBindingProtocolGuid             # SOMETIMES_CONSUMED\r
-  gEfiIp6ConfigProtocolGuid                     # SOMETIMES_CONSUMED\r
+  gEfiCpuArchProtocolGuid                       ## CONSUMES\r
+  gEfiIp6ProtocolGuid                           ## SOMETIMES_CONSUMES\r
+  gEfiIp6ServiceBindingProtocolGuid             ## SOMETIMES_CONSUMES\r
+  gEfiIp6ConfigProtocolGuid                     ## SOMETIMES_CONSUMES\r
 \r
-  gEfiIp6ProtocolGuid                           # SOMETIMES_CONSUMED\r
-  gEfiIp6ServiceBindingProtocolGuid             # SOMETIMES_CONSUMED\r
-  gEfiIp6ConfigProtocolGuid                     # SOMETIMES_CONSUMED\r
+  gEfiIp4ProtocolGuid                           ## SOMETIMES_CONSUMES\r
+  gEfiIp4ServiceBindingProtocolGuid             ## SOMETIMES_CONSUMES\r
+  gEfiIp4Config2ProtocolGuid                    ## SOMETIMES_CONSUMES\r
   \r
 [Guids]\r
-  gShellNetwork1HiiGuid
\ No newline at end of file
+  gShellNetwork1HiiGuid                         ## SOMETIMES_CONSUMES ## HII
\ No newline at end of file