]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr
Add security package to repository.
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderVfr.Vfr
diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr
new file mode 100644 (file)
index 0000000..69f4be8
--- /dev/null
@@ -0,0 +1,35 @@
+/** @file\r
+  Password Credential Provider formset.\r
+\r
+Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials \r
+are licensed and made available under the terms and conditions of the BSD License \r
+which accompanies this distribution.  The full text of the license may be found at \r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#include "PwdCredentialProviderData.h"\r
+\r
+formset \r
+  guid      = PWD_CREDENTIAL_PROVIDER_GUID,\r
+  title     = STRING_TOKEN(STR_CREDENTIAL_TITLE),  \r
+  help      = STRING_TOKEN(STR_NULL_STRING), \r
+  classguid = PWD_CREDENTIAL_PROVIDER_GUID,\r
+  \r
+  form formid = FORMID_GET_PASSWORD_FORM,            \r
+    title = STRING_TOKEN(STR_FORM_TITLE);\r
+    \r
+    text \r
+       help   = STRING_TOKEN(STR_NULL_STRING),  \r
+      text   = STRING_TOKEN(STR_INPUT_PASSWORD),\r
+      text   = STRING_TOKEN(STR_NULL_STRING),\r
+      flags  = INTERACTIVE,\r
+      key    = KEY_GET_PASSWORD;\r
+\r
+  endform;\r
+  \r
+endformset;
\ No newline at end of file