]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
SecurityPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Config / Tcg2ConfigPei.inf
... / ...
CommitLineData
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
7# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
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
27# VALID_ARCHITECTURES = IA32 X64 EBC\r
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
46 MemoryAllocationLib\r
47 PeiServicesLib\r
48 PeimEntryPoint\r
49 DebugLib\r
50 PcdLib\r
51 TimerLib\r
52 Tpm12CommandLib\r
53 Tpm12DeviceLib\r
54\r
55[Guids]\r
56 ## SOMETIMES_CONSUMES ## Variable:L"TCG2_CONFIGURATION"\r
57 ## SOMETIMES_CONSUMES ## Variable:L"TCG2_DEVICE_DETECTION"\r
58 gTcg2ConfigFormSetGuid\r
59 gEfiTpmDeviceSelectedGuid ## PRODUCES ## GUID # Used as a PPI GUID\r
60 gEfiTpmDeviceInstanceNoneGuid ## SOMETIMES_CONSUMES ## GUID # TPM device identifier\r
61\r
62[Ppis]\r
63 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES\r
64 gPeiTpmInitializationDonePpiGuid ## SOMETIMES_PRODUCES\r
65\r
66[Pcd]\r
67 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## PRODUCES\r
68 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy ## PRODUCES\r
69 gEfiSecurityPkgTokenSpaceGuid.PcdTpmAutoDetection ## CONSUMES\r
70 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## SOMETIMES_CONSUMES\r
71\r
72[Depex]\r
73 gEfiPeiMasterBootModePpiGuid AND\r
74 gEfiPeiReadOnlyVariable2PpiGuid\r
75\r
76[UserExtensions.TianoCore."ExtraFiles"]\r
77 Tcg2ConfigPeiExtra.uni\r