]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - CryptoPkg/CryptoPkg.dec
MdeModulePkg: Make retval in UninstallMultipleProtocol follow Spec
[mirror_edk2.git] / CryptoPkg / CryptoPkg.dec
... / ...
CommitLineData
1## @file\r
2# Package for cryptography modules.\r
3#\r
4# This Package provides cryptographic-related libraries for UEFI security modules.\r
5# It also provides a test application to test libraries.\r
6#\r
7# Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10##\r
11\r
12[Defines]\r
13 DEC_SPECIFICATION = 0x00010005\r
14 PACKAGE_NAME = CryptoPkg\r
15 PACKAGE_UNI_FILE = CryptoPkg.uni\r
16 PACKAGE_GUID = 36470E80-36F2-4ba0-8CC8-937C7D9FF888\r
17 PACKAGE_VERSION = 0.98\r
18\r
19[Includes]\r
20 Include\r
21\r
22[Includes.Common.Private]\r
23 Private\r
24 Library/Include\r
25 Library/OpensslLib/openssl/include\r
26 Library/OpensslLib/openssl/crypto/include\r
27\r
28[LibraryClasses]\r
29 ## @libraryclass Provides basic library functions for cryptographic primitives.\r
30 ##\r
31 BaseCryptLib|Include/Library/BaseCryptLib.h\r
32\r
33 ## @libraryclass Provides TLS library functions for EFI TLS protocol.\r
34 ##\r
35 TlsLib|Include/Library/TlsLib.h\r
36\r
37 ## @libraryclass Provides Unified API for different hash implementations.\r
38 #\r
39 HashApiLib|Include/Library/HashApiLib.h\r
40\r
41[Protocols]\r
42 ## EDK II Crypto DXE protocol\r
43 # 2C2275C9-3A7B-426F-BE54-2D22BD9D1092\r
44 gEdkiiCryptoProtocolGuid = { 0x2C2275C9, 0x3A7B, 0x426F, { 0xBE, 0x54, 0x2D, 0x22, 0xBD, 0x9D, 0x10, 0x92 }}\r
45\r
46 ## EDK II Crypto SMM protocol\r
47 # F46B2EB2-E0D7-4C96-A3B1-CB7C572EB300\r
48 gEdkiiSmmCryptoProtocolGuid = { 0xF46B2EB2, 0xE0D7, 0x4C96, { 0xA3, 0xB1, 0xc, 0x61, 0xbb, 0x24, 0x5c, 0x42 }}\r
49\r
50[Ppis]\r
51 ## EDK II Crypto PPI\r
52 # 7DCE671B-C223-446A-A705-ED637AAF6771\r
53 gEdkiiCryptoPpiGuid = { 0x7DCE671B, 0xC223, 0x446A, { 0xA7, 0x05, 0xED, 0x63, 0x7A, 0xAF, 0x67, 0x71 }}\r
54\r
55[Guids]\r
56 ## Crypto package token space guid.\r
57 gEfiCryptoPkgTokenSpaceGuid = { 0x6bd7de60, 0x9ef7, 0x4899, { 0x97, 0xd0, 0xab, 0xff, 0xfd, 0xe9, 0x70, 0xf2 } }\r
58\r
59[PcdsFixedAtBuild]\r
60 ## Enable/Disable the families and individual services produced by the\r
61 # EDK II Crypto Protocols/PPIs. The default is all services disabled.\r
62 # This Structured PCD is associated with PCD_CRYPTO_SERVICE_FAMILY_ENABLE\r
63 # structure that is defined in Include/Pcd/PcdCryptoServiceFamilyEnable.h.\r
64 # @Prompt Enable/Disable EDK II Crypto Protocol/PPI services\r
65 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable|{0x00}|PCD_CRYPTO_SERVICE_FAMILY_ENABLE|0x00000002 {\r
66 <Packages>\r
67 CryptoPkg/CryptoPkg.dec\r
68 <HeaderFiles>\r
69 Pcd/PcdCryptoServiceFamilyEnable.h\r
70 }\r
71\r
72[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
73 ## This PCD indicates the HASH algorithm to calculate hash of data\r
74 # Based on the value set, the required algorithm is chosen to calculate\r
75 # the hash of data.<BR>\r
76 # The default hashing algorithm for BaseHashApiLib is set to SHA256.<BR>\r
77 # 0x00000001 - MD4.<BR>\r
78 # 0x00000002 - MD5.<BR>\r
79 # 0x00000003 - SHA1.<BR>\r
80 # 0x00000004 - SHA256.<BR>\r
81 # 0x00000005 - SHA384.<BR>\r
82 # 0x00000006 - SHA512.<BR>\r
83 # 0x00000007 - SM3_256.<BR>\r
84 # @Prompt Set policy for hashing unsigned image for Secure Boot.\r
85 # @ValidRange 0x80000001 | 0x00000001 - 0x00000007\r
86 gEfiCryptoPkgTokenSpaceGuid.PcdHashApiLibPolicy|0x04|UINT8|0x00000001\r
87\r
88[UserExtensions.TianoCore."ExtraFiles"]\r
89 CryptoPkgExtra.uni\r