]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/CryptoPkg.dec
BaseTools/Conf/gitattributes: fix "--function-context" for C source code
[mirror_edk2.git] / CryptoPkg / CryptoPkg.dec
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