]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf
SecrutiyPkg/Tcg: Import Tcg2PlatformDxe from edk2-platforms
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2PlatformDxe / Tcg2PlatformDxe.inf
CommitLineData
ebbc8ab2
SB
1### @file\r
2# Platform specific TPM2 component.\r
3#\r
4# Copyright (c) 2017 - 2019, 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 = Tcg2PlatformDxe\r
13 FILE_GUID = 5CAB08D5-AD8F-4d8b-B828-D17A8D9FE977\r
14 VERSION_STRING = 1.0\r
15 MODULE_TYPE = DXE_DRIVER\r
16 ENTRY_POINT = Tcg2PlatformDxeEntryPoint\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\r
21#\r
22\r
23[LibraryClasses]\r
24 BaseLib\r
25 UefiBootServicesTableLib\r
26 UefiDriverEntryPoint\r
27 DebugLib\r
28 UefiLib\r
29 TpmPlatformHierarchyLib\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 MinPlatformPkg/MinPlatformPkg.dec\r
35 SecurityPkg/SecurityPkg.dec\r
36\r
37[Sources]\r
38 Tcg2PlatformDxe.c\r
39\r
40[Protocols]\r
41 gEfiDxeSmmReadyToLockProtocolGuid ## SOMETIMES_CONSUMES ## NOTIFY\r
42\r
43[Depex]\r
44 gEfiTcg2ProtocolGuid\r