]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/TlsDxe/TlsDxe.inf
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / TlsDxe / TlsDxe.inf
CommitLineData
7618784b
HW
1## @file\r
2# This module produces EFI TLS Protocol, EFI TLS Service Binding Protocol and\r
3# EFI TLS Configuration Protocol.\r
4#\r
5# This module produces EFI TLS (Transport Layer Security) Protocol and EFI TLS\r
6# Service Binding Protocol, to provide TLS services.\r
7#\r
1682cc93 8# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
7618784b 9#\r
ecf98fbc 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7618784b
HW
11#\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = TlsDxe\r
18 FILE_GUID = 3aceb0c0-3c72-11e4-9a56-74d435052646\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = TlsDriverEntryPoint\r
22 UNLOAD_IMAGE = TlsUnload\r
23 MODULE_UNI_FILE = TlsDxe.uni\r
24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 CryptoPkg/CryptoPkg.dec\r
33\r
34[Sources]\r
35 TlsDriver.h\r
36 TlsDriver.c\r
37 TlsProtocol.c\r
38 TlsConfigProtocol.c\r
39 TlsImpl.h\r
40 TlsImpl.c\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
45 MemoryAllocationLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 UefiLib\r
49 DebugLib\r
7618784b
HW
50 BaseCryptLib\r
51 TlsLib\r
52\r
53[Protocols]\r
54 gEfiTlsServiceBindingProtocolGuid ## PRODUCES\r
55 gEfiTlsProtocolGuid ## PRODUCES\r
56 gEfiTlsConfigurationProtocolGuid ## PRODUCES\r
57\r
58[UserExtensions.TianoCore."ExtraFiles"]\r
59 TlsDxeExtra.uni\r
60\r