]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerVfr.Vfr
MdeModulePkg: Delete useless case code
[mirror_edk2.git] / MdeModulePkg / Library / DeviceManagerUiLib / DeviceManagerVfr.Vfr
CommitLineData
32465d9a
DB
1///** @file\r
2//\r
3// Device Manager formset.\r
4//\r
5// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
6// This program and the accompanying materials\r
7// are licensed and made available under the terms and conditions of the BSD License\r
8// which accompanies this distribution. The full text of the license may be found at\r
9// http://opensource.org/licenses/bsd-license.php\r
10// \r
11// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13// \r
14//**/\r
15\r
16#define FORMSET_GUID { 0x3ebfa8e6, 0x511d, 0x4b5b, 0xa9, 0x5f, 0xfb, 0x38, 0x26, 0xf, 0x1c, 0x27 }\r
17\r
18#define LABEL_DEVICES_LIST 0x1100\r
19#define LABEL_NETWORK_DEVICE_LIST_ID 0x1101\r
20#define LABEL_NETWORK_DEVICE_ID 0x1102\r
21#define LABEL_END 0xffff\r
22\r
23#define DEVICE_MANAGER_FORM_ID 0x1000\r
24#define NETWORK_DEVICE_LIST_FORM_ID 0x1001\r
25#define NETWORK_DEVICE_FORM_ID 0x1002\r
26\r
27formset\r
28 guid = FORMSET_GUID,\r
29 title = STRING_TOKEN(STR_EDKII_MENU_TITLE),\r
30 help = STRING_TOKEN(STR_EDKII_MENU_HELP),\r
31 classguid = gEfiIfrFrontPageGuid,\r
32\r
33 form formid = DEVICE_MANAGER_FORM_ID,\r
34 title = STRING_TOKEN(STR_EDKII_MENU_TITLE);\r
35 subtitle text = STRING_TOKEN(STR_DEVICES_LIST);\r
36\r
37 label LABEL_DEVICES_LIST;\r
38 label LABEL_END;\r
39\r
40 subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
41 subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
42 subtitle text = STRING_TOKEN(STR_EXIT_STRING);\r
43 endform;\r
44\r
45 form formid = NETWORK_DEVICE_LIST_FORM_ID,\r
46 title = STRING_TOKEN(STR_FORM_NETWORK_DEVICE_LIST_TITLE);\r
47 subtitle text = STRING_TOKEN(STR_NETWORK_DEVICE_LIST_STRING);\r
48\r
49 label LABEL_NETWORK_DEVICE_LIST_ID;\r
50 label LABEL_END;\r
51\r
52 subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
53 subtitle text = STRING_TOKEN(STR_EXIT_STRING);\r
54 endform;\r
55\r
56 form formid = NETWORK_DEVICE_FORM_ID,\r
57 title = STRING_TOKEN(STR_FORM_NETWORK_DEVICE_TITLE);\r
58 subtitle text = STRING_TOKEN(STR_NETWORK_DEVICE_STRING);\r
59\r
60 label LABEL_NETWORK_DEVICE_ID;\r
61 label LABEL_END;\r
62\r
63 subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
64 subtitle text = STRING_TOKEN(STR_EXIT_STRING);\r
65 endform;\r
66endformset;