]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/IpSecDxe/IpSecDxe.inf
Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecDxe.inf
1 ## @file
2 # Component description file for IpSec module.
3 #
4 # Copyright (c) 2009 - 2011, 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 = 0x00010005
18 BASE_NAME = IpSecDxe
19 FILE_GUID = EE8367C0-A1D6-4565-8F89-EF628547B722
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = IpSecDriverEntryPoint
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 IpSecConfigImpl.c
33 IpSecConfigImpl.h
34 IpSecCryptIo.h
35 IpSecCryptIo.c
36 IpSecDebug.h
37 ComponentName.c
38 IkeCommon.h
39 IpSecImpl.c
40 IkeService.c
41 Ike.h
42 IkePacket.h
43 IkePacket.c
44 IpSecDebug.c
45 IpSecMain.c
46 IpSecDriver.c
47 IkeCommon.c
48 IetfConstants.c
49 IpSecImpl.h
50 IkeService.h
51 Ikev2/Ikev2.h
52 Ikev2/Payload.h
53 Ikev2/Utility.h
54 Ikev2/Utility.c
55 Ikev2/Sa.c
56 Ikev2/ChildSa.c
57 Ikev2/Info.c
58 Ikev2/Payload.c
59 Ikev2/Exchange.c
60
61
62
63 [Packages]
64 MdePkg/MdePkg.dec
65 MdeModulePkg/MdeModulePkg.dec
66 CryptoPkg/CryptoPkg.dec
67 NetworkPkg/NetworkPkg.dec
68
69 [LibraryClasses]
70 MemoryAllocationLib
71 BaseLib
72 UefiLib
73 UefiBootServicesTableLib
74 UefiRuntimeServicesTableLib
75 UefiDriverEntryPoint
76 BaseMemoryLib
77 DebugLib
78 PrintLib
79 BaseCryptLib
80 DpcLib
81 UdpIoLib
82 NetLib
83 PcdLib
84
85 [Protocols]
86 gEfiIp4ConfigProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
88 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
89 gEfiUdp6ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
90 gEfiUdp6ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
91 gEfiIpSecConfigProtocolGuid # PROTOCOL ALWAYS_PRODUCED
92 gEfiIpSec2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
93
94 [Pcd]
95 gEfiNetworkPkgTokenSpaceGuid.PcdIpsecCertificateEnabled
96 gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCaFile
97 gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCaFileSize
98 gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificate
99 gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificateSize
100 gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificateKey
101 gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificateKeySize