]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
MdePkg: introduce standalone MM entry point library implementation
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Config / Tcg2ConfigPei.inf
CommitLineData
1abfa4ce
JY
1## @file\r
2# Set TPM device type\r
3#\r
4# This module initializes TPM device type based on variable and detection.\r
5# NOTE: This module is only for reference only, each platform should have its own setup page.\r
6#\r
b3548d32 7# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
1abfa4ce
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 = Tcg2ConfigPei\r
20 MODULE_UNI_FILE = Tcg2ConfigPei.uni\r
21 FILE_GUID = EADD5061-93EF-4CCC-8450-F78A7F0820F0\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = Tcg2ConfigPeimEntryPoint\r
25\r
26#\r
4cecd19a 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
1abfa4ce
JY
28#\r
29# [BootMode]\r
30# S3_RESUME ## SOMETIMES_CONSUMES\r
31#\r
32\r
33[Sources]\r
34 Tcg2ConfigPeim.c\r
35 Tcg2ConfigNvData.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
1abfa4ce
JY
46 PeiServicesLib\r
47 PeimEntryPoint\r
48 DebugLib\r
49 PcdLib\r
50 TimerLib\r
1abfa4ce
JY
51 Tpm12CommandLib\r
52 Tpm12DeviceLib\r
53\r
54[Guids]\r
55 ## SOMETIMES_CONSUMES ## Variable:L"TCG2_CONFIGURATION"\r
56 ## SOMETIMES_CONSUMES ## Variable:L"TCG2_DEVICE_DETECTION"\r
57 gTcg2ConfigFormSetGuid\r
58 gEfiTpmDeviceSelectedGuid ## PRODUCES ## GUID # Used as a PPI GUID\r
59 gEfiTpmDeviceInstanceNoneGuid ## SOMETIMES_CONSUMES ## GUID # TPM device identifier\r
60\r
61[Ppis]\r
62 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES\r
63 gPeiTpmInitializationDonePpiGuid ## SOMETIMES_PRODUCES\r
64\r
65[Pcd]\r
66 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## PRODUCES\r
67 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy ## PRODUCES\r
b3548d32 68 gEfiSecurityPkgTokenSpaceGuid.PcdTpmAutoDetection ## CONSUMES\r
1abfa4ce
JY
69\r
70[Depex]\r
71 gEfiPeiMasterBootModePpiGuid AND\r
72 gEfiPeiReadOnlyVariable2PpiGuid\r
b3548d32 73\r
1abfa4ce
JY
74[UserExtensions.TianoCore."ExtraFiles"]\r
75 Tcg2ConfigPeiExtra.uni\r