]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
Add TPM2 implementation.
[mirror_edk2.git] / SecurityPkg / Tcg / TcgDxe / TcgDxe.inf
CommitLineData
0c18794e 1## @file\r
2# Component file for module TcgDxe.\r
3# This module will produce TCG protocol and measure boot environment.\r
4#\r
e84f07b5 5# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
0c18794e 6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = TcgDxe\r
18 FILE_GUID = A5683620-7998-4bb2-A377-1C1E31E1E215\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = DriverEntry\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF\r
27#\r
28\r
29[Sources]\r
30 TcgDxe.c\r
31 TisDxe.c\r
32 TpmComm.c\r
33 TpmComm.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
39\r
40[LibraryClasses]\r
41 MemoryAllocationLib\r
42 BaseLib\r
43 UefiBootServicesTableLib\r
44 HobLib\r
45 UefiDriverEntryPoint\r
46 UefiRuntimeServicesTableLib\r
47 BaseMemoryLib\r
48 DebugLib\r
49 TpmCommLib\r
50 PrintLib\r
51 UefiLib\r
e84f07b5 52 PcdLib\r
0c18794e 53\r
54[Guids]\r
55 gEfiSmbiosTableGuid # ALWAYS_CONSUMED\r
56 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
57 gTcgEventEntryHobGuid\r
58 gEfiEventReadyToBootGuid\r
59 gEfiEventExitBootServicesGuid\r
9e945f78 60 gEventExitBootServicesFailedGuid # ALWAYS_CONSUMED\r
c1d93242 61 gEfiTpmDeviceInstanceTpm12Guid\r
0c18794e 62\r
63[Protocols]\r
64 gEfiTcgProtocolGuid ## PRODUCES\r
65 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
b25380e3 67 gEfiMpServiceProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
0c18794e 68\r
69[Pcd]\r
70 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass\r
c1d93242 71 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid\r
e84f07b5
SZ
72 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision\r
0c18794e 77\r
78[Depex]\r
79 TRUE\r
80\r