]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/VConfig/VConfig.inf
NetworkPkg: Support print help information using -? command.
[mirror_edk2.git] / NetworkPkg / Application / VConfig / VConfig.inf
index 7067e0cd8169704ecb317451df41c022d81bedd8..771f585a7175b5271fec594faf310d5d771f45e6 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  It is shell application which is used to get and set VLAN configuration.\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                    = VlanConfigMain\r
   MODULE_UNI_FILE                = VConfig.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
 #  VALID_ARCHITECTURES           = IA32 X64 IPF\r
 #\r
@@ -40,6 +46,7 @@
 [LibraryClasses]\r
   UefiApplicationEntryPoint\r
   UefiBootServicesTableLib\r
+  UefiHiiServicesLib\r
   UefiLib\r
   ShellLib\r
   NetLib\r
@@ -47,7 +54,8 @@
   HiiLib\r
 \r
 [Protocols]\r
-  gEfiVlanConfigProtocolGuid     ## CONSUMES\r
+  gEfiVlanConfigProtocolGuid       ## CONSUMES\r
+  gEfiHiiPackageListProtocolGuid   ## CONSUMES\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   VConfigExtra.uni\r