]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/UiApp/BootMaint/FE.vfr
MdeModulePkg:Create Boot Maintenance Manager Library
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / BootMaint / FE.vfr
index 5eca6343bfa7d35d940dd8c745c3c314bc7c84d9..1401d2172138ede6f0ee7bff60ec4cf9bb5fee0a 100644 (file)
@@ -2,7 +2,7 @@
 //  \r
 //    File Explorer Formset\r
 //  \r
-//  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+//  Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
 //  This program and the accompanying materials\r
 //  are licensed and made available under the terms and conditions of the BSD License\r
 //  which accompanies this distribution.  The full text of the license may be found at\r
@@ -41,18 +41,22 @@ formset
 \r
        subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
 \r
-       string    varid    = FeData.DescriptionData,\r
+       string    varid    = FeData.BootDescriptionData,\r
+                 questionid = KEY_VALUE_BOOT_DESCRIPTION,\r
                  prompt   = STRING_TOKEN(STR_LOAD_OPTION_DESC),\r
                  help     = STRING_TOKEN(STR_NULL_STRING),\r
+                 flags    = INTERACTIVE,\r
                  minsize  = 6,\r
                  maxsize  = 75,\r
        endstring;\r
 \r
-       string    varid    = FeData.OptionalData,\r
-                       prompt   = STRING_TOKEN(STR_OPTIONAL_DATA),\r
-                       help     = STRING_TOKEN(STR_NULL_STRING),\r
-                       minsize  = 0,\r
-                       maxsize  = 120,\r
+       string    varid    = FeData.BootOptionalData,\r
+                 questionid = KEY_VALUE_BOOT_OPTION,\r
+                 prompt   = STRING_TOKEN(STR_OPTIONAL_DATA),\r
+                 help     = STRING_TOKEN(STR_NULL_STRING),\r
+                 flags    = INTERACTIVE,\r
+                 minsize  = 0,\r
+                 maxsize  = 120,\r
        endstring;\r
 \r
        subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
@@ -81,16 +85,20 @@ formset
 \r
        subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
 \r
-       string    varid    = FeData.DescriptionData,\r
+       string    varid    = FeData.DriverDescriptionData,\r
+                 questionid = KEY_VALUE_DRIVER_DESCRIPTION,\r
                  prompt   = STRING_TOKEN(STR_LOAD_OPTION_DESC),\r
                  help     = STRING_TOKEN(STR_NULL_STRING),\r
+                 flags    = INTERACTIVE,\r
                  minsize  = 6,\r
                  maxsize  = 75,\r
        endstring;\r
 \r
-       string    varid    = FeData.OptionalData,\r
+       string    varid    = FeData.DriverOptionalData,\r
+                 questionid = KEY_VALUE_DRIVER_OPTION,\r
                  prompt   = STRING_TOKEN(STR_OPTIONAL_DATA),\r
                  help     = STRING_TOKEN(STR_NULL_STRING),\r
+                 flags    = INTERACTIVE,\r
                  minsize  = 0,\r
                  maxsize  = 120,\r
        endstring;\r