From a7450323c22532e9a19847b0bcfbcafdc7b067fb Mon Sep 17 00:00:00 2001 From: sfu5 Date: Wed, 18 Apr 2012 02:02:38 +0000 Subject: [PATCH] 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 --- .../Library/PlatformSecureLibNull/PlatformSecureLibNull.c | 5 ++++- .../Library/PlatformSecureLibNull/PlatformSecureLibNull.inf | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.2