]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/TrEEDxe/TrEEDxe.inf
a1f174192b38b87f3b311a7a7ba368904fd1bc60
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEDxe / TrEEDxe.inf
1 ## @file
2 # Component file for module TrEEDxe.
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, 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 FILE_GUID = 2A7946E3-1AB2-49a9-ACCB-C6275139C1A5
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 ENTRY_POINT = DriverEntry
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF
32 #
33
34 [Sources]
35 TrEEDxe.c
36 MeasureBootPeCoff.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 SecurityPkg/SecurityPkg.dec
42 CryptoPkg/CryptoPkg.dec
43
44 [LibraryClasses]
45 MemoryAllocationLib
46 BaseLib
47 UefiBootServicesTableLib
48 HobLib
49 UefiDriverEntryPoint
50 UefiRuntimeServicesTableLib
51 BaseMemoryLib
52 DebugLib
53 Tpm2CommandLib
54 PrintLib
55 UefiLib
56 Tpm2DeviceLib
57 HashLib
58 PerformanceLib
59
60 [Guids]
61 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
62 gEfiGlobalVariableGuid # ALWAYS_CONSUMED
63 gTcgEventEntryHobGuid
64 gEfiEventReadyToBootGuid
65 gEfiEventExitBootServicesGuid
66 gEventExitBootServicesFailedGuid # ALWAYS_CONSUMED
67 gEfiImageSecurityDatabaseGuid
68 gEfiTpmDeviceInstanceNoneGuid
69 gEfiTpmDeviceInstanceTpm12Guid
70
71 [Protocols]
72 gEfiTrEEProtocolGuid ## PRODUCES
73 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
74 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
75 gEfiMpServiceProtocolGuid # PROTOCOL ALWAYS_CONSUMED
76 gEfiVariableWriteArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
77
78 [Pcd]
79 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass
80 gEfiSecurityPkgTokenSpaceGuid.PcdFirmwareDebuggerInitialized
81 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid
82 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress
83 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId
84 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId
85 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision
86 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId
87 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision
88
89 [Depex]
90 TRUE
91