]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/TcgPei/TcgPei.inf
SecurityPkg Tcg(2)Pei: Remove the using of PcdPeiCoreMaxFvSupported
[mirror_edk2.git] / SecurityPkg / Tcg / TcgPei / TcgPei.inf
1 ## @file
2 # Initializes TPM device and measures FVs in PEI phase
3 #
4 # This module will initialize TPM device, measure reported FVs and BIOS version.
5 # This module may also lock TPM physical presence and physicalPresenceLifetimeLock.
6 #
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = TcgPei
20 MODULE_UNI_FILE = TcgPei.uni
21 FILE_GUID = 2BE1E4A6-6505-43b3-9FFC-A3C8330E0432
22 MODULE_TYPE = PEIM
23 VERSION_STRING = 1.0
24 ENTRY_POINT = PeimEntryMA
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31 # [BootMode]
32 # S3_RESUME ## SOMETIMES_CONSUMES
33 #
34
35 [Sources]
36 TcgPei.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 CryptoPkg/CryptoPkg.dec
42 SecurityPkg/SecurityPkg.dec
43
44 [LibraryClasses]
45 HobLib
46 PeimEntryPoint
47 PeiServicesLib
48 BaseMemoryLib
49 DebugLib
50 BaseCryptLib
51 Tpm12DeviceLib
52 TimerLib
53 PeiServicesTablePointerLib
54 BaseLib
55 PcdLib
56 MemoryAllocationLib
57 ReportStatusCodeLib
58 Tpm12CommandLib
59 PerformanceLib
60
61 [Guids]
62 gTcgEventEntryHobGuid ## PRODUCES ## HOB
63 gTpmErrorHobGuid ## SOMETIMES_PRODUCES ## HOB
64 gMeasuredFvHobGuid ## PRODUCES ## HOB
65 gEfiTpmDeviceInstanceTpm12Guid ## PRODUCES ## GUID # TPM device identifier
66
67 [Ppis]
68 gPeiLockPhysicalPresencePpiGuid ## SOMETIMES_CONSUMES ## NOTIFY
69 gEfiPeiFirmwareVolumeInfoPpiGuid ## SOMETIMES_CONSUMES ## NOTIFY
70 gEfiPeiFirmwareVolumeInfo2PpiGuid ## SOMETIMES_CONSUMES ## NOTIFY
71 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## SOMETIMES_CONSUMES
72 gPeiTpmInitializedPpiGuid ## SOMETIMES_PRODUCES
73 gPeiTpmInitializationDonePpiGuid ## PRODUCES
74 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_CONSUMES ## NOTIFY
75
76 [Pcd]
77 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock ## SOMETIMES_CONSUMES
78 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable ## SOMETIMES_CONSUMES
79 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable ## SOMETIMES_CONSUMES
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## SOMETIMES_CONSUMES
81 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES
82 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy ## CONSUMES
83 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy ## SOMETIMES_CONSUMES
84 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice ## SOMETIMES_CONSUMES
85
86 [Depex]
87 gEfiPeiMasterBootModePpiGuid AND
88 gEfiTpmDeviceSelectedGuid
89
90 [UserExtensions.TianoCore."ExtraFiles"]
91 TcgPeiExtra.uni
92