]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TrEEPei/TrEEPei.inf
Add TPM Physical Presence >=128 operation value support.
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEPei / TrEEPei.inf
CommitLineData
c1d93242 1## @file\r
60c944c7
DG
2# Initializes TPM 2.0 device and measure FVs in PEI phase\r
3#\r
4# This module will initialize TPM device, measure reported FVs and BIOS version.\r
c1d93242 5#\r
2bc36371 6# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
c1d93242
JY
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = TrEEPei\r
60c944c7 19 MODULE_UNI_FILE = TrEEPei.uni\r
c1d93242
JY
20 FILE_GUID = CA5A1928-6523-409d-A9FE-5DCC87387222\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = PeimEntryMA\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
60c944c7
DG
30# [BootMode]\r
31# S3_RESUME ## SOMETIMES_CONSUMES\r
32#\r
c1d93242
JY
33\r
34[Sources]\r
35 TrEEPei.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41\r
42[LibraryClasses]\r
43 HobLib\r
44 PeimEntryPoint\r
45 PeiServicesLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 Tpm2CommandLib\r
49 PeiServicesTablePointerLib\r
50 Tpm2DeviceLib\r
51 HashLib\r
52 PerformanceLib\r
b5412eac 53 MemoryAllocationLib\r
c1d93242
JY
54\r
55[Guids]\r
60c944c7
DG
56 gTcgEventEntryHobGuid ## PRODUCES ## HOB\r
57 gMeasuredFvHobGuid ## PRODUCES ## HOB\r
58 gEfiTpmDeviceInstanceNoneGuid ## SOMETIMES_PRODUCES ## GUID # TPM device identifier\r
59 gEfiTpmDeviceInstanceTpm12Guid ## SOMETIMES_PRODUCES ## GUID # TPM device identifier\r
c1d93242
JY
60\r
61[Ppis]\r
60c944c7
DG
62 gEfiPeiFirmwareVolumeInfoPpiGuid ## SOMETIMES_CONSUMES ## NOTIFY\r
63 gEfiPeiFirmwareVolumeInfo2PpiGuid ## SOMETIMES_CONSUMES ## NOTIFY\r
64 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## SOMETIMES_CONSUMES\r
65 gPeiTpmInitializedPpiGuid ## PRODUCES\r
66 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_CONSUMES ## NOTIFY\r
c1d93242
JY
67\r
68[Pcd]\r
60c944c7
DG
69 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## SOMETIMES_CONSUMES\r
70 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES\r
71 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy ## CONSUMES\r
72 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy ## SOMETIMES_CONSUMES\r
73 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy ## CONSUMES\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported ## CONSUMES\r
c1d93242
JY
75\r
76[Depex]\r
77 gEfiPeiMasterBootModePpiGuid AND\r
78 gEfiPeiReadOnlyVariable2PpiGuid AND\r
79 gEfiTpmDeviceSelectedGuid\r
60c944c7
DG
80\r
81[UserExtensions.TianoCore."ExtraFiles"]\r
82 TrEEPeiExtra.uni