]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/TlsLib/TlsLib.inf
20b0ea683238caf4ea94fdbca12ba97d83fc7093
[mirror_edk2.git] / CryptoPkg / Library / TlsLib / TlsLib.inf
1 ## @file
2 # SSL/TLS Wrapper Library Instance based on OpenSSL.
3 #
4 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2016-2020 Hewlett Packard Enterprise Development LP<BR>
6 # Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = TlsLib
14 MODULE_UNI_FILE = TlsLib.uni
15 FILE_GUID = CC729DC5-4E21-0B36-1A00-3A8E1B86A155
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = TlsLib|DXE_DRIVER DXE_CORE UEFI_APPLICATION UEFI_DRIVER
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64 LOONGARCH64
24 #
25
26 [Sources]
27 InternalTlsLib.h
28 TlsInit.c
29 TlsConfig.c
30 TlsProcess.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 CryptoPkg/CryptoPkg.dec
35
36 [LibraryClasses]
37 BaseCryptLib
38 BaseMemoryLib
39 DebugLib
40 IntrinsicLib
41 MemoryAllocationLib
42 OpensslLib
43 SafeIntLib
44
45 [FixedPcd]
46 gEfiCryptoPkgTokenSpaceGuid.PcdOpensslEcEnabled
47
48 [BuildOptions]
49 #
50 # suppress the following warnings so we do not break the build with warnings-as-errors:
51 # C4090: 'function' : different 'const' qualifiers
52 #
53 MSFT:*_*_*_CC_FLAGS = /wd4090
54