]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerData.h
CommitLineData
0c18794e 1/** @file\r
2 Data structure used by the user identify manager driver.\r
3 \r
a0c56a82 4Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
0c18794e 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_DATA_H_\r
16#define _USER_IDENTIFY_MANAGER_DATA_H_\r
17\r
a0c56a82 18#include <Guid/UserIdentifyManagerHii.h>\r
0c18794e 19\r
20//\r
21// Forms definition.\r
22//\r
23#define FORMID_USER_FORM 1\r
24#define FORMID_PROVIDER_FORM 2\r
25\r
26//\r
27// Labels definition.\r
28//\r
29#define LABEL_USER_NAME 0x1000\r
30#define LABEL_PROVIDER_NAME 0x3000\r
31#define LABEL_END 0xffff\r
32#define FORM_OPEN_QUESTION_ID 0xfffe\r
33\r
34#endif\r