]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/Tpm12DeviceLibAtmelI2c.inf
99117064bf010bc2955921a6a6e4aba75e8ce69e
[mirror_edk2.git] / QuarkPlatformPkg / Library / Tpm12DeviceLibAtmelI2c / Tpm12DeviceLibAtmelI2c.inf
1 ## @file
2 # Provides some common functions for the TCG feature for Atmel I2C TPM.
3 #
4 # This instance provides basic TPM Interface Specification (TIS) functions
5 # or Atmel I2C TPM.
6 #
7 # Copyright (c) 2016 - 2017, 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 = Tpm12DeviceLibAtmelI2c
15 MODULE_UNI_FILE = Tpm12DeviceLibAtmelI2c.uni
16 FILE_GUID = A0C0B7EF-99FF-417F-8B9F-5AD4701D90D6
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