X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=IntelFrameworkModulePkg%2FUniversal%2FBdsDxe%2FBootMaint%2FBm.vfr;h=fd14a7714eb24f494c65b6bf666f1559e868227c;hb=3a4e7a3e73a40eecbb0a977a0e7421ff5743c353;hp=4f38a34bba4afc79411fd54c9f35a7c35a5bfa67;hpb=5c08e1173703234cc2913757f237ee916087498a;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr index 4f38a34bba..fd14a7714e 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr @@ -2,8 +2,8 @@ // // Boot Maintenance Utility Formset // -// Copyright (c) 2004 - 2008, Intel Corporation.
-// All rights reserved. This program and the accompanying materials +// Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.
+// This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License // which accompanies this distribution. The full text of the license may be found at // http://opensource.org/licenses/bsd-license.php @@ -15,12 +15,11 @@ #include "FormGuid.h" -#define LABEL_END 0xffff - formset guid = BOOT_MAINT_FORMSET_GUID, title = STRING_TOKEN(STR_FORM_MAIN_TITLE), help = STRING_TOKEN(STR_NULL_STRING), + classguid = BOOT_MAINT_FORMSET_GUID, class = 0, subclass = 0, @@ -56,12 +55,11 @@ formset subtitle text = STRING_TOKEN(STR_NULL_STRING); - text + goto FORM_CON_MAIN_ID, + prompt = STRING_TOKEN(STR_BOOT_FROM_FILE), help = STRING_TOKEN(STR_BOOT_FROM_FILE_HELP), - text = STRING_TOKEN(STR_BOOT_FROM_FILE), - text = STRING_TOKEN(STR_NULL_STRING), - flags = INTERACTIVE, - key = KEY_VALUE_BOOT_FROM_FILE; + flags = INTERACTIVE, + key = KEY_VALUE_BOOT_FROM_FILE; subtitle text = STRING_TOKEN(STR_NULL_STRING); @@ -81,11 +79,12 @@ formset subtitle text = STRING_TOKEN(STR_NULL_STRING); - goto FORM_MAIN_ID, - prompt = STRING_TOKEN(STR_RESET), - help = STRING_TOKEN(STR_RESET), - flags = INTERACTIVE, - key = FORM_RESET; + text + help = STRING_TOKEN(STR_RESET), + text = STRING_TOKEN(STR_RESET), + text = STRING_TOKEN(STR_NULL_STRING), + flags = INTERACTIVE, + key = FORM_RESET; endform; @@ -106,13 +105,13 @@ formset goto FORM_BOOT_DEL_ID, prompt = STRING_TOKEN(STR_FORM_BOOT_DEL_TITLE), - help = STRING_TOKEN(STR_FORM_NEXT_BOOT_HELP), + help = STRING_TOKEN(STR_FORM_BOOT_IMMEDIATE_HELP), flags = INTERACTIVE, key = FORM_BOOT_DEL_ID; goto FORM_BOOT_CHG_ID, prompt = STRING_TOKEN(STR_FORM_BOOT_CHG_TITLE), - help = STRING_TOKEN(STR_FORM_NEXT_BOOT_HELP), + help = STRING_TOKEN(STR_FORM_BOOT_IMMEDIATE_HELP), flags = INTERACTIVE, key = FORM_BOOT_CHG_ID;