]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/IpsecConfig/IpSecConfig.inf
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / IpSecConfig.inf
index 52cf6b03413f1bbb5c9bc48652fc2fbc384071ae..7ad6b5627ff3777d96e829412e5cbb5ecce66682 100644 (file)
@@ -1,18 +1,12 @@
 ## @file\r
 #  Shell application IpSecConfig.\r
-#  \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 - 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
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php.\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \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
   IpSecConfig.c\r
@@ -52,6 +52,7 @@
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
   UefiApplicationEntryPoint\r
+  UefiHiiServicesLib\r
   BaseMemoryLib\r
   ShellLib\r
   MemoryAllocationLib\r
@@ -63,6 +64,7 @@
 [Protocols]\r
   gEfiIpSec2ProtocolGuid                        ##CONSUMES\r
   gEfiIpSecConfigProtocolGuid                   ##CONSUMES\r
+  gEfiHiiPackageListProtocolGuid                ##CONSUMES\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   IpSecConfigExtra.uni\r