mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
When we changed the bmpblk version from 1.2 to 2.0, the tests weren't updated. BUG=chrome-os-partner:11078 BRANCH=all TEST=manual make && make runtests Change-Id: I244a9aeeb34be912fe6058687394c37d0e474890 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/31377 Reviewed-by: Randall Spangler <rspangler@chromium.org>
29 lines
342 B
YAML
29 lines
342 B
YAML
|
|
bmpblock: 2.0
|
|
|
|
images:
|
|
image0: Background.bmp
|
|
image1: Word.bmp
|
|
|
|
screens:
|
|
scr_a0:
|
|
- [0, 0, image0]
|
|
|
|
scr_b0:
|
|
- [0, 0, image0]
|
|
|
|
scr_c0:
|
|
- [0, 0, image0]
|
|
|
|
scr_d0:
|
|
- [0, 0, image0]
|
|
|
|
scr_z:
|
|
- [45, 45, image1 ]
|
|
|
|
localizations:
|
|
- [ scr_a0, scr_b0, scr_c0, scr_d0 ]
|
|
- [ scr_a0, scr_b0, scr_c0, scr_z ]
|
|
|
|
|