mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-13 03:15:06 +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>
22 lines
538 B
YAML
22 lines
538 B
YAML
# Invalid specification: requests missing image file.
|
|
|
|
bmpblock: 2.0
|
|
|
|
# These are the individual images which are layered to produce a screen layout.
|
|
images:
|
|
devmode: NotReallyA.bmp
|
|
$HWID: FontFile.bin
|
|
|
|
# These are all of the distinct layouts that we know how to display.
|
|
screens:
|
|
dev_en:
|
|
- [0, 0, devmode]
|
|
- [100, 100, $HWID]
|
|
|
|
|
|
# To customize the images for a particular locale, just reorder this list so
|
|
# that the default language appears first.
|
|
localizations:
|
|
- [ dev_en, dev_en, dev_en, dev_en ]
|
|
|