]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/Ping6/Ping6.inf
NetworkPkg: Support print help information using -? command.
[mirror_edk2.git] / NetworkPkg / Application / Ping6 / Ping6.inf
index f8851b98b0fa6a145d2f3d1ef30cc925323c2f71..68b5f2d32f3156e6ac53652c32786a6b292a8d23 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  It is an shell application which is used to Ping the target host with IPv6 stack.\r
 #\r
-#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 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
   ENTRY_POINT                    = InitializePing6\r
   MODULE_UNI_FILE                = Ping6.uni\r
 \r
+#\r
+#\r
+#  This flag specifies whether HII resource section is generated into PE image.\r
+#\r
+  UEFI_HII_RESOURCE_SECTION      = TRUE\r
+\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
@@ -53,6 +59,7 @@
   BaseLib\r
   UefiBootServicesTableLib\r
   UefiApplicationEntryPoint\r
+  UefiHiiServicesLib\r
   BaseMemoryLib\r
   ShellLib\r
   MemoryAllocationLib\r
@@ -65,6 +72,7 @@
   gEfiIp6ProtocolGuid                           ## CONSUMES\r
   gEfiIp6ServiceBindingProtocolGuid             ## CONSUMES\r
   gEfiIp6ConfigProtocolGuid                     ## CONSUMES\r
+  gEfiHiiPackageListProtocolGuid                ## CONSUMES\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   Ping6Extra.uni\r