]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Include/Guid/UserIdentifyManagerHii.h
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / SecurityPkg / Include / Guid / UserIdentifyManagerHii.h
diff --git a/SecurityPkg/Include/Guid/UserIdentifyManagerHii.h b/SecurityPkg/Include/Guid/UserIdentifyManagerHii.h
new file mode 100644 (file)
index 0000000..11d215c
--- /dev/null
@@ -0,0 +1,25 @@
+/** @file\r
+  GUID used as HII FormSet and HII Package list GUID in UserIdentifyManagerDxe driver.\r
+\r
+Copyright (c) 2011, 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_HII_H__\r
+#define __USER_IDENTIFY_MANAGER_HII_H__\r
+\r
+#define USER_IDENTIFY_MANAGER_GUID \\r
+  { \\r
+    0x3ccd3dd8, 0x8d45, 0x4fed, { 0x96, 0x2d, 0x2b, 0x38, 0xcd, 0x82, 0xb3, 0xc4 } \\r
+  }\r
+\r
+extern EFI_GUID gUserIdentifyManagerGuid;\r
+\r
+#endif\r