mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 02:15:14 +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>
20 lines
481 B
YAML
20 lines
481 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: NoSuchFile.bmp
|
|
|
|
# These are all of the distinct layouts that we know how to display.
|
|
screens:
|
|
dev_en:
|
|
- [0, 0, devmode]
|
|
|
|
|
|
# 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 ]
|
|
|