From f979707f1edfc6196119061e733ff1a7c143c795 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 4 May 2022 20:40:17 +0300 Subject: add solid colors test --- UefiMonitorTest/UefiMonitorTest.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'UefiMonitorTest/UefiMonitorTest.c') diff --git a/UefiMonitorTest/UefiMonitorTest.c b/UefiMonitorTest/UefiMonitorTest.c index 29efa8d..a180e63 100644 --- a/UefiMonitorTest/UefiMonitorTest.c +++ b/UefiMonitorTest/UefiMonitorTest.c @@ -11,10 +11,12 @@ #include "UefiMonitorTest.h" #include "MainMenu.h" #include "SettingsMenu.h" +#include "tests/SolidColors.h" STATIC CONST UMT_STATE_ACTIONS mStateActions[UMT_STATE_END] = { { MainMenuInit, MainMenuDoit, MainMenuTip, MainMenuChangeParam, MainMenuChangeValue }, - { SettingsMenuInit, SettingsMenuDoit, SettingsMenuTip, SettingsChangeParam, SettingsMenuChangeValue } + { SettingsMenuInit, SettingsMenuDoit, SettingsMenuTip, SettingsChangeParam, SettingsMenuChangeValue }, + { SolidColorsTestInit, SolidColorsTestDoit, SolidColorsTestTip, SolidColorsTestChangeParam, SolidColorsTestChangeValue } }; EFI_HII_HANDLE gUmtHiiHandle = NULL; -- cgit v1.2.3-18-g5258