]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/Tpm12DeviceLibInfineonI2c.inf
26c12a4b6d1d4c26784c9cdbbf528436ce029a58
[mirror_edk2.git] / QuarkPlatformPkg / Library / Tpm12DeviceLibInfineonI2c / Tpm12DeviceLibInfineonI2c.inf
1 ## @file
2 # Provides some common functions for the TCG feature for Infineon I2C TPM.
3 #
4 # This instance provides basic TPM Interface Specification (TIS) functions
5 # for Infineon I2C TPM.
6 #
7 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = Tpm12DeviceLibInfineonI2c
15 MODULE_UNI_FILE = Tpm12DeviceLibInfineonI2c.uni
16 FILE_GUID = DBE37563-AFEF-4B41-BDCE-B01B6D1E8690
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = Tpm12DeviceLib|PEIM DXE_DRIVER DXE_SMM_DRIVER UEFI_DRIVER
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64
25 #
26
27 [Sources]
28 TisPc.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 SecurityPkg/SecurityPkg.dec
33 QuarkSocPkg/QuarkSocPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 TimerLib
38 DebugLib
39 I2cLib