From a85be3ae48a8aaa40b755cd0ff7270c67cfed585 Mon Sep 17 00:00:00 2001 From: "Dong, Eric" Date: Thu, 12 May 2016 16:32:17 +0800 Subject: BootMaintenanceManagerUiLib: change code for customization. Change file arrangement to let user easy customize the BMM UI. After this change: 1. UiCustomizeBMMPage function in BootMaintenanceManagerCustomizedUi.c use to let user customize BMM first page menus. UiBMMCallbackHandler function use to handle the callback for the added menus. 2. BootMaintenanceManagerCustomizedUiSupport.c file used to add support functions used by BootMaintenanceManagerCustomizedUi.c file. 3. After this change, only above two files need to be updated if BMM first page menus needed to be changed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao --- .../BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni | 4 ---- 1 file changed, 4 deletions(-) (limited to 'MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni') diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni index af0ea5ee57..20b2a7744a 100644 --- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni +++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerStrings.uni @@ -67,10 +67,6 @@ #language fr-FR "Set Memory Check Type" #string STR_FORM_MEMORY_CHECK_HELP #language en-US "Modify the type of memory checking" #language fr-FR "Modify the type of memory checking" -#string STR_MEMORY_CHECK_SETUP #language en-US "Memory Check Type" - #language fr-FR "Memory Check Type" -#string STR_MEMORY_CHECK_SETUP_HELP #language en-US "Memory test coverage level. Ignore chooses not to test memory. Quick and Sparse test some memory, and Extensive performs a detailed memory test." - #language fr-FR "Memory test coverage level. Ignore chooses not to test memory. Quick and Sparse test some memory, and Extensive performs a detailed memory test." #string STR_FORM_UEFI_OPTIMIZED_BOOT_TITLE #language en-US "UEFI Optimized Boot" #language fr-FR "UEFI Optimized Boot" #string STR_FORM_UEFI_OPTIMIZED_BOOT_HELP #language en-US "Modify the UEFI Optimized Boot setting" -- cgit v1.2.3