]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / Tpm2DeviceLibSeCDxe / Tpm2DeviceLibSeC.inf
1 #/** @file
2 #
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 #
10 #
11 #**/
12
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = Tpm2DeviceLibSeC
17 FILE_GUID = 294B196A-A3CC-4a43-857F-EEC26147857B
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = Tpm2DeviceLib | DXE_DRIVER DXE_SMM_DRIVER
21 CONSTRUCTOR = Tpm2DeviceLibConstructor
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources.common]
30 Tpm2DeviceLibSeC.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
36 SecurityPkg/SecurityPkg.dec
37 Vlv2TbltDevicePkg/PlatformPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 PcdLib
42 UefiBootServicesTableLib
43
44
45 [Guids]
46 gEfiVLVTokenSpaceGuid
47
48 [Pcd]
49 gEfiVLVTokenSpaceGuid.PcdMeasuredBootEnable
50 gEfiVLVTokenSpaceGuid.PcdFTPMErrorOccur
51 gEfiVLVTokenSpaceGuid.PcdFTPMCommand
52 gEfiVLVTokenSpaceGuid.PcdFTPMResponse
53 gEfiVLVTokenSpaceGuid.PcdFTPMNotRespond
54 gEfiVLVTokenSpaceGuid.PcdFTPMStatus
55
56 [Protocols]
57 gPttPassThruProtocolGuid
58
59 [Depex]
60 gPttPassThruProtocolGuid
61