]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/UserIdentifyManagerHii.h
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / SecurityPkg / Include / Guid / UserIdentifyManagerHii.h
CommitLineData
a0c56a82
LG
1/** @file\r
2 GUID used as HII FormSet and HII Package list GUID in UserIdentifyManagerDxe driver.\r
3\r
4Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials \r
6are licensed and made available under the terms and conditions of the BSD License \r
7which accompanies this distribution. The full text of the license may be found at \r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __USER_IDENTIFY_MANAGER_HII_H__\r
16#define __USER_IDENTIFY_MANAGER_HII_H__\r
17\r
18#define USER_IDENTIFY_MANAGER_GUID \\r
19 { \\r
20 0x3ccd3dd8, 0x8d45, 0x4fed, { 0x96, 0x2d, 0x2b, 0x38, 0xcd, 0x82, 0xb3, 0xc4 } \\r
21 }\r
22\r
23extern EFI_GUID gUserIdentifyManagerGuid;\r
24\r
25#endif\r