]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h
Add security package to repository.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerData.h
diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h
new file mode 100644 (file)
index 0000000..d91de10
--- /dev/null
@@ -0,0 +1,42 @@
+/** @file\r
+  Data structure used by the user identify manager driver.\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
+#ifndef _USER_IDENTIFY_MANAGER_DATA_H_\r
+#define _USER_IDENTIFY_MANAGER_DATA_H_\r
+\r
+#include "UserIdentifyManagerStrDefs.h"\r
+\r
+//\r
+// Guid used in user profile saving and in form browser.\r
+//\r
+#define USER_IDENTIFY_MANAGER_GUID \\r
+  { \\r
+    0x3ccd3dd8, 0x8d45, 0x4fed, { 0x96, 0x2d, 0x2b, 0x38, 0xcd, 0x82, 0xb3, 0xc4 } \\r
+  }\r
+\r
+//\r
+// Forms definition.\r
+//\r
+#define FORMID_USER_FORM      1\r
+#define FORMID_PROVIDER_FORM  2\r
+\r
+//\r
+// Labels definition.\r
+//\r
+#define LABEL_USER_NAME       0x1000\r
+#define LABEL_PROVIDER_NAME   0x3000\r
+#define LABEL_END             0xffff\r
+#define FORM_OPEN_QUESTION_ID 0xfffe\r
+\r
+#endif\r