diff options
author | Eric Dong <eric.dong@intel.com> | 2016-05-12 13:25:26 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-05-13 11:18:13 +0800 |
commit | c9802c45647d84e71b4620fdfff0c4bd88cf5acb (patch) | |
tree | f029b8a7feef7da352578ef16c89ccadc36f4b4e /MdeModulePkg/Application/UiApp/FrontPage.h | |
parent | a85be3ae48a8aaa40b755cd0ff7270c67cfed585 (diff) | |
download | edk2-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/FrontPage.h')
-rw-r--r-- | MdeModulePkg/Application/UiApp/FrontPage.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/MdeModulePkg/Application/UiApp/FrontPage.h b/MdeModulePkg/Application/UiApp/FrontPage.h index a42253f401..1da56aced2 100644 --- a/MdeModulePkg/Application/UiApp/FrontPage.h +++ b/MdeModulePkg/Application/UiApp/FrontPage.h @@ -41,12 +41,7 @@ extern BOOLEAN gConnectAllHappened; //
#define FRONT_PAGE_FORM_ID 0x1000
-#define FRONT_PAGE_KEY_OFFSET 0x4000
-#define FRONT_PAGE_KEY_CONTINUE 0x1000
-#define FRONT_PAGE_KEY_LANGUAGE 0x1234
-
-#define LABEL_SELECT_LANGUAGE 0x1000
-#define LABEL_PLATFORM_INFORMATION 0x1001
+#define LABEL_FRANTPAGE_INFORMATION 0x1000
#define LABEL_END 0xffff
#define FRONT_PAGE_FORMSET_GUID \
|