]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/IpsecConfig/IpSecConfig.inf
NetworkPkg: Fix unspecified address use case in IpsecConfig
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / IpSecConfig.inf
index 1e0d4f44db2b7b75101e023266e935ea37926e38..02371e535da758b4498e2f8fb876183a0dcb0bc4 100644 (file)
@@ -1,7 +1,10 @@
 ## @file\r
-#  Component description file for IpSecConfig6 application.\r
+#  Shell application IpSecConfig.\r
+#  \r
+#  This application is used to set and retrieve security and policy related information\r
+#  for the EFI IPsec protocol driver.\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2014, 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
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = InitializeIpSecConfig\r
+  MODULE_UNI_FILE                = IpSecConfig.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
 [Sources]\r
   IpSecConfigStrings.uni\r
@@ -48,6 +58,7 @@
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
   UefiApplicationEntryPoint\r
+  UefiHiiServicesLib\r
   BaseMemoryLib\r
   ShellLib\r
   MemoryAllocationLib\r
@@ -57,5 +68,9 @@
   UefiLib\r
 \r
 [Protocols]\r
-  gEfiIpSecProtocolGuid                         ##CONSUMS\r
-  gEfiIpSecConfigProtocolGuid                   ##CONSUMS\r
+  gEfiIpSec2ProtocolGuid                        ##CONSUMES\r
+  gEfiIpSecConfigProtocolGuid                   ##CONSUMES\r
+  gEfiHiiPackageListProtocolGuid                ##CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IpSecConfigExtra.uni\r