]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/IpsecConfig/IpSecConfig.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / IpSecConfig.inf
index 1e0d4f44db2b7b75101e023266e935ea37926e38..a9c9bb7eaed6871f83c913a45009e4f8cdaabc94 100644 (file)
@@ -1,7 +1,10 @@
 ## @file\r
-#  Component description file for IpSecConfig6 application.\r
+#  Shell application IpSecConfig.\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\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 - 2018, 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