]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
Add TPM2 support defined in trusted computing group.
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Dxe / Tcg2Dxe.inf
1 ## @file
2 # Produces Tcg2 protocol and measure boot environment
3 # This module will produce Tcg2 protocol and measure boot environment.
4 #
5 # Caution: This module requires additional review when modified.
6 # This driver will have external input - PE/COFF image.
7 # This external input must be validated carefully to avoid security issue like
8 # buffer overflow, integer overflow.
9 #
10 # Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = Tcg2Dxe
23 MODULE_UNI_FILE = Tcg2Dxe.uni
24 FILE_GUID = FDFF263D-5F68-4591-87BA-B768F445A9AF
25 MODULE_TYPE = DXE_DRIVER
26 VERSION_STRING = 1.0
27 ENTRY_POINT = DriverEntry
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF
33 #
34
35 [Sources]
36 Tcg2Dxe.c
37 MeasureBootPeCoff.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 SecurityPkg/SecurityPkg.dec
43 CryptoPkg/CryptoPkg.dec
44
45 [LibraryClasses]
46 MemoryAllocationLib
47 BaseLib
48 UefiBootServicesTableLib
49 HobLib
50 UefiDriverEntryPoint
51 UefiRuntimeServicesTableLib
52 BaseMemoryLib
53 DebugLib
54 Tpm2CommandLib
55 PrintLib
56 UefiLib
57 Tpm2DeviceLib
58 HashLib
59 PerformanceLib
60 ReportStatusCodeLib
61 Tcg2PhysicalPresenceLib
62
63 [Guids]
64 ## SOMETIMES_CONSUMES ## SystemTable # Smbios Table
65 ## SOMETIMES_CONSUMES ## GUID # Handoff Table for measurement.
66 gEfiSmbiosTableGuid
67
68 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
69 ## SOMETIMES_CONSUMES ## Variable:L"PK"
70 ## SOMETIMES_CONSUMES ## Variable:L"KEK"
71 ## SOMETIMES_CONSUMES ## Variable:L"BootXXXX"
72 gEfiGlobalVariableGuid
73
74 ## SOMETIMES_CONSUMES ## Variable:L"db"
75 ## SOMETIMES_CONSUMES ## Variable:L"dbx"
76 gEfiImageSecurityDatabaseGuid
77
78 gTcgEventEntryHobGuid ## SOMETIMES_CONSUMES ## HOB
79 gTpmErrorHobGuid ## SOMETIMES_CONSUMES ## HOB
80 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
81 gEventExitBootServicesFailedGuid ## SOMETIMES_CONSUMES ## Event
82 gEfiTpmDeviceInstanceNoneGuid ## SOMETIMES_CONSUMES ## GUID # TPM device identifier
83 gEfiTpmDeviceInstanceTpm12Guid ## SOMETIMES_CONSUMES ## GUID # TPM device identifier
84
85 gTcgEvent2EntryHobGuid ## SOMETIMES_CONSUMES ## HOB
86
87 [Protocols]
88 gEfiTcg2ProtocolGuid ## PRODUCES
89 gEfiTcg2FinalEventsTableGuid ## PRODUCES
90 gEfiAcpiTableProtocolGuid ## NOTIFY
91 gEfiMpServiceProtocolGuid ## SOMETIMES_CONSUMES
92 gEfiVariableWriteArchProtocolGuid ## NOTIFY
93
94 [Pcd]
95 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass ## SOMETIMES_CONSUMES
96 gEfiSecurityPkgTokenSpaceGuid.PcdFirmwareDebuggerInitialized ## SOMETIMES_CONSUMES
97 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES
98 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## SOMETIMES_CONSUMES
99 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId ## SOMETIMES_CONSUMES
100 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId ## SOMETIMES_CONSUMES
101 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision ## SOMETIMES_CONSUMES
102 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId ## SOMETIMES_CONSUMES
103 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision ## SOMETIMES_CONSUMES
104 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice ## SOMETIMES_CONSUMES
105 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap ## CONSUMES
106 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2NumberOfPCRBanks ## CONSUMES
107
108 [Depex]
109 TRUE
110
111 [UserExtensions.TianoCore."ExtraFiles"]
112 Tcg2DxeExtra.uni