]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/IpsecConfig/IpSecConfig.inf
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / IpSecConfig.inf
CommitLineData
a3bcde70 1## @file\r
8ef3af39 2# Shell application IpSecConfig.\r
f75a7f56 3#\r
8ef3af39
DG
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
f75a7f56 7# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
a3bcde70 8#\r
ecf98fbc 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a3bcde70
HT
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010006\r
15 BASE_NAME = IpSecConfig\r
16 FILE_GUID = 0922E604-F5EC-42ef-980D-A35E9A2B1844\r
17 MODULE_TYPE = UEFI_APPLICATION\r
18 VERSION_STRING = 1.0\r
19 ENTRY_POINT = InitializeIpSecConfig\r
8ef3af39 20 MODULE_UNI_FILE = IpSecConfig.uni\r
a3bcde70 21\r
be6cd654
ZL
22#\r
23#\r
24# This flag specifies whether HII resource section is generated into PE image.\r
25#\r
26 UEFI_HII_RESOURCE_SECTION = TRUE\r
27\r
a3bcde70
HT
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
be6cd654 55 UefiHiiServicesLib\r
a3bcde70
HT
56 BaseMemoryLib\r
57 ShellLib\r
58 MemoryAllocationLib\r
59 DebugLib\r
60 HiiLib\r
61 NetLib\r
62 UefiLib\r
63\r
64[Protocols]\r
8ef3af39
DG
65 gEfiIpSec2ProtocolGuid ##CONSUMES\r
66 gEfiIpSecConfigProtocolGuid ##CONSUMES\r
be6cd654 67 gEfiHiiPackageListProtocolGuid ##CONSUMES\r
8ef3af39
DG
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 IpSecConfigExtra.uni\r