]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr
Remove Framework HII "class\subclass" in all VFR
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BootMaint / Bm.vfr
index 7dbb10bb065edb3ff5652cc33011d31576c3c075..0d35c2c37e68fdb656d1bbc87fc09b8639eb3644 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
@@ -20,8 +20,6 @@ formset
   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
   varstore BMM_FAKE_NV_DATA,\r
     varid = VARSTORE_ID_BOOT_MAINT,\r
@@ -55,12 +53,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
@@ -80,11 +77,11 @@ 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
+         flags  = INTERACTIVE,\r
+         key    = FORM_RESET;\r
 \r
   endform;\r
 \r
@@ -154,13 +151,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
@@ -298,13 +288,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