From c9802c45647d84e71b4620fdfff0c4bd88cf5acb Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Thu, 12 May 2016 13:25:26 +0800 Subject: MdeModulePkg UiApp: change code for easy customization. Change file arrangement to let user easy customize the front page UI. After this change: 1. UiCustomizeFrontPage function in FrontPageCustomizedUi.c use to let user customize front page menus. UiFrontPageCallbackHandler function use to handle the callback for the added menus. 2. FrontPageCustomizedUiSupport.c file used to add support functions used by FrontPageCustomizedUi.c file. 3. After this change, only above two files need to be updated if front page menus needed to be changed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao --- MdeModulePkg/Application/UiApp/String.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'MdeModulePkg/Application/UiApp/String.h') diff --git a/MdeModulePkg/Application/UiApp/String.h b/MdeModulePkg/Application/UiApp/String.h index 386b92d15a..31c443875f 100644 --- a/MdeModulePkg/Application/UiApp/String.h +++ b/MdeModulePkg/Application/UiApp/String.h @@ -65,4 +65,13 @@ UninitializeStringSupport ( VOID ); +/** + Routine to export glyphs to the HII database. This is in addition to whatever is defined in the Graphics Console driver. + +**/ +EFI_HII_HANDLE +ExportFonts ( + VOID + ); + #endif // _STRING_H_ -- cgit v1.2.3