VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/TlsLib/TlsLib.inf@ 99404

Last change on this file since 99404 was 99404, checked in by vboxsync, 21 months ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
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 SysCall/inet_pton.c
32
33[Packages]
34 MdePkg/MdePkg.dec
35 CryptoPkg/CryptoPkg.dec
36
37[LibraryClasses]
38 BaseCryptLib
39 BaseMemoryLib
40 DebugLib
41 IntrinsicLib
42 MemoryAllocationLib
43 OpensslLib
44 SafeIntLib
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette