summaryrefslogtreecommitdiff
path: root/tests/vb2_auxfw_sync_tests.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2020-03-20 17:10:33 +0800
committerCommit Bot <commit-bot@chromium.org>2020-05-25 11:26:59 +0000
commitff2a2f2cf6b77be178b2425bc0c60ef5c6c8cf21 (patch)
tree92cc66fd2235152d080af512e9112b3e212284a4 /tests/vb2_auxfw_sync_tests.c
parent0b004fe6b1e3dc14ebec45f02d6641f29dba59a4 (diff)
downloadvboot-ff2a2f2cf6b77be178b2425bc0c60ef5c6c8cf21.tar.gz
vboot: reshuffle legacy UI files
- Use "vboot_ui_legacy" prefix for all legacy UI-related files. - Merge vboot_display.{c,h} and vboot_ui_legacy_common.c into vboot_ui_legacy.{c,h}. - Move VbDisplayScreen and VbDisplayMenu implementation into their respective vboot_ui_legacy_*.c files. - Update VbCheckDisplayKey to take |screen| argument to avoid reading disp_current_screen global variable. BUG=b:124141368, chromium:968464 TEST=make clean && make runtests BRANCH=none Change-Id: I777551e4968ca22282901d22a262a8f2ec849702 Signed-off-by: Joel Kitching <kitching@google.com> Cq-Depend: chromium:2214615 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2112322 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'tests/vb2_auxfw_sync_tests.c')
-rw-r--r--tests/vb2_auxfw_sync_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vb2_auxfw_sync_tests.c b/tests/vb2_auxfw_sync_tests.c
index 75b139be..358f706b 100644
--- a/tests/vb2_auxfw_sync_tests.c
+++ b/tests/vb2_auxfw_sync_tests.c
@@ -17,9 +17,9 @@
#include "load_kernel_fw.h"
#include "test_common.h"
#include "vboot_audio.h"
-#include "vboot_display.h"
#include "vboot_kernel.h"
#include "vboot_struct.h"
+#include "vboot_ui_legacy.h"
/* Mock data */
static struct vb2_context *ctx;