VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf

Last change on this file was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1## @file
2#
3# A hook-in library for NetworkPkg/TlsAuthConfigDxe, in order to set volatile
4# variables related to TLS configuration, before TlsAuthConfigDxe or HttpDxe
5# (which is a UEFI_DRIVER) consume them.
6#
7# Copyright (C) 2013, 2015, 2018, Red Hat, Inc.
8# Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>
9#
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12##
13
14[Defines]
15 INF_VERSION = 1.26
16 BASE_NAME = TlsAuthConfigLib
17 FILE_GUID = 660AB627-4C5F-4D42-A3B6-BD021E9028BD
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = TlsAuthConfigLib|DXE_DRIVER
21 CONSTRUCTOR = TlsAuthConfigInit
22
23#
24# The following information is for reference only and not required by the build
25# tools.
26#
27# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
28#
29
30[Sources]
31 TlsAuthConfigLib.c
32
33[Packages]
34 MdePkg/MdePkg.dec
35 NetworkPkg/NetworkPkg.dec
36 OvmfPkg/OvmfPkg.dec
37
38[LibraryClasses]
39 BaseLib
40 DebugLib
41 MemoryAllocationLib
42 QemuFwCfgLib
43 UefiRuntimeServicesTableLib
44
45[Guids]
46 gEdkiiHttpTlsCipherListGuid ## PRODUCES ## Variable:L"HttpTlsCipherList"
47 gEfiTlsCaCertificateGuid ## PRODUCES ## Variable:L"TlsCaCertificate"
48
49[Depex]
50 gEfiVariableWriteArchProtocolGuid
Note: See TracBrowser for help on using the repository browser.

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