]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/Tpm12DeviceLibAtmelI2c.inf
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Library / Tpm12DeviceLibAtmelI2c / Tpm12DeviceLibAtmelI2c.inf
CommitLineData
df865245
MK
1## @file\r
2# Provides some common functions for the TCG feature for Atmel I2C TPM.\r
3#\r
4# This instance provides basic TPM Interface Specification (TIS) functions\r
5# or Atmel I2C TPM.\r
6#\r
a0f26e27 7# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
0eb3de2e 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
df865245
MK
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = Tpm12DeviceLibAtmelI2c\r
15 MODULE_UNI_FILE = Tpm12DeviceLibAtmelI2c.uni\r
16 FILE_GUID = A0C0B7EF-99FF-417F-8B9F-5AD4701D90D6\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
24# VALID_ARCHITECTURES = IA32 X64\r
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