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