]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/TlsLib/TlsLib.inf
CryptoPkg/TlsLib: pre-compute OpensslCipherLength in TlsCipherMappingTable
[mirror_edk2.git] / CryptoPkg / Library / TlsLib / TlsLib.inf
CommitLineData
264702a0
HW
1## @file\r
2# SSL/TLS Wrapper Library Instance based on OpenSSL.\r
3#\r
4# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
5# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\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 = TlsLib\r
19 MODULE_UNI_FILE = TlsLib.uni\r
20 FILE_GUID = CC729DC5-4E21-0B36-1A00-3A8E1B86A155\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = TlsLib|DXE_DRIVER DXE_CORE UEFI_APPLICATION UEFI_DRIVER\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64\r
29#\r
30\r
31[Sources]\r
32 InternalTlsLib.h\r
33 TlsInit.c\r
34 TlsConfig.c\r
35 TlsProcess.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 CryptoPkg/CryptoPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 BaseMemoryLib\r
44 MemoryAllocationLib\r
45 UefiRuntimeServicesTableLib\r
46 DebugLib\r
47 OpensslLib\r
48 IntrinsicLib\r
49 PrintLib\r
50\r
51[BuildOptions]\r
52 #\r
53 # suppress the following warnings so we do not break the build with warnings-as-errors:\r
54 # C4090: 'function' : different 'const' qualifiers\r
55 #\r
56 MSFT:*_*_*_CC_FLAGS = /wd4090\r
57\r