]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
Add security package to repository.
[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, 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 Tpm.asl
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32 SecurityPkg/SecurityPkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 BaseMemoryLib
37 UefiDriverEntryPoint
38 SmmServicesTableLib
39 UefiBootServicesTableLib
40 DebugLib
41 DxeServicesLib
42
43 [Guids]
44 gEfiPhysicalPresenceGuid
45 gEfiMemoryOverwriteControlDataGuid
46
47 [Protocols]
48 gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
49 gEfiSmmVariableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
50 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
51
52 [Depex]
53 gEfiAcpiTableProtocolGuid AND
54 gEfiSmmSwDispatch2ProtocolGuid AND
55 gEfiSmmVariableProtocolGuid AND
56 gEfiTcgProtocolGuid