]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / VlanConfigDxe / VlanConfig.vfr
CommitLineData
779ae357 1///** @file\r
2// VLAN configuration formset.\r
3//\r
9ea13d79 4// Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 5// This program and the accompanying materials\r
779ae357 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
c8ad2d7a 19 guid = VLAN_CONFIG_FORM_SET_GUID,\r
779ae357 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
c8ad2d7a 27 guid = VLAN_CONFIG_FORM_SET_GUID;\r
779ae357 28\r
9ea13d79 29 form formid = VLAN_HEAD_FORM_ID,\r
30 title = STRING_TOKEN(STR_VLAN_FORM_TITLE);\r
31\r
32 goto VLAN_CONFIGURATION_FORM_ID,\r
33 prompt = STRING_TOKEN (STR_GET_CURRENT_SETTING),\r
34 help = STRING_TOKEN (STR_GET_CURRENT_SETTING_HELP),\r
35 flags = INTERACTIVE,\r
36 key = VLAN_UPDATE_QUESTION_ID;\r
37\r
38 endform;\r
39\r
779ae357 40 form formid = VLAN_CONFIGURATION_FORM_ID,\r
41 title = STRING_TOKEN(STR_VLAN_FORM_TITLE);\r
42\r
43 subtitle text = STRING_TOKEN(STR_VLAN_CREATE_VLAN);\r
44\r
45 numeric varid = VlanNvData.VlanId,\r
46 prompt = STRING_TOKEN(STR_VLAN_VID_PROMPT),\r
47 help = STRING_TOKEN(STR_VLAN_VID_HELP),\r
48 minimum = 0,\r
49 maximum = 4094,\r
50 endnumeric;\r
51\r
52 numeric varid = VlanNvData.Priority,\r
53 prompt = STRING_TOKEN(STR_VLAN_PRIORITY_PROMPT),\r
54 help = STRING_TOKEN(STR_VLAN_PRIORITY_HELP),\r
55 minimum = 0,\r
56 maximum = 7,\r
57 endnumeric;\r
58\r
59 text\r
60 help = STRING_TOKEN(STR_VLAN_ADD_VLAN_HELP),\r
61 text = STRING_TOKEN(STR_VLAN_ADD_VLAN_PROMPT),\r
62 flags = INTERACTIVE,\r
63 key = VLAN_ADD_QUESTION_ID;\r
64\r
65 subtitle text = STRING_TOKEN(STR_VLAN_NULL_STRING);\r
66 subtitle text = STRING_TOKEN(STR_VLAN_VLAN_LIST);\r
67\r
68 label LABEL_VLAN_LIST;\r
69 label LABEL_END;\r
70\r
71 text\r
72 help = STRING_TOKEN(STR_VLAN_REMOVE_VLAN_HELP),\r
73 text = STRING_TOKEN(STR_VLAN_REMOVE_VLAN_PROMPT),\r
74 flags = INTERACTIVE,\r
75 key = VLAN_REMOVE_QUESTION_ID;\r
76\r
77 endform;\r
78\r
79endformset;\r