]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
Fix overflow issue in TcgProtocol
[mirror_edk2.git] / SecurityPkg / Tcg / TcgDxe / TcgDxe.inf
CommitLineData
0c18794e 1## @file\r
2# Component file for module TcgDxe.\r
3# This module will produce TCG protocol and measure boot environment.\r
4#\r
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
18 FILE_GUID = A5683620-7998-4bb2-A377-1C1E31E1E215\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = DriverEntry\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF\r
27#\r
28\r
29[Sources]\r
30 TcgDxe.c\r
31 TisDxe.c\r
32 TpmComm.c\r
33 TpmComm.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
39\r
40[LibraryClasses]\r
41 MemoryAllocationLib\r
42 BaseLib\r
43 UefiBootServicesTableLib\r
44 HobLib\r
45 UefiDriverEntryPoint\r
46 UefiRuntimeServicesTableLib\r
47 BaseMemoryLib\r
48 DebugLib\r
49 TpmCommLib\r
50 PrintLib\r
51 UefiLib\r
52\r
53[Guids]\r
54 gEfiSmbiosTableGuid # ALWAYS_CONSUMED\r
55 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
56 gTcgEventEntryHobGuid\r
57 gEfiEventReadyToBootGuid\r
58 gEfiEventExitBootServicesGuid\r
9e945f78 59 gEventExitBootServicesFailedGuid # ALWAYS_CONSUMED\r
0c18794e 60\r
61[Protocols]\r
62 gEfiTcgProtocolGuid ## PRODUCES\r
63 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
b25380e3 65 gEfiMpServiceProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
0c18794e 66\r
67[Pcd]\r
68 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass\r
69\r
70[Depex]\r
71 TRUE\r
72\r