]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerData.h
CommitLineData
0c18794e 1/** @file\r
2 Data structure used by the user identify manager driver.\r
b3548d32
LG
3\r
4Copyright (c) 2009 - 2018, 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
0c18794e 8http://opensource.org/licenses/bsd-license.php\r
9\r
b3548d32 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
0c18794e 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
fab10465 25#define FORMID_INVALID_FORM 0x0FFF\r
0c18794e 26\r
27//\r
28// Labels definition.\r
29//\r
30#define LABEL_USER_NAME 0x1000\r
31#define LABEL_PROVIDER_NAME 0x3000\r
32#define LABEL_END 0xffff\r
33#define FORM_OPEN_QUESTION_ID 0xfffe\r
34\r
35#endif\r