]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/Tpm12DeviceLibAtmelI2c.inf
QuarkPlatformPkg/Tpm12DeviceLibAtmelI2c: Remove PP Check
[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
df865245
MK
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Tpm12DeviceLibAtmelI2c\r
20 MODULE_UNI_FILE = Tpm12DeviceLibAtmelI2c.uni\r
21 FILE_GUID = A0C0B7EF-99FF-417F-8B9F-5AD4701D90D6\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = Tpm12DeviceLib|PEIM DXE_DRIVER DXE_SMM_DRIVER UEFI_DRIVER\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 TisPc.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 SecurityPkg/SecurityPkg.dec\r
38 QuarkSocPkg/QuarkSocPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 TimerLib\r
43 DebugLib\r
44 I2cLib\r