Update comments for NULL PlatformSecureLib instance.

Signed-off-by: Fu, Siyuan <siyuan.fu@intel.com>
Reviewed-by: Dong, Guo <guo.dong@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13202 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
sfu5 2012-04-18 02:02:38 +00:00
parent 3dffec127c
commit a7450323c2
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
/** @file
Provides a secure platform-specific method to detect physically present user.
NULL PlatformSecureLib instance does NOT really detect whether a physical present
user exists but return TRUE 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) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials

View File

@ -1,5 +1,8 @@
## @file
# Provides a secure platform-specific method to detect physically present user.
# NULL PlatformSecureLib instance does NOT really detect whether a physical present
# user exists but return TRUE 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) 2011, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials