]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
SecurityPkg: Removing ipf which is no longer supported from edk2.
[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
b3548d32 5# Copyright (c) 2006 - 2018, 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
4cecd19a 27# VALID_ARCHITECTURES = IA32 X64\r
0c18794e 28#\r
29\r
30[Sources]\r
31 TcgDxe.c\r
0c18794e 32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
7cb1b15b 36 CryptoPkg/CryptoPkg.dec\r
0c18794e 37 SecurityPkg/SecurityPkg.dec\r
38\r
39[LibraryClasses]\r
40 MemoryAllocationLib\r
41 BaseLib\r
42 UefiBootServicesTableLib\r
43 HobLib\r
44 UefiDriverEntryPoint\r
45 UefiRuntimeServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
7cb1b15b
MK
48 Tpm12DeviceLib\r
49 BaseCryptLib\r
0c18794e 50 PrintLib\r
51 UefiLib\r
e84f07b5 52 PcdLib\r
6f785cfc 53 ReportStatusCodeLib\r
441a3678 54 Tpm12CommandLib\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
b3548d32 68\r
0c18794e 69[Pcd]\r
60c944c7
DG
70 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass ## SOMETIMES_CONSUMES\r
71 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES\r
7cb1b15b 72 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## SOMETIMES_CONSUMES\r
60c944c7
DG
73 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId ## SOMETIMES_CONSUMES\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId ## SOMETIMES_CONSUMES\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision ## SOMETIMES_CONSUMES\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId ## SOMETIMES_CONSUMES\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision ## SOMETIMES_CONSUMES\r
6f785cfc 78 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice ## SOMETIMES_CONSUMES\r
91e914f5 79 gEfiSecurityPkgTokenSpaceGuid.PcdTcgLogAreaMinLen ## CONSUMES\r
0c18794e 80\r
81[Depex]\r
82 TRUE\r
83\r
60c944c7
DG
84[UserExtensions.TianoCore."ExtraFiles"]\r
85 TcgDxeExtra.uni\r
b3548d32 86\r