]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update comments for NULL PlatformSecureLib instance.
authorsfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Apr 2012 02:02:38 +0000 (02:02 +0000)
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Apr 2012 02:02:38 +0000 (02:02 +0000)
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

SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c
SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf

index f222e7cb42e55972c69006c80444810984e3a1c8..1450ac44abe77dd0d9bdfbb24cc320cd05957450 100644 (file)
@@ -1,5 +1,8 @@
 /** @file\r
-  Provides a secure platform-specific method to detect physically present user.\r
+  NULL PlatformSecureLib instance does NOT really detect whether a physical present \r
+  user exists but return TRUE directly. This instance can be used to verify security\r
+  related features during platform enabling and development. It should be replaced\r
+  by a platform-specific method(e.g. Button pressed) in a real platform for product.\r
 \r
 Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
index ce0b2cebcf78c1ad9bbca260236c9531a1044200..4380fdeb8f4413674a59db6d7b762cc2fd2582d5 100644 (file)
@@ -1,5 +1,8 @@
 ## @file\r
-#  Provides a secure platform-specific method to detect physically present user.\r
+#  NULL PlatformSecureLib instance does NOT really detect whether a physical present \r
+#  user exists but return TRUE directly. This instance can be used to verify security\r
+#  related features during platform enabling and development. It should be replaced\r
+#  by a platform-specific method(e.g. Button pressed) in a real platform for product.\r
 #\r
 # Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r