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