]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
CryptoPkg: Add Null instance of the TlsLib class
[mirror_edk2.git] / CryptoPkg / Library / TlsLibNull / TlsLibNull.inf
1 ## @file
2 # SSL/TLS Wrapper Null Library Instance.
3 #
4 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = TlsLibNull
13 MODULE_UNI_FILE = TlsLibNull.uni
14 FILE_GUID = 705a5b3b-cfa5-42ea-87f0-f2b8d44ec521
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = TlsLib
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
23 #
24
25 [Sources]
26 InternalTlsLib.h
27 TlsInitNull.c
28 TlsConfigNull.c
29 TlsProcessNull.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 CryptoPkg/CryptoPkg.dec
34
35 [LibraryClasses]
36 BaseCryptLib
37 DebugLib
38 BaseLib