]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr
Clean up the code. Action statement should not have text two opcode.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerVfr.Vfr
CommitLineData
0c18794e 1/** @file\r
2 User identify manager formset.\r
3\r
4Copyright (c) 2009 - 2010, 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#include "UserIdentifyManagerData.h"\r
16\r
17formset \r
18 guid = USER_IDENTIFY_MANAGER_GUID,\r
19 title = STRING_TOKEN(STR_TITLE), \r
20 help = STRING_TOKEN(STR_NULL_STRING), \r
21 classguid = USER_IDENTIFY_MANAGER_GUID,\r
22 \r
23 form formid = FORMID_USER_FORM,\r
24 title = STRING_TOKEN(STR_USER_SELECT); \r
25\r
26 suppressif TRUE;\r
27 text\r
28 help = STRING_TOKEN(STR_NULL_STRING),\r
29 text = STRING_TOKEN(STR_NULL_STRING),\r
0c18794e 30 flags = INTERACTIVE,\r
31 key = FORM_OPEN_QUESTION_ID;\r
32 endif;\r
33\r
34 label LABEL_USER_NAME;\r
35 label LABEL_END; \r
36 endform;\r
37 \r
38 form formid = FORMID_PROVIDER_FORM,\r
39 title = STRING_TOKEN(STR_PROVIDER_SELECT);\r
40 label LABEL_PROVIDER_NAME;\r
41 label LABEL_END;\r
42 endform; \r
43endformset;