]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
Add security package to repository.
[mirror_edk2.git] / SecurityPkg / Tcg / TcgDxe / TcgDxe.inf
1 ## @file
2 # Component file for module TcgDxe.
3 # This module will produce TCG protocol and measure boot environment.
4 #
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = TcgDxe
18 FILE_GUID = A5683620-7998-4bb2-A377-1C1E31E1E215
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = DriverEntry
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF
27 #
28
29 [Sources]
30 TcgDxe.c
31 TisDxe.c
32 TpmComm.c
33 TpmComm.h
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 SecurityPkg/SecurityPkg.dec
39
40 [LibraryClasses]
41 MemoryAllocationLib
42 BaseLib
43 UefiBootServicesTableLib
44 HobLib
45 UefiDriverEntryPoint
46 UefiRuntimeServicesTableLib
47 BaseMemoryLib
48 DebugLib
49 TpmCommLib
50 PrintLib
51 UefiLib
52
53 [Guids]
54 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
55 gEfiGlobalVariableGuid # ALWAYS_CONSUMED
56 gTcgEventEntryHobGuid
57 gEfiEventReadyToBootGuid
58 gEfiEventExitBootServicesGuid
59
60 [Protocols]
61 gEfiTcgProtocolGuid ## PRODUCES
62 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
63 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
64
65 [Pcd]
66 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass
67
68 [Depex]
69 TRUE
70