]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf
SecurityPkg/Tcg: Import Tcg2PlatformPei from edk2-platforms
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2PlatformPei / Tcg2PlatformPei.inf
CommitLineData
a4867dea
SB
1### @file\r
2#\r
3# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
4#\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7###\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010017\r
11 BASE_NAME = Tcg2PlatformPei\r
12 FILE_GUID = 47727552-A54B-4A84-8CC1-BFF23E239636\r
13 VERSION_STRING = 1.0\r
14 MODULE_TYPE = PEIM\r
15 ENTRY_POINT = Tcg2PlatformPeiEntryPoint\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
21#\r
22\r
23[LibraryClasses]\r
24 PcdLib\r
25 BaseMemoryLib\r
26 MemoryAllocationLib\r
27 PeiServicesLib\r
28 PeimEntryPoint\r
29 DebugLib\r
30 Tpm2DeviceLib\r
31 Tpm2CommandLib\r
32 TpmPlatformHierarchyLib\r
33 RngLib\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 SecurityPkg/SecurityPkg.dec\r
38 MinPlatformPkg/MinPlatformPkg.dec\r
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