]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/TlsDxe/TlsDxe.inf
NetworkPkg: Convert files to CRLF line ending
[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
8# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php.\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = TlsDxe\r
23 FILE_GUID = 3aceb0c0-3c72-11e4-9a56-74d435052646\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = TlsDriverEntryPoint\r
27 UNLOAD_IMAGE = TlsUnload\r
28 MODULE_UNI_FILE = TlsDxe.uni\r
29\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 CryptoPkg/CryptoPkg.dec\r
38\r
39[Sources]\r
40 TlsDriver.h\r
41 TlsDriver.c\r
42 TlsProtocol.c\r
43 TlsConfigProtocol.c\r
44 TlsImpl.h\r
45 TlsImpl.c\r
46\r
47[LibraryClasses]\r
48 UefiDriverEntryPoint\r
49 UefiBootServicesTableLib\r
50 MemoryAllocationLib\r
51 BaseMemoryLib\r
52 BaseLib\r
53 UefiLib\r
54 DebugLib\r
55 NetLib\r
56 BaseCryptLib\r
57 TlsLib\r
58\r
59[Protocols]\r
60 gEfiTlsServiceBindingProtocolGuid ## PRODUCES\r
61 gEfiTlsProtocolGuid ## PRODUCES\r
62 gEfiTlsConfigurationProtocolGuid ## PRODUCES\r
63\r
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 TlsDxeExtra.uni\r
66\r