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