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