]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf
RedfishPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2PlatformPei / Tcg2PlatformPei.inf
CommitLineData
2fa89c8e
SB
1## @file\r
2# Configure TPM 2 platform hierarchy on TPM state resume failure on S3 resume\r
a4867dea
SB
3#\r
4# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8###\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010017\r
12 BASE_NAME = Tcg2PlatformPei\r
13 FILE_GUID = 47727552-A54B-4A84-8CC1-BFF23E239636\r
14 VERSION_STRING = 1.0\r
15 MODULE_TYPE = PEIM\r
16 ENTRY_POINT = Tcg2PlatformPeiEntryPoint\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
21# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
22#\r
23\r
24[LibraryClasses]\r
25 PcdLib\r
26 BaseMemoryLib\r
27 MemoryAllocationLib\r
28 PeiServicesLib\r
29 PeimEntryPoint\r
30 DebugLib\r
31 Tpm2DeviceLib\r
32 Tpm2CommandLib\r
33 TpmPlatformHierarchyLib\r
34 RngLib\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
a4867dea
SB
39\r
40[Sources]\r
41 Tcg2PlatformPei.c\r
42\r
43[Guids]\r
44 gTcgEventEntryHobGuid\r
45 gTcgEvent2EntryHobGuid\r
46\r
47[Ppis]\r
48 gEfiEndOfPeiSignalPpiGuid\r
49\r
50[Depex]\r
51 gEfiTpmDeviceSelectedGuid\r
52\r