]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibTcg2 / Tpm2DeviceLibTcg2.inf
CommitLineData
1abfa4ce
JY
1## @file\r
2# Provides function interfaces to communicate with TPM 2.0 device\r
3#\r
4# This library helps to use TPM 2.0 device in library function API\r
5# based on TPM2 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
1abfa4ce
JY
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = Tpm2DeviceLibTcg2\r
15 MODULE_UNI_FILE = Tpm2DeviceLibTcg2.uni\r
16 FILE_GUID = A1B0B230-67DC-431E-A94A-A96AF1EBE637\r
17 MODULE_TYPE = DXE_DRIVER\r
18 VERSION_STRING = 1.0\r
4cecd19a 19 LIBRARY_CLASS = Tpm2DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
1abfa4ce
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
1abfa4ce
JY
25#\r
26\r
27[Sources]\r
28 Tpm2DeviceLibTcg2.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 gEfiTcg2ProtocolGuid ## CONSUMES\r