]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm12DeviceLibTcg / Tpm12DeviceLibTcg.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides function interfaces to communicate with TPM 1.2 device\r
c1d93242 3#\r
60c944c7
DG
4# This library helps to use TPM 1.2 device in library function API\r
5# based on TCG protocol.\r
6#\r
b3548d32 7# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c1d93242
JY
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = Tpm12DeviceLibTcg\r
60c944c7 15 MODULE_UNI_FILE = Tpm12DeviceLibTcg.uni\r
c1d93242
JY
16 FILE_GUID = 4D8B77D9-E923-48f8-B070-4053D78B7E56\r
17 MODULE_TYPE = BASE\r
18 VERSION_STRING = 1.0\r
4cecd19a 19 LIBRARY_CLASS = Tpm12DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
c1d93242
JY
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
4cecd19a 24# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
25#\r
26\r
27[Sources]\r
28 Tpm12DeviceLibTcg.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 SecurityPkg/SecurityPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 BaseMemoryLib\r
37 DebugLib\r
38 UefiBootServicesTableLib\r
39\r
40[Protocols]\r
41 gEfiTcgProtocolGuid ## CONSUMES\r