]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/IfConfig6/IfConfig6.inf
NetworkPkg: Support print help information using -? command.
[mirror_edk2.git] / NetworkPkg / Application / IfConfig6 / IfConfig6.inf
index 7b329f55691ea24bdfa374a65ec2a2e285d87914..519b7c327912491b7d27f491bce60280c95bbd59 100644 (file)
@@ -4,7 +4,7 @@
 #  It is shell application which is used to set and get configurations for the\r
 #  EFI IPv6 network 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                    = IfConfig6Initialize\r
   MODULE_UNI_FILE                = IfConfig6.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
@@ -44,6 +50,7 @@
   BaseLib\r
   UefiBootServicesTableLib\r
   UefiApplicationEntryPoint\r
+  UefiHiiServicesLib\r
   BaseMemoryLib\r
   ShellLib\r
   MemoryAllocationLib\r
@@ -54,6 +61,7 @@
 [Protocols]\r
   gEfiIp6ServiceBindingProtocolGuid             ## CONSUMES\r
   gEfiIp6ConfigProtocolGuid                     ## CONSUMES\r
+  gEfiHiiPackageListProtocolGuid                ## CONSUMES\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   IfConfig6Extra.uni\r