]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
Add comment for modules which have external input.
[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 - 2012, 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
48 [Guids]
49 gEfiPhysicalPresenceGuid
50 gEfiMemoryOverwriteControlDataGuid
51
52 [Protocols]
53 gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
54 gEfiSmmVariableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
55 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56
57 [Depex]
58 gEfiAcpiTableProtocolGuid AND
59 gEfiSmmSwDispatch2ProtocolGuid AND
60 gEfiSmmVariableProtocolGuid AND
61 gEfiTcgProtocolGuid