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