]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr
Add security package to repository.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerVfr.Vfr
diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr
new file mode 100644 (file)
index 0000000..ebe8195
--- /dev/null
@@ -0,0 +1,44 @@
+/** @file\r
+  User identify manager 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 "UserIdentifyManagerData.h"\r
+\r
+formset \r
+  guid      = USER_IDENTIFY_MANAGER_GUID,\r
+  title     = STRING_TOKEN(STR_TITLE),  \r
+  help      = STRING_TOKEN(STR_NULL_STRING), \r
+  classguid = USER_IDENTIFY_MANAGER_GUID,\r
+  \r
+  form formid = FORMID_USER_FORM,\r
+    title = STRING_TOKEN(STR_USER_SELECT);      \r
+\r
+    suppressif TRUE;\r
+      text\r
+        help   = STRING_TOKEN(STR_NULL_STRING),\r
+        text   = STRING_TOKEN(STR_NULL_STRING),\r
+          text   = STRING_TOKEN(STR_NULL_STRING),\r
+        flags  = INTERACTIVE,\r
+        key    = FORM_OPEN_QUESTION_ID;\r
+    endif;\r
+\r
+    label LABEL_USER_NAME;\r
+    label LABEL_END;  \r
+  endform;\r
+  \r
+  form formid = FORMID_PROVIDER_FORM,\r
+    title = STRING_TOKEN(STR_PROVIDER_SELECT);\r
+    label LABEL_PROVIDER_NAME;\r
+    label LABEL_END;\r
+  endform;  \r
+endformset;
\ No newline at end of file