]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/TlsLib/TlsLib.inf
SignedCapsulePkg: Remove PalLib in dsc which was missed at 52664c5
[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
a347b089 42 BaseCryptLib\r
264702a0 43 BaseMemoryLib\r
264702a0 44 DebugLib\r
264702a0 45 IntrinsicLib\r
2167c7f7 46 MemoryAllocationLib\r
a347b089 47 OpensslLib\r
2167c7f7 48 SafeIntLib\r
264702a0
HW
49\r
50[BuildOptions]\r
51 #\r
52 # suppress the following warnings so we do not break the build with warnings-as-errors:\r
53 # C4090: 'function' : different 'const' qualifiers\r
54 #\r
55 MSFT:*_*_*_CC_FLAGS = /wd4090\r
56\r