]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/IpsecConfig/IpSecConfig.inf
NetworkPkg: Fix SPD entry edit policy issue in IPSecConfig.
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / IpSecConfig.inf
CommitLineData
a3bcde70 1## @file\r
8ef3af39
DG
2# Shell application IpSecConfig.\r
3# \r
4# This application is used to set and retrieve security and policy related information\r
5# for the EFI IPsec protocol driver.\r
a3bcde70 6#\r
8ef3af39 7# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
a3bcde70
HT
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010006\r
21 BASE_NAME = IpSecConfig\r
22 FILE_GUID = 0922E604-F5EC-42ef-980D-A35E9A2B1844\r
23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = InitializeIpSecConfig\r
8ef3af39 26 MODULE_UNI_FILE = IpSecConfig.uni\r
a3bcde70
HT
27\r
28[Sources]\r
29 IpSecConfigStrings.uni\r
30 IpSecConfig.c\r
31 IpSecConfig.h\r
32 Dump.c\r
33 Dump.h\r
34 Indexer.c\r
35 Indexer.h\r
36 Match.c\r
37 Match.h\r
38 Delete.h\r
39 Delete.c\r
40 Helper.c\r
41 Helper.h\r
42 ForEach.c\r
43 ForEach.h\r
44 PolicyEntryOperation.c\r
45 PolicyEntryOperation.h\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50 ShellPkg/ShellPkg.dec\r
51\r
52[LibraryClasses]\r
53 UefiBootServicesTableLib\r
54 UefiApplicationEntryPoint\r
55 BaseMemoryLib\r
56 ShellLib\r
57 MemoryAllocationLib\r
58 DebugLib\r
59 HiiLib\r
60 NetLib\r
61 UefiLib\r
62\r
63[Protocols]\r
8ef3af39
DG
64 gEfiIpSec2ProtocolGuid ##CONSUMES\r
65 gEfiIpSecConfigProtocolGuid ##CONSUMES\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 IpSecConfigExtra.uni\r