]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/IpSecDxe/IpSecDxe.inf
Add NetworkPkg (P.UDK2010.UP3.Network.P1)
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecDxe.inf
1 ## @file
2 # Component description file for IpSec module.
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 = 0x00010005
18 BASE_NAME = IpSecDxe
19 FILE_GUID = EE8367C0-A1D6-4565-8F89-EF628547B722
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = IpSecDriverEntryPoint
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 IpSecConfigImpl.c
32 IpSecConfigImpl.h
33 IpSecCryptIo.h
34 IpSecCryptIo.c
35 IpSecDebug.h
36 ComponentName.c
37 IpSecImpl.c
38 IpSecDebug.c
39 IpSecSaEngine.c
40 IpSecDriver.c
41 IpSecImpl.h
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47 [LibraryClasses]
48 MemoryAllocationLib
49 BaseLib
50 UefiLib
51 UefiBootServicesTableLib
52 UefiRuntimeServicesTableLib
53 UefiDriverEntryPoint
54 BaseMemoryLib
55 DebugLib
56 PrintLib
57 DpcLib
58 NetLib
59
60 [Protocols]
61 gEfiIp4ConfigProtocolGuid # PROTOCOL ALWAYS_CONSUMED
62 gEfiIpSecConfigProtocolGuid # PROTOCOL ALWAYS_PRODUCED
63 gEfiIpSecProtocolGuid # PROTOCOL ALWAYS_PRODUCED