]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf
SecurityPkg/TrEEPhysicalPresenceLib: remove TrEE.
[mirror_edk2.git] / SecurityPkg / Pkcs7Verify / Pkcs7VerifyDxe / Pkcs7VerifyDxe.inf
CommitLineData
2d093499
QL
1## @file\r
2# Produces the UEFI PKCS7 Verification protocol.\r
3#\r
4# PKCS7 is a general-purpose Cryptographic Message Syntax Standard (defined by\r
5# RFC2315, http://tools.ietf.org/html/rfc2315). This module will produce the\r
6# UEFI PKCS7 Verification Protocol which is used to verify data signed using PKCS7\r
7# structure.\r
8#\r
9# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = Pkcs7VerifyDxe\r
b338cdc7 23 FILE_GUID = DC952D08-C62B-41c6-BAC7-70ED054F91E5\r
2d093499
QL
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = Pkcs7VerifyDriverEntry\r
27 MODULE_UNI_FILE = Pkcs7VerifyDxe.uni\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34\r
35[Sources.common]\r
36 Pkcs7VerifyDxe.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 CryptoPkg/CryptoPkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48 MemoryAllocationLib\r
49 DebugLib\r
50 UefiDriverEntryPoint\r
51 BaseCryptLib\r
52\r
53[Protocols]\r
54 gEfiPkcs7VerifyProtocolGuid ## PRODUCES\r
55\r
56[Guids]\r
57 gEfiCertX509Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r
58 gEfiCertSha1Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r
59 gEfiCertSha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r
60 gEfiCertSha384Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r
61 gEfiCertSha512Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r
62 gEfiCertX509Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r
63 gEfiCertX509Sha384Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r
64 gEfiCertX509Sha512Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r
65\r
66[Depex]\r
67 TRUE\r
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 Pkcs7VerifyDxeExtra.uni\r