]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Universal / Network / VlanConfigDxe / VlanConfig.vfr
index f08a87e6e12d7771ff0d921c71389f7d14ae1c59..e4933252951584bb001ad46843d40c4929a7ce0b 100644 (file)
@@ -1,22 +1,15 @@
 ///** @file\r
 //  VLAN configuration formset.\r
 //\r
-//  Copyright (c) 2009, Intel Corporation.<BR>\r
-//  All rights reserved. This program and the accompanying materials\r
-//  are licensed and made available under the terms and conditions\r
-//  of the BSD License which accompanies this distribution.  The full\r
-//  text of the license may be found at<BR>\r
-//  http://opensource.org/licenses/bsd-license.php\r
-//\r
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+//  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+//  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //**/\r
 \r
 #include "VlanConfigNvData.h"\r
 \r
 formset\r
-  guid      = VLAN_CONFIG_PRIVATE_GUID,\r
+  guid      = VLAN_CONFIG_FORM_SET_GUID,\r
   title     = STRING_TOKEN(STR_VLAN_FORM_SET_TITLE),\r
   help      = STRING_TOKEN(STR_VLAN_FORM_SET_TITLE_HELP),\r
   classguid = EFI_HII_PLATFORM_SETUP_FORMSET_GUID,\r
@@ -24,7 +17,18 @@ formset
   varstore VLAN_CONFIGURATION,\r
     varid = VLAN_CONFIGURATION_VARSTORE_ID,\r
     name  = VlanNvData,\r
-    guid  = VLAN_CONFIG_PRIVATE_GUID;\r
+    guid  = VLAN_CONFIG_FORM_SET_GUID;\r
+\r
+  form formid = VLAN_HEAD_FORM_ID,\r
+    title  = STRING_TOKEN(STR_VLAN_FORM_TITLE);\r
+\r
+    goto VLAN_CONFIGURATION_FORM_ID,\r
+    prompt = STRING_TOKEN (STR_GET_CURRENT_SETTING),\r
+    help   = STRING_TOKEN (STR_GET_CURRENT_SETTING_HELP),\r
+    flags  = INTERACTIVE,\r
+    key    = VLAN_UPDATE_QUESTION_ID;\r
+\r
+  endform;\r
 \r
   form formid = VLAN_CONFIGURATION_FORM_ID,\r
     title = STRING_TOKEN(STR_VLAN_FORM_TITLE);\r