Last change
on this file since 80953 was 80721, checked in by vboxsync, 5 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.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Package for cryptography modules.
|
---|
3 | #
|
---|
4 | # This Package provides cryptographic-related libraries for UEFI security modules.
|
---|
5 | # It also provides a test application to test libraries.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | DEC_SPECIFICATION = 0x00010005
|
---|
14 | PACKAGE_NAME = CryptoPkg
|
---|
15 | PACKAGE_UNI_FILE = CryptoPkg.uni
|
---|
16 | PACKAGE_GUID = 36470E80-36F2-4ba0-8CC8-937C7D9FF888
|
---|
17 | PACKAGE_VERSION = 0.98
|
---|
18 |
|
---|
19 | [Includes]
|
---|
20 | Include
|
---|
21 |
|
---|
22 | [Includes.Common.Private]
|
---|
23 | Library/Include
|
---|
24 | Library/OpensslLib/openssl/include
|
---|
25 | Library/OpensslLib/openssl/crypto/include
|
---|
26 |
|
---|
27 | [LibraryClasses]
|
---|
28 | ## @libraryclass Provides basic library functions for cryptographic primitives.
|
---|
29 | ##
|
---|
30 | BaseCryptLib|Include/Library/BaseCryptLib.h
|
---|
31 |
|
---|
32 | ## @libraryclass Provides TLS library functions for EFI TLS protocol.
|
---|
33 | ##
|
---|
34 | TlsLib|Include/Library/TlsLib.h
|
---|
35 |
|
---|
36 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
37 | CryptoPkgExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.