]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf
SecurityPkg/Tcg: Make Tcg2PlatformDxe buildable and fix style issues
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2PlatformDxe / Tcg2PlatformDxe.inf
CommitLineData
2906e572 1## @file\r
ebbc8ab2
SB
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
ebbc8ab2
SB
34 SecurityPkg/SecurityPkg.dec\r
35\r
36[Sources]\r
37 Tcg2PlatformDxe.c\r
38\r
39[Protocols]\r
40 gEfiDxeSmmReadyToLockProtocolGuid ## SOMETIMES_CONSUMES ## NOTIFY\r
41\r
42[Depex]\r
43 gEfiTcg2ProtocolGuid\r