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