2015-12-15 05:58:32 +01:00
// /** @file
2016-01-26 02:29:38 +01:00
// Provides TPM 2.0 TIS/PTP functions for DTPM
2015-12-15 05:58:32 +01:00
//
2016-01-26 02:29:38 +01:00
// This library implements TIS (TPM Interface Specification) and
// PTP (Platform TPM Profile) functions which is
2015-12-15 05:58:32 +01:00
// used for every TPM 2.0 command. Choosing this library means platform uses and
// only uses TPM 2.0 DTPM device.
//
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 TPM 2.0 TIS/PTP functions for DTPM"
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 implements TIS (TPM Interface Specification) and PTP (Platform TPM Profile) functions which is used for every TPM 2.0 command. Choosing this library means platform uses and only uses TPM 2.0 DTPM device."
2015-12-15 05:58:32 +01:00