///** @file // // Boot Maintenance Utility Formset // // Copyright (c) 2004 - 2018, 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 // // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // //**/ #include "FormGuid.h" formset guid = BOOT_MAINT_FORMSET_GUID, title = STRING_TOKEN(STR_FORM_MAIN_TITLE), help = STRING_TOKEN(STR_NULL_STRING), classguid = BOOT_MAINT_FORMSET_GUID, varstore BMM_FAKE_NV_DATA, varid = VARSTORE_ID_BOOT_MAINT, name = BmmData, guid = BOOT_MAINT_FORMSET_GUID; form formid = FORM_BOOT_CHG_ID, title = STRING_TOKEN(STR_FORM_BOOT_CHG_TITLE); label FORM_BOOT_CHG_ID; label LABEL_END; endform; form formid = FORM_MAIN_ID, title = STRING_TOKEN(STR_FORM_MAIN_TITLE); goto FORM_BOOT_CHG_ID, prompt = STRING_TOKEN(STR_FORM_BOOT_CHG_TITLE), help = STRING_TOKEN(STR_FORM_BOOT_IMMEDIATE_HELP), flags = INTERACTIVE, key = FORM_BOOT_CHG_ID; subtitle text = STRING_TOKEN(STR_NULL_STRING); goto FORM_BOOT_ADD_ID, prompt = STRING_TOKEN(STR_FORM_BOOT_ADD_TITLE), help = STRING_TOKEN(STR_FORM_BOOT_ADD_HELP), flags = INTERACTIVE, key = FORM_BOOT_ADD_ID; goto FORM_BOOT_DEL_ID, prompt = STRING_TOKEN(STR_FORM_BOOT_DEL_TITLE), help = STRING_TOKEN(STR_FORM_BOOT_IMMEDIATE_HELP), flags = INTERACTIVE, key = FORM_BOOT_DEL_ID; subtitle text = STRING_TOKEN(STR_NULL_STRING); goto FORM_BOOT_FROM_FILE_ID, prompt = STRING_TOKEN(STR_BOOT_FROM_FILE), help = STRING_TOKEN(STR_BOOT_FROM_FILE_HELP), flags = INTERACTIVE, key = KEY_VALUE_BOOT_FROM_FILE; subtitle text = STRING_TOKEN(STR_NULL_STRING); text help = STRING_TOKEN(STR_RESET), text = STRING_TOKEN(STR_RESET), flags = INTERACTIVE, key = FORM_RESET; endform; form formid = FORM_BOOT_DEL_ID, title = STRING_TOKEN(STR_FORM_BOOT_DEL_TITLE); label FORM_BOOT_DEL_ID; label LABEL_END; endform; form formid = FORM_DRV_DEL_ID, title = STRING_TOKEN(STR_FORM_DRV_DEL_TITLE); label FORM_DRV_DEL_ID; label LABEL_END; endform; form formid = FORM_FILE_SEEK_ID, title = STRING_TOKEN(STR_FORM_BOOT_ADD_TITLE); label FORM_FILE_SEEK_ID; label LABEL_END; endform; form formid = FORM_FILE_NEW_SEEK_ID, title = STRING_TOKEN(STR_FORM_BOOT_ADD_TITLE); label FORM_FILE_NEW_SEEK_ID; label LABEL_END; endform; form formid = FORM_CON_OUT_ID, title = STRING_TOKEN(STR_FORM_CON_OUT_TITLE); label FORM_CON_OUT_ID; label LABEL_END; endform; form formid = FORM_CON_ERR_ID, title = STRING_TOKEN(STR_FORM_STD_ERR_TITLE); label FORM_CON_ERR_ID; label LABEL_END; endform; form formid = FORM_SET_FD_ORDER_ID, title = STRING_TOKEN(STR_FORM_SET_FD_ORDER_TITLE); label FORM_SET_FD_ORDER_ID; label LABEL_END; endform; form formid = FORM_SET_HD_ORDER_ID, title = STRING_TOKEN(STR_FORM_SET_HD_ORDER_TITLE); label FORM_SET_HD_ORDER_ID; label LABEL_END; endform; form formid = FORM_SET_CD_ORDER_ID, title = STRING_TOKEN(STR_FORM_SET_CD_ORDER_TITLE); label FORM_SET_CD_ORDER_ID; label LABEL_END; endform; form formid = FORM_SET_NET_ORDER_ID, title = STRING_TOKEN(STR_FORM_SET_NET_ORDER_TITLE); label FORM_SET_NET_ORDER_ID; label LABEL_END; endform; form formid = FORM_SET_BEV_ORDER_ID, title = STRING_TOKEN(STR_FORM_SET_BEV_ORDER_TITLE); label FORM_SET_BEV_ORDER_ID; label LABEL_END; endform; endformset;