]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_INFO struc...
[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
82a1e09c 6# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
0c18794e 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
82a1e09c 27 TcgSmm.h\r
0c18794e 28 Tpm.asl\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 SecurityPkg/SecurityPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 UefiDriverEntryPoint\r
39 SmmServicesTableLib\r
40 UefiBootServicesTableLib\r
41 DebugLib\r
42 DxeServicesLib\r
43\r
44[Guids]\r
45 gEfiPhysicalPresenceGuid\r
46 gEfiMemoryOverwriteControlDataGuid\r
47\r
48[Protocols]\r
49 gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
50 gEfiSmmVariableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
51 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
52\r
53[Depex]\r
54 gEfiAcpiTableProtocolGuid AND\r
55 gEfiSmmSwDispatch2ProtocolGuid AND\r
56 gEfiSmmVariableProtocolGuid AND\r
57 gEfiTcgProtocolGuid