]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
Move Smbios measurement from TCG driver to Smbios driver.
[mirror_edk2.git] / SecurityPkg / Tcg / TcgDxe / TcgDxe.inf
CommitLineData
0c18794e 1## @file\r
60c944c7 2# Produces TCG protocol and measures boot environment\r
0c18794e 3# This module will produce TCG protocol and measure boot environment.\r
4#\r
6f785cfc 5# Copyright (c) 2006 - 2015, 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
60c944c7 18 MODULE_UNI_FILE = TcgDxe.uni\r
0c18794e 19 FILE_GUID = A5683620-7998-4bb2-A377-1C1E31E1E215\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = DriverEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF\r
28#\r
29\r
30[Sources]\r
31 TcgDxe.c\r
32 TisDxe.c\r
33 TpmComm.c\r
34 TpmComm.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 SecurityPkg/SecurityPkg.dec\r
40\r
41[LibraryClasses]\r
42 MemoryAllocationLib\r
43 BaseLib\r
44 UefiBootServicesTableLib\r
45 HobLib\r
46 UefiDriverEntryPoint\r
47 UefiRuntimeServicesTableLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 TpmCommLib\r
51 PrintLib\r
52 UefiLib\r
e84f07b5 53 PcdLib\r
6f785cfc 54 ReportStatusCodeLib\r
0c18794e 55\r
56[Guids]\r
60c944c7
DG
57 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"BootXXXX"\r
58 gTcgEventEntryHobGuid ## SOMETIMES_CONSUMES ## HOB\r
6f785cfc 59 gTpmErrorHobGuid ## SOMETIMES_CONSUMES ## HOB\r
60c944c7
DG
60 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
61 gEventExitBootServicesFailedGuid ## SOMETIMES_CONSUMES ## Event\r
62 gEfiTpmDeviceInstanceTpm12Guid ## PRODUCES ## GUID # TPM device identifier\r
0c18794e 63\r
64[Protocols]\r
60c944c7
DG
65 gEfiTcgProtocolGuid ## PRODUCES\r
66 gEfiAcpiTableProtocolGuid ## NOTIFY\r
67 gEfiMpServiceProtocolGuid ## SOMETIMES_CONSUMES\r
68 \r
0c18794e 69[Pcd]\r
60c944c7
DG
70 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass ## SOMETIMES_CONSUMES\r
71 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId ## SOMETIMES_CONSUMES\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId ## SOMETIMES_CONSUMES\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision ## SOMETIMES_CONSUMES\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId ## SOMETIMES_CONSUMES\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision ## SOMETIMES_CONSUMES\r
6f785cfc 77 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice ## SOMETIMES_CONSUMES\r
0c18794e 78\r
79[Depex]\r
80 TRUE\r
81\r
60c944c7
DG
82[UserExtensions.TianoCore."ExtraFiles"]\r
83 TcgDxeExtra.uni\r
84