X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FApplication%2FVConfig%2FVConfig.inf;h=771f585a7175b5271fec594faf310d5d771f45e6;hp=7067e0cd8169704ecb317451df41c022d81bedd8;hb=be6cd654eb27370bfa127dd387846ad983f4ef72;hpb=fa848a4048943251fc057fe8d6c5a82e01d2ffb6 diff --git a/NetworkPkg/Application/VConfig/VConfig.inf b/NetworkPkg/Application/VConfig/VConfig.inf index 7067e0cd81..771f585a71 100644 --- a/NetworkPkg/Application/VConfig/VConfig.inf +++ b/NetworkPkg/Application/VConfig/VConfig.inf @@ -3,7 +3,7 @@ # # It is shell application which is used to get and set VLAN configuration. # -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -24,6 +24,12 @@ ENTRY_POINT = VlanConfigMain MODULE_UNI_FILE = VConfig.uni +# +# +# This flag specifies whether HII resource section is generated into PE image. +# + UEFI_HII_RESOURCE_SECTION = TRUE + # # VALID_ARCHITECTURES = IA32 X64 IPF # @@ -40,6 +46,7 @@ [LibraryClasses] UefiApplicationEntryPoint UefiBootServicesTableLib + UefiHiiServicesLib UefiLib ShellLib NetLib @@ -47,7 +54,8 @@ HiiLib [Protocols] - gEfiVlanConfigProtocolGuid ## CONSUMES + gEfiVlanConfigProtocolGuid ## CONSUMES + gEfiHiiPackageListProtocolGuid ## CONSUMES [UserExtensions.TianoCore."ExtraFiles"] VConfigExtra.uni