]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
BaseTools - AutoGen - replace custom dictionary class with python standard one
[mirror_edk2.git] / OvmfPkg / Tcg / Tcg2Config / Tcg2ConfigPei.inf
CommitLineData
6cf1880f 1## @file\r
1affa1c0 2# Set TPM device type\r
6cf1880f 3#\r
1affa1c0
LE
4# In SecurityPkg, this module initializes the TPM device type based on a UEFI\r
5# variable and/or hardware detection. In OvmfPkg, the module only performs TPM2\r
6# hardware detection.\r
6cf1880f
MAL
7#\r
8# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
9# Copyright (C) 2018, Red Hat, Inc.\r
10#\r
1affa1c0
LE
11# This program and the accompanying materials are licensed and made available\r
12# under the terms and conditions of the BSD License which accompanies this\r
13# distribution. The full text of the license may be found at\r
6cf1880f 14# http://opensource.org/licenses/bsd-license.php\r
6cf1880f 15#\r
1affa1c0
LE
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
17# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
6cf1880f
MAL
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = Tcg2ConfigPei\r
23 FILE_GUID = BF7F2B0C-9F2F-4889-AB5C-12460022BE87\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = Tcg2ConfigPeimEntryPoint\r
27\r
28[Sources]\r
29 Tcg2ConfigPeim.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 SecurityPkg/SecurityPkg.dec\r
35\r
36[LibraryClasses]\r
37 PeimEntryPoint\r
38 DebugLib\r
39 PeiServicesLib\r
40 Tpm2DeviceLib\r
41\r
42[Guids]\r
1affa1c0 43 gEfiTpmDeviceSelectedGuid ## PRODUCES ## GUID # Used as a PPI GUID\r
6cf1880f
MAL
44 gEfiTpmDeviceInstanceTpm20DtpmGuid ## SOMETIMES_CONSUMES\r
45\r
46[Ppis]\r
47 gPeiTpmInitializationDonePpiGuid ## SOMETIMES_PRODUCES\r
48\r
49[Pcd]\r
50 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## PRODUCES\r
51\r
52[Depex]\r
53 TRUE\r