blob: cb4cbd36f3e547f27821d74eb1ec3901bc2636f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// /** @file
// This driver measures SMBIOS table to TPM.
//
// This driver calculates SMBIOS table based on default policy and calls TPM interface to measure the updated SMBIOS table.
//
// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
// **/
#string STR_MODULE_ABSTRACT #language en-US "This driver measures SMBIOS table to TPM."
#string STR_MODULE_DESCRIPTION #language en-US "This driver calculates SMBIOS table based on default policy and calls TPM interface to measure the updated SMBIOS table."
|