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