X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FApplication%2FIpsecConfig%2FIpSecConfig.inf;h=02371e535da758b4498e2f8fb876183a0dcb0bc4;hp=19a867957d7447b5e43fb3451390400da7dbd011;hb=ca9b4d22f437ccd2d7ad9ce262760097788bafcc;hpb=0a7294f7a158eb10cad794a296834e14b9d3a655 diff --git a/NetworkPkg/Application/IpsecConfig/IpSecConfig.inf b/NetworkPkg/Application/IpsecConfig/IpSecConfig.inf index 19a867957d..02371e535d 100644 --- a/NetworkPkg/Application/IpsecConfig/IpSecConfig.inf +++ b/NetworkPkg/Application/IpsecConfig/IpSecConfig.inf @@ -1,7 +1,10 @@ ## @file -# Component description file for IpSecConfig6 application. +# 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 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2014, 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 @@ -20,6 +23,13 @@ MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 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 @@ -48,6 +58,7 @@ [LibraryClasses] UefiBootServicesTableLib UefiApplicationEntryPoint + UefiHiiServicesLib BaseMemoryLib ShellLib MemoryAllocationLib @@ -57,5 +68,9 @@ UefiLib [Protocols] - gEfiIpSec2ProtocolGuid ##CONSUMS - gEfiIpSecConfigProtocolGuid ##CONSUMS + gEfiIpSec2ProtocolGuid ##CONSUMES + gEfiIpSecConfigProtocolGuid ##CONSUMES + gEfiHiiPackageListProtocolGuid ##CONSUMES + +[UserExtensions.TianoCore."ExtraFiles"] + IpSecConfigExtra.uni