]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/TrEEDxe/TrEEDxe.inf
SecurityPkg/TrEESmm: remove TrEE.
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEDxe / TrEEDxe.inf
1 ## @file
2 # Produces TrEE protocol and measure boot environment
3 # This module will produce TrEE protocol and measure boot environment.
4 #
5 # Caution: This module requires additional review when modified.
6 # This driver will have external input - PE/COFF image.
7 # This external input must be validated carefully to avoid security issue like
8 # buffer overflow, integer overflow.
9 #
10 # Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = TrEEDxe
23 MODULE_UNI_FILE = TrEEDxe.uni
24 FILE_GUID = 2A7946E3-1AB2-49a9-ACCB-C6275139C1A5
25 MODULE_TYPE = DXE_DRIVER
26 VERSION_STRING = 1.0
27 ENTRY_POINT = DriverEntry
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF
33 #
34
35 [Sources]
36 TrEEDxe.c
37 MeasureBootPeCoff.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 SecurityPkg/SecurityPkg.dec
43 CryptoPkg/CryptoPkg.dec
44
45 [LibraryClasses]
46 MemoryAllocationLib
47 BaseLib
48 UefiBootServicesTableLib
49 HobLib
50 UefiDriverEntryPoint
51 UefiRuntimeServicesTableLib
52 BaseMemoryLib
53 DebugLib
54 Tpm2CommandLib
55 PrintLib
56 UefiLib
57 Tpm2DeviceLib
58 HashLib
59 PerformanceLib
60 ReportStatusCodeLib
61 PeCoffLib
62
63 [Guids]
64 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
65 ## SOMETIMES_CONSUMES ## Variable:L"PK"
66 ## SOMETIMES_CONSUMES ## Variable:L"KEK"
67 ## SOMETIMES_CONSUMES ## Variable:L"BootXXXX"
68 gEfiGlobalVariableGuid
69
70 ## SOMETIMES_CONSUMES ## Variable:L"db"
71 ## SOMETIMES_CONSUMES ## Variable:L"dbx"
72 gEfiImageSecurityDatabaseGuid
73
74 gTcgEventEntryHobGuid ## SOMETIMES_CONSUMES ## HOB
75 gTpmErrorHobGuid ## SOMETIMES_CONSUMES ## HOB
76 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
77 gEventExitBootServicesFailedGuid ## SOMETIMES_CONSUMES ## Event
78 gEfiTpmDeviceInstanceNoneGuid ## SOMETIMES_CONSUMES ## GUID # TPM device identifier
79 gEfiTpmDeviceInstanceTpm12Guid ## SOMETIMES_CONSUMES ## GUID # TPM device identifier
80
81 [Protocols]
82 gEfiTrEEProtocolGuid ## PRODUCES
83 gEfiAcpiTableProtocolGuid ## NOTIFY
84 gEfiMpServiceProtocolGuid ## SOMETIMES_CONSUMES
85 gEfiVariableWriteArchProtocolGuid ## NOTIFY
86
87 [Pcd]
88 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass ## SOMETIMES_CONSUMES
89 gEfiSecurityPkgTokenSpaceGuid.PcdFirmwareDebuggerInitialized ## SOMETIMES_CONSUMES
90 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES
91 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## SOMETIMES_CONSUMES
92 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId ## SOMETIMES_CONSUMES
93 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId ## SOMETIMES_CONSUMES
94 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision ## SOMETIMES_CONSUMES
95 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId ## SOMETIMES_CONSUMES
96 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision ## SOMETIMES_CONSUMES
97 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice ## SOMETIMES_CONSUMES
98 gEfiSecurityPkgTokenSpaceGuid.PcdTcgLogAreaMinLen ## CONSUMES
99
100 [Depex]
101 TRUE
102
103 [UserExtensions.TianoCore."ExtraFiles"]
104 TrEEDxeExtra.uni