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 <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user