]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA to PCR[0]
[mirror_edk2.git] / SecurityPkg / Tcg / TcgSmm / TcgSmm.inf
CommitLineData
0c18794e 1## @file\r
2# This driver implements TPM definition block in ACPI table and \r
3# registers SMI callback functions for physical presence and \r
4# MemoryClear to handle the requests from ACPI method.\r
5#\r
dc204d5a
JY
6# Caution: This module requires additional review when modified.\r
7# This driver will have external input - variable and ACPINvs data in SMM mode.\r
8# This external input must be validated carefully to avoid security issue.\r
9#\r
82a1e09c 10# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
0c18794e 11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = TcgSmm\r
23 FILE_GUID = 42293093-76B9-4482-8C02-3BEFDEA9B35D\r
24 MODULE_TYPE = DXE_SMM_DRIVER\r
25 PI_SPECIFICATION_VERSION = 0x0001000A\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = InitializeTcgSmm\r
28\r
29[Sources]\r
30 TcgSmm.c\r
82a1e09c 31 TcgSmm.h\r
0c18794e 32 Tpm.asl\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 SecurityPkg/SecurityPkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 BaseMemoryLib\r
42 UefiDriverEntryPoint\r
43 SmmServicesTableLib\r
44 UefiBootServicesTableLib\r
45 DebugLib\r
46 DxeServicesLib\r
a332cfd3 47 TpmMeasurementLib\r
0c18794e 48\r
49[Guids]\r
50 gEfiPhysicalPresenceGuid\r
51 gEfiMemoryOverwriteControlDataGuid\r
52\r
53[Protocols]\r
54 gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEfiSmmVariableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57\r
58[Depex]\r
59 gEfiAcpiTableProtocolGuid AND\r
60 gEfiSmmSwDispatch2ProtocolGuid AND\r
61 gEfiSmmVariableProtocolGuid AND\r
62 gEfiTcgProtocolGuid