diff options
author | sfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-04-18 02:02:38 +0000 |
---|---|---|
committer | sfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-04-18 02:02:38 +0000 |
commit | a7450323c22532e9a19847b0bcfbcafdc7b067fb (patch) | |
tree | 82dc7d8b83ac719afc29e77b05e233e2295c3540 /SecurityPkg/Library | |
parent | 3dffec127ca064718d9ad1ef0e874d7b7e4cb439 (diff) | |
download | edk2-platforms-a7450323c22532e9a19847b0bcfbcafdc7b067fb.tar.xz |
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
Diffstat (limited to 'SecurityPkg/Library')
-rw-r--r-- | SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c | 5 | ||||
-rw-r--r-- | SecurityPkg/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.<BR>
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.<BR>
# This program and the accompanying materials
|