]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
SecurityPkg: Tcg2Dxe: Report correct FinalEventLog size
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEConfig / TrEEConfigPei.inf
CommitLineData
c1d93242 1## @file\r
60c944c7
DG
2# Set TPM device type\r
3#\r
4# This module initializes TPM device type based on variable and detection.\r
c1d93242
JY
5# NOTE: This module is only for reference only, each platform should have its own setup page.\r
6#\r
cc71e263 7# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
c1d93242
JY
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 = TrEEConfigPei\r
60c944c7 20 MODULE_UNI_FILE = TrEEConfigPei.uni\r
c1d93242
JY
21 FILE_GUID = A5C1EF72-9379-4370-B4C7-0F5126CAC38E\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = TrEEConfigPeimEntryPoint\r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
60c944c7
DG
29# [BootMode]\r
30# S3_RESUME ## SOMETIMES_CONSUMES\r
31#\r
c1d93242
JY
32\r
33[Sources]\r
34 TrEEConfigPeim.c\r
35 TrEEConfigNvData.h\r
36 TpmDetection.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 BaseMemoryLib\r
46 MemoryAllocationLib\r
47 PeiServicesLib\r
48 PeimEntryPoint\r
49 DebugLib\r
50 PcdLib\r
51 TimerLib\r
c1d93242
JY
52 Tpm12CommandLib\r
53 Tpm12DeviceLib\r
54\r
55[Guids]\r
60c944c7
DG
56 ## SOMETIMES_CONSUMES ## Variable:L"TREE_CONFIGURATION"\r
57 ## SOMETIMES_CONSUMES ## Variable:L"TREE_DEVICE_DETECTION"\r
c1d93242 58 gTrEEConfigFormSetGuid\r
60c944c7 59 gEfiTpmDeviceSelectedGuid ## PRODUCES ## GUID # Used as a PPI GUID\r
83a276f6 60 gEfiTpmDeviceInstanceNoneGuid ## SOMETIMES_CONSUMES ## GUID # TPM device identifier\r
c1d93242
JY
61\r
62[Ppis]\r
60c944c7 63 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES\r
83a276f6 64 gPeiTpmInitializationDonePpiGuid ## SOMETIMES_PRODUCES\r
c1d93242 65\r
c1d93242 66[Pcd]\r
60c944c7
DG
67 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## PRODUCES\r
68 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy ## PRODUCES\r
69 gEfiSecurityPkgTokenSpaceGuid.PcdTpmAutoDetection ## CONSUMES \r
70 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## SOMETIMES_CONSUMES\r
c1d93242
JY
71\r
72[Depex]\r
73 gEfiPeiMasterBootModePpiGuid AND\r
60c944c7
DG
74 gEfiPeiReadOnlyVariable2PpiGuid\r
75 \r
76[UserExtensions.TianoCore."ExtraFiles"]\r
77 TrEEConfigPeiExtra.uni