Last change
on this file since 88914 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
952 bytes
|
Line | |
---|
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-2020 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 RISCV64
|
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.