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