// /** @file
|
// NULL platform password library instance that returns the password clear state based upon PCD.
|
//
|
// NULL PlatformPasswordLib instance does NOT really detect whether the password is cleared
|
// but returns the PCD value directly. This instance can be used to verify security
|
// related features during platform enabling and development. It should be replaced
|
// by a platform-specific method(e.g. Button pressed) in a real platform for product.
|
//
|
// Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
//
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
//
|
// **/
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "NULL platform password library instance that returns the password clear state based upon PCD."
|
|
#string STR_MODULE_DESCRIPTION #language en-US "NULL PlatformPasswordLib instance does NOT really detect whether the password is cleared but returns the PCD value directly. This instance can be used to verify security related features during platform enabling and development. It should be replaced by a platform-specific method(e.g. Button pressed) in a real platform for product."
|
|