X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FApplication%2FIfConfig6%2FIfConfig6.inf;fp=NetworkPkg%2FApplication%2FIfConfig6%2FIfConfig6.inf;h=519b7c327912491b7d27f491bce60280c95bbd59;hb=be6cd654eb27370bfa127dd387846ad983f4ef72;hp=7b329f55691ea24bdfa374a65ec2a2e285d87914;hpb=fa848a4048943251fc057fe8d6c5a82e01d2ffb6;p=mirror_edk2.git diff --git a/NetworkPkg/Application/IfConfig6/IfConfig6.inf b/NetworkPkg/Application/IfConfig6/IfConfig6.inf index 7b329f5569..519b7c3279 100644 --- a/NetworkPkg/Application/IfConfig6/IfConfig6.inf +++ b/NetworkPkg/Application/IfConfig6/IfConfig6.inf @@ -4,7 +4,7 @@ # It is shell application which is used to set and get configurations for the # EFI IPv6 network stack. # -# 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 @@ -25,6 +25,12 @@ ENTRY_POINT = IfConfig6Initialize MODULE_UNI_FILE = IfConfig6.uni +# +# +# This flag specifies whether HII resource section is generated into PE image. +# + UEFI_HII_RESOURCE_SECTION = TRUE + # # The following information is for reference only and not required by the build tools. # @@ -44,6 +50,7 @@ BaseLib UefiBootServicesTableLib UefiApplicationEntryPoint + UefiHiiServicesLib BaseMemoryLib ShellLib MemoryAllocationLib @@ -54,6 +61,7 @@ [Protocols] gEfiIp6ServiceBindingProtocolGuid ## CONSUMES gEfiIp6ConfigProtocolGuid ## CONSUMES + gEfiHiiPackageListProtocolGuid ## CONSUMES [UserExtensions.TianoCore."ExtraFiles"] IfConfig6Extra.uni