diff options
author | Liming Gao <liming.gao@intel.com> | 2016-06-23 17:50:27 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-06-29 09:42:59 +0800 |
commit | e2b083de916cfc56a227df6f4ef67202cf5449c8 (patch) | |
tree | 4149b05a23e0b5abad8ab8a48985f85a13d2a8e0 /SecurityPkg/SecurityPkg.uni | |
parent | 9852838576b6f76000d49d1661d5c573e8ef1ab4 (diff) | |
download | edk2-e2b083de916cfc56a227df6f4ef67202cf5449c8.tar.gz |
SecurityPkg: Add PcdUserPhysicalPresence to indicate use physical presence.
This PCD supports all configuration type. Its default value is FALSE.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Diffstat (limited to 'SecurityPkg/SecurityPkg.uni')
-rw-r--r-- | SecurityPkg/SecurityPkg.uni | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni index 432a77be31..17a684272d 100644 --- a/SecurityPkg/SecurityPkg.uni +++ b/SecurityPkg/SecurityPkg.uni @@ -205,3 +205,12 @@ #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTcgPhysicalPresenceInterfaceVer_HELP #language en-US "Null-terminated string of the Version of Physical Presence interface supported by platform."
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdUserPhysicalPresence_PROMPT
+#language en-US
+"A physical presence user status"
+
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdUserPhysicalPresence_HELP
+#language en-US
+"Indicate whether a physical presence user exist. "
+"When it is configured to Dynamic or DynamicEx, it can be set through detection using "
+"a platform-specific method (e.g. Button pressed) in a actual platform in early boot phase.<BR><BR>"
|