X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FApplication%2FIpsecConfig%2FIpSecConfig.inf;h=a9c9bb7eaed6871f83c913a45009e4f8cdaabc94;hp=52cf6b03413f1bbb5c9bc48652fc2fbc384071ae;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=8ef3af3967fd3ae572dcff77f0b627cf23822c0f diff --git a/NetworkPkg/Application/IpsecConfig/IpSecConfig.inf b/NetworkPkg/Application/IpsecConfig/IpSecConfig.inf index 52cf6b0341..a9c9bb7eae 100644 --- a/NetworkPkg/Application/IpsecConfig/IpSecConfig.inf +++ b/NetworkPkg/Application/IpsecConfig/IpSecConfig.inf @@ -1,10 +1,10 @@ ## @file # Shell application IpSecConfig. -# +# # This application is used to set and retrieve security and policy related information # for the EFI IPsec protocol driver. # -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2018, 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 = InitializeIpSecConfig MODULE_UNI_FILE = IpSecConfig.uni +# +# +# This flag specifies whether HII resource section is generated into PE image. +# + UEFI_HII_RESOURCE_SECTION = TRUE + [Sources] IpSecConfigStrings.uni IpSecConfig.c @@ -52,6 +58,7 @@ [LibraryClasses] UefiBootServicesTableLib UefiApplicationEntryPoint + UefiHiiServicesLib BaseMemoryLib ShellLib MemoryAllocationLib @@ -63,6 +70,7 @@ [Protocols] gEfiIpSec2ProtocolGuid ##CONSUMES gEfiIpSecConfigProtocolGuid ##CONSUMES + gEfiHiiPackageListProtocolGuid ##CONSUMES [UserExtensions.TianoCore."ExtraFiles"] IpSecConfigExtra.uni