From: sfu5 Date: Wed, 18 Apr 2012 02:02:38 +0000 (+0000) Subject: Update comments for NULL PlatformSecureLib instance. X-Git-Tag: edk2-stable201903~13487 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=a7450323c22532e9a19847b0bcfbcafdc7b067fb;ds=sidebyside Update comments for NULL PlatformSecureLib instance. Signed-off-by: Fu, Siyuan Reviewed-by: Dong, Guo git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13202 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c index f222e7cb42..1450ac44ab 100644 --- a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c +++ b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c @@ -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.
This program and the accompanying materials diff --git a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf index ce0b2cebcf..4380fdeb8f 100644 --- a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf +++ b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf @@ -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.
# This program and the accompanying materials