]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr
Update for IntelFrameworkModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BootMaint / Bm.vfr
index 4f38a34bba4afc79411fd54c9f35a7c35a5bfa67..afbbfdddf94b32f37c76be66f2ce5672e359e361 100644 (file)
@@ -2,8 +2,8 @@
 //  \r
 //    Boot Maintenance Utility Formset\r
 //  \r
-//  Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
-//  All rights reserved. This program and the accompanying materials\r
+//  Copyright (c) 2004 - 2010, 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
 //  http://opensource.org/licenses/bsd-license.php\r
 \r
 #include "FormGuid.h"\r
 \r
-#define LABEL_END   0xffff\r
-\r
 formset\r
   guid = BOOT_MAINT_FORMSET_GUID,\r
   title = STRING_TOKEN(STR_FORM_MAIN_TITLE),\r
   help = STRING_TOKEN(STR_NULL_STRING),\r
+  classguid = BOOT_MAINT_FORMSET_GUID,\r
   class = 0,\r
   subclass = 0,\r
 \r
@@ -56,12 +55,11 @@ formset
 \r
     subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
 \r
-    text\r
+    goto FORM_BOOT_FROM_FILE_ID,\r
+         prompt = STRING_TOKEN(STR_BOOT_FROM_FILE),\r
          help   = STRING_TOKEN(STR_BOOT_FROM_FILE_HELP),\r
-         text   = STRING_TOKEN(STR_BOOT_FROM_FILE),\r
-         text   = STRING_TOKEN(STR_NULL_STRING),\r
-         flags  = INTERACTIVE,\r
-         key    = KEY_VALUE_BOOT_FROM_FILE;\r
+         flags = INTERACTIVE,\r
+         key = KEY_VALUE_BOOT_FROM_FILE;\r
 \r
     subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
 \r
@@ -81,11 +79,12 @@ formset
 \r
     subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
 \r
-    goto FORM_MAIN_ID,\r
-         prompt = STRING_TOKEN(STR_RESET),\r
-         help = STRING_TOKEN(STR_RESET),\r
-         flags = INTERACTIVE,\r
-         key = FORM_RESET;\r
+    text\r
+         help   = STRING_TOKEN(STR_RESET),\r
+         text   = STRING_TOKEN(STR_RESET),\r
+         text   = STRING_TOKEN(STR_NULL_STRING),\r
+         flags  = INTERACTIVE,\r
+         key    = FORM_RESET;\r
 \r
   endform;\r
 \r
@@ -106,13 +105,13 @@ formset
 \r
        goto FORM_BOOT_DEL_ID,\r
             prompt = STRING_TOKEN(STR_FORM_BOOT_DEL_TITLE),\r
-            help = STRING_TOKEN(STR_FORM_NEXT_BOOT_HELP),\r
+            help = STRING_TOKEN(STR_FORM_BOOT_IMMEDIATE_HELP),\r
             flags = INTERACTIVE,\r
             key = FORM_BOOT_DEL_ID;\r
 \r
        goto FORM_BOOT_CHG_ID,\r
             prompt = STRING_TOKEN(STR_FORM_BOOT_CHG_TITLE),\r
-            help = STRING_TOKEN(STR_FORM_NEXT_BOOT_HELP),\r
+            help = STRING_TOKEN(STR_FORM_BOOT_IMMEDIATE_HELP),\r
             flags = INTERACTIVE,\r
             key = FORM_BOOT_CHG_ID;\r
 \r
@@ -155,13 +154,6 @@ formset
             key = FORM_DRV_CHG_ID;\r
   endform;\r
 \r
-  form formid = FORM_BOOT_ADD_ID,\r
-       title = STRING_TOKEN(STR_FORM_BOOT_ADD_TITLE);\r
-\r
-       label FORM_BOOT_ADD_ID;\r
-       label LABEL_END;\r
-  endform;\r
-\r
   form formid = FORM_BOOT_DEL_ID,\r
        title = STRING_TOKEN(STR_FORM_BOOT_DEL_TITLE);\r
 \r
@@ -299,13 +291,6 @@ formset
        label LABEL_END;\r
   endform;\r
 \r
-  form formid = FORM_DRV_ADD_FILE_ID,\r
-       title = STRING_TOKEN(STR_FORM_DRV_ADD_FILE_TITLE);\r
-\r
-       label FORM_DRV_ADD_FILE_ID;\r
-       label LABEL_END;\r
-  endform;\r
-\r
   form formid = FORM_DRV_ADD_HANDLE_ID,\r
        title = STRING_TOKEN(STR_FORM_DRV_ADD_HANDLE_TITLE);\r
 \r