]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
Add comment for modules which have external input.
[mirror_edk2.git] / SecurityPkg / Tcg / TcgSmm / TcgSmm.inf
... / ...
CommitLineData
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
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
10# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
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
31 TcgSmm.h\r
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
47\r
48[Guids]\r
49 gEfiPhysicalPresenceGuid\r
50 gEfiMemoryOverwriteControlDataGuid\r
51\r
52[Protocols]\r
53 gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiSmmVariableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56\r
57[Depex]\r
58 gEfiAcpiTableProtocolGuid AND\r
59 gEfiSmmSwDispatch2ProtocolGuid AND\r
60 gEfiSmmVariableProtocolGuid AND\r
61 gEfiTcgProtocolGuid