]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.h
MdeModulePkg: Add UNI files for BootManagerMenuApp application.
[mirror_edk2.git] / MdeModulePkg / Library / CustomizedDisplayLib / CustomizedDisplayLibInternal.h
index ab197cfe722ba232fc7a0065fe800bdb44aa9c04..7342b508b06e39b6c2598b5cc37944ce494dfc8c 100644 (file)
@@ -57,7 +57,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #define FORMSET_CLASS_PLATFORM_SETUP         0x0001\r
 #define FORMSET_CLASS_FRONT_PAGE             0x0002\r
-#define FORMSET_CLASS_MODEL_PAGE             0x0004\r
 \r
 \r
 #define FRONT_PAGE_HEADER_HEIGHT      6\r
@@ -130,23 +129,12 @@ PrintBannerInfo (
   );\r
 \r
 /**\r
-\r
-  Print framework for a page.\r
-  \r
-**/\r
-VOID\r
-PrintFramework (\r
-  VOID\r
-  );\r
-  \r
-/**\r
-  Print the form title.\r
+  Print framework and form title for a page.\r
 \r
   @param[in]  FormData             Form Data to be shown in Page\r
-\r
 **/\r
 VOID\r
-PrintFormTitle (\r
+PrintFramework (\r
   IN FORM_DISPLAY_ENGINE_FORM       *FormData\r
   );\r
 \r
@@ -205,11 +193,13 @@ LibGetStringWidth (
   Show all registered HotKey help strings on bottom Rows.\r
 \r
   @param FormData          The curent input form data info.\r
+  @param SetState          Set HotKey or Clear HotKey\r
 \r
 **/\r
 VOID\r
 PrintHotKeyHelpString (\r
-  IN FORM_DISPLAY_ENGINE_FORM      *FormData\r
+  IN FORM_DISPLAY_ENGINE_FORM      *FormData,\r
+  IN BOOLEAN                       SetState\r
   );\r
   \r
 /**\r