]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf
SecurityPkg/Tcg: Make Tcg2PlatformDxe buildable and fix style issues
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2PlatformDxe / Tcg2PlatformDxe.inf
1 ## @file
2 # Platform specific TPM2 component.
3 #
4 # Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ###
9
10 [Defines]
11 INF_VERSION = 0x00010017
12 BASE_NAME = Tcg2PlatformDxe
13 FILE_GUID = 5CAB08D5-AD8F-4d8b-B828-D17A8D9FE977
14 VERSION_STRING = 1.0
15 MODULE_TYPE = DXE_DRIVER
16 ENTRY_POINT = Tcg2PlatformDxeEntryPoint
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32 X64 IPF
21 #
22
23 [LibraryClasses]
24 BaseLib
25 UefiBootServicesTableLib
26 UefiDriverEntryPoint
27 DebugLib
28 UefiLib
29 TpmPlatformHierarchyLib
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34 SecurityPkg/SecurityPkg.dec
35
36 [Sources]
37 Tcg2PlatformDxe.c
38
39 [Protocols]
40 gEfiDxeSmmReadyToLockProtocolGuid ## SOMETIMES_CONSUMES ## NOTIFY
41
42 [Depex]
43 gEfiTcg2ProtocolGuid