summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Application/UiApp/String.h
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2016-05-12 13:25:26 +0800
committerLiming Gao <liming.gao@intel.com>2016-05-13 11:18:13 +0800
commitc9802c45647d84e71b4620fdfff0c4bd88cf5acb (patch)
treef029b8a7feef7da352578ef16c89ccadc36f4b4e /MdeModulePkg/Application/UiApp/String.h
parenta85be3ae48a8aaa40b755cd0ff7270c67cfed585 (diff)
downloadedk2-platforms-c9802c45647d84e71b4620fdfff0c4bd88cf5acb.tar.xz
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>
Diffstat (limited to 'MdeModulePkg/Application/UiApp/String.h')
-rw-r--r--MdeModulePkg/Application/UiApp/String.h9
1 files changed, 9 insertions, 0 deletions
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_