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