VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerVfr.Vfr

Last change on this file was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1///** @file
2//
3// Device Manager formset.
4//
5// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
6// SPDX-License-Identifier: BSD-2-Clause-Patent
7//
8//**/
9
10#define FORMSET_GUID { 0x3ebfa8e6, 0x511d, 0x4b5b, 0xa9, 0x5f, 0xfb, 0x38, 0x26, 0xf, 0x1c, 0x27 }
11
12#define LABEL_DEVICES_LIST 0x1100
13#define LABEL_NETWORK_DEVICE_LIST_ID 0x1101
14#define LABEL_NETWORK_DEVICE_ID 0x1102
15#define LABEL_END 0xffff
16
17#define DEVICE_MANAGER_FORM_ID 0x1000
18#define NETWORK_DEVICE_LIST_FORM_ID 0x1001
19#define NETWORK_DEVICE_FORM_ID 0x1002
20
21formset
22 guid = FORMSET_GUID,
23 title = STRING_TOKEN(STR_EDKII_MENU_TITLE),
24 help = STRING_TOKEN(STR_EDKII_MENU_HELP),
25 classguid = gEfiIfrFrontPageGuid,
26
27 form formid = DEVICE_MANAGER_FORM_ID,
28 title = STRING_TOKEN(STR_EDKII_MENU_TITLE);
29 subtitle text = STRING_TOKEN(STR_DEVICES_LIST);
30
31 label LABEL_DEVICES_LIST;
32 label LABEL_END;
33
34 subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
35 subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
36 subtitle text = STRING_TOKEN(STR_EXIT_STRING);
37 endform;
38
39 form formid = NETWORK_DEVICE_LIST_FORM_ID,
40 title = STRING_TOKEN(STR_FORM_NETWORK_DEVICE_LIST_TITLE);
41 subtitle text = STRING_TOKEN(STR_NETWORK_DEVICE_LIST_STRING);
42
43 label LABEL_NETWORK_DEVICE_LIST_ID;
44 label LABEL_END;
45
46 subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
47 subtitle text = STRING_TOKEN(STR_EXIT_STRING);
48 endform;
49
50 form formid = NETWORK_DEVICE_FORM_ID,
51 title = STRING_TOKEN(STR_FORM_NETWORK_DEVICE_TITLE);
52 subtitle text = STRING_TOKEN(STR_NETWORK_DEVICE_STRING);
53
54 label LABEL_NETWORK_DEVICE_ID;
55 label LABEL_END;
56
57 subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
58 subtitle text = STRING_TOKEN(STR_EXIT_STRING);
59 endform;
60endformset;
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette