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