]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Network / VlanConfigDxe / VlanConfig.vfr
CommitLineData
779ae357 1///** @file\r
2// VLAN configuration formset.\r
3//\r
4// Copyright (c) 2009, Intel Corporation.<BR>\r
5// All rights reserved. This program and the accompanying materials\r
6// are licensed and made available under the terms and conditions\r
7// of the BSD License which accompanies this distribution. The full\r
8// text of the license may be found at<BR>\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#include "VlanConfigNvData.h"\r
17\r
18formset\r
19 guid = VLAN_CONFIG_PRIVATE_GUID,\r
20 title = STRING_TOKEN(STR_VLAN_FORM_SET_TITLE),\r
21 help = STRING_TOKEN(STR_VLAN_FORM_SET_TITLE_HELP),\r
22 classguid = EFI_HII_PLATFORM_SETUP_FORMSET_GUID,\r
23\r
24 varstore VLAN_CONFIGURATION,\r
25 varid = VLAN_CONFIGURATION_VARSTORE_ID,\r
26 name = VlanNvData,\r
27 guid = VLAN_CONFIG_PRIVATE_GUID;\r
28\r
29 form formid = VLAN_CONFIGURATION_FORM_ID,\r
30 title = STRING_TOKEN(STR_VLAN_FORM_TITLE);\r
31\r
32 subtitle text = STRING_TOKEN(STR_VLAN_CREATE_VLAN);\r
33\r
34 numeric varid = VlanNvData.VlanId,\r
35 prompt = STRING_TOKEN(STR_VLAN_VID_PROMPT),\r
36 help = STRING_TOKEN(STR_VLAN_VID_HELP),\r
37 minimum = 0,\r
38 maximum = 4094,\r
39 endnumeric;\r
40\r
41 numeric varid = VlanNvData.Priority,\r
42 prompt = STRING_TOKEN(STR_VLAN_PRIORITY_PROMPT),\r
43 help = STRING_TOKEN(STR_VLAN_PRIORITY_HELP),\r
44 minimum = 0,\r
45 maximum = 7,\r
46 endnumeric;\r
47\r
48 text\r
49 help = STRING_TOKEN(STR_VLAN_ADD_VLAN_HELP),\r
50 text = STRING_TOKEN(STR_VLAN_ADD_VLAN_PROMPT),\r
51 flags = INTERACTIVE,\r
52 key = VLAN_ADD_QUESTION_ID;\r
53\r
54 subtitle text = STRING_TOKEN(STR_VLAN_NULL_STRING);\r
55 subtitle text = STRING_TOKEN(STR_VLAN_VLAN_LIST);\r
56\r
57 label LABEL_VLAN_LIST;\r
58 label LABEL_END;\r
59\r
60 text\r
61 help = STRING_TOKEN(STR_VLAN_REMOVE_VLAN_HELP),\r
62 text = STRING_TOKEN(STR_VLAN_REMOVE_VLAN_PROMPT),\r
63 flags = INTERACTIVE,\r
64 key = VLAN_REMOVE_QUESTION_ID;\r
65\r
66 endform;\r
67\r
68endformset;\r