2015-12-15 05:58:32 +01:00
// /** @file
2016-01-26 02:29:38 +01:00
// Provides a DTPM instance for TPM 2.0 TIS/PTP
2015-12-15 05:58:32 +01:00
//
// This library can be registered to Tpm 2.0 device router, to be active TPM 2.0
2016-01-26 02:29:38 +01:00
// engine, based on platform setting. It supports both TIS (TPM Interface Specification)
// and PTP (Platform TPM Profile) functions.
2015-12-15 05:58:32 +01:00
//
2016-01-26 02:29:38 +01:00
// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>
2015-12-15 05:58:32 +01:00
//
2019-04-04 01:06:56 +02:00
// SPDX-License-Identifier: BSD-2-Clause-Patent
2015-12-15 05:58:32 +01:00
//
// **/
2016-01-26 02:29:38 +01:00
#string STR_MODULE_ABSTRACT #language en-US "Provides a DTPM instance for TPM 2.0 TIS/PTP"
2015-12-15 05:58:32 +01:00
2016-01-26 02:29:38 +01:00
#string STR_MODULE_DESCRIPTION #language en-US "This library can be registered to Tpm 2.0 device router, to be active TPM 2.0 engine, based on platform setting. It supports both TIS (TPM Interface Specification) and PTP (Platform TPM Profile) functions."
2015-12-15 05:58:32 +01:00