]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
Enhance TcgSmm driver to handle potential SetVariable failure case.
[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 # Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = TcgSmm
19 FILE_GUID = 42293093-76B9-4482-8C02-3BEFDEA9B35D
20 MODULE_TYPE = DXE_SMM_DRIVER
21 PI_SPECIFICATION_VERSION = 0x0001000A
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeTcgSmm
24
25 [Sources]
26 TcgSmm.c
27 TcgSmm.h
28 Tpm.asl
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 SecurityPkg/SecurityPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 BaseMemoryLib
38 UefiDriverEntryPoint
39 SmmServicesTableLib
40 UefiBootServicesTableLib
41 DebugLib
42 DxeServicesLib
43
44 [Guids]
45 gEfiPhysicalPresenceGuid
46 gEfiMemoryOverwriteControlDataGuid
47
48 [Protocols]
49 gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
50 gEfiSmmVariableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
51 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
52
53 [Depex]
54 gEfiAcpiTableProtocolGuid AND
55 gEfiSmmSwDispatch2ProtocolGuid AND
56 gEfiSmmVariableProtocolGuid AND
57 gEfiTcgProtocolGuid