]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/IpsecConfig/IpSecConfig.inf
NetworkPkg/IpsecConfig: guard the definition of ARRAY_SIZE
[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 27\r
be6cd654
ZL
28#\r
29#\r
30# This flag specifies whether HII resource section is generated into PE image.\r
31#\r
32 UEFI_HII_RESOURCE_SECTION = TRUE\r
33\r
a3bcde70
HT
34[Sources]\r
35 IpSecConfigStrings.uni\r
36 IpSecConfig.c\r
37 IpSecConfig.h\r
38 Dump.c\r
39 Dump.h\r
40 Indexer.c\r
41 Indexer.h\r
42 Match.c\r
43 Match.h\r
44 Delete.h\r
45 Delete.c\r
46 Helper.c\r
47 Helper.h\r
48 ForEach.c\r
49 ForEach.h\r
50 PolicyEntryOperation.c\r
51 PolicyEntryOperation.h\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 MdeModulePkg/MdeModulePkg.dec\r
56 ShellPkg/ShellPkg.dec\r
57\r
58[LibraryClasses]\r
59 UefiBootServicesTableLib\r
60 UefiApplicationEntryPoint\r
be6cd654 61 UefiHiiServicesLib\r
a3bcde70
HT
62 BaseMemoryLib\r
63 ShellLib\r
64 MemoryAllocationLib\r
65 DebugLib\r
66 HiiLib\r
67 NetLib\r
68 UefiLib\r
69\r
70[Protocols]\r
8ef3af39
DG
71 gEfiIpSec2ProtocolGuid ##CONSUMES\r
72 gEfiIpSecConfigProtocolGuid ##CONSUMES\r
be6cd654 73 gEfiHiiPackageListProtocolGuid ##CONSUMES\r
8ef3af39
DG
74\r
75[UserExtensions.TianoCore."ExtraFiles"]\r
76 IpSecConfigExtra.uni\r