Files
rk35xx-android14/external/vboot_reference/tests/bitmaps/case_simple.yaml
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

28 lines
377 B
YAML

bmpblock: 2.0
images:
background: Background.bmp
text: Word.bmp
screens:
scr_1:
- [0, 0, background]
- [45, 45, text ]
scr_2:
- [0, 0, background]
- [45, 400, text ]
scr_3:
- [0, 0, background]
- [400, 400, text ]
scr_4:
- [0, 0, background]
- [400, 45, text ]
localizations:
- [ scr_1, scr_2, scr_3, scr_4 ]