1// /** @file
2// Handle TPM 2.0 physical presence requests from OS.
3//
4// This library will handle TPM 2.0 physical presence request from OS.
5//
6// Caution: This module requires additional review when modified.
7// This driver will have external input - variable.
8// This external input must be validated carefully to avoid security issue.
9//
10// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
11//
12// This program and the accompanying materials
13// are licensed and made available under the terms and conditions of the BSD License
14// which accompanies this distribution. The full text of the license may be found at
15// http://opensource.org/licenses/bsd-license.php
16// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18//
19// **/
20
21
22#string STR_MODULE_ABSTRACT             #language en-US "Handle TPM 2.0 physical presence requests from OS"
23
24#string STR_MODULE_DESCRIPTION          #language en-US "This library will handle TPM 2.0 physical presence request from OS.\n"
25                                                        "Caution: This module requires additional review when modified. This driver will have external input - variable. This external input must be validated carefully to avoid security issue."
26
27