aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/UefiMonitorTest.c
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2022-04-25 22:51:58 +0300
committerJoursoir <chat@joursoir.net>2022-04-25 22:51:58 +0300
commit9043e43dc2ab374f60080e5963dc60fd1bddabf3 (patch)
tree5b7ea97610884dfecdf43cbaacd4e7d02024fd95 /UefiMonitorTest/UefiMonitorTest.c
parent7b7d487c9e30fc4a9480209d4b37aa29b7a61ddd (diff)
downloadumt-9043e43dc2ab374f60080e5963dc60fd1bddabf3.tar.gz
umt-9043e43dc2ab374f60080e5963dc60fd1bddabf3.tar.bz2
umt-9043e43dc2ab374f60080e5963dc60fd1bddabf3.zip
add the main menu stubs
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTest.c')
-rw-r--r--UefiMonitorTest/UefiMonitorTest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/UefiMonitorTest/UefiMonitorTest.c b/UefiMonitorTest/UefiMonitorTest.c
index 1ac26e2..8c4eb9c 100644
--- a/UefiMonitorTest/UefiMonitorTest.c
+++ b/UefiMonitorTest/UefiMonitorTest.c
@@ -6,9 +6,10 @@
#include <Library/UefiBootServicesTableLib.h>
#include "UefiMonitorTest.h"
+#include "MainMenu.h"
STATIC CONST UMT_STATE_ACTIONS mStateActions[UMT_STATE_END] = {
- { NULL, NULL, NULL, NULL, NULL }
+ { MainMenuInit, MainMenuDoit, MainMenuTip, MainMenuKeyRight, MainMenuKeyLeft }
};
STATIC