mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-25 17:27:18 +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>
28 lines
377 B
YAML
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 ]
|