mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
BUG=chromium-os:11742 TEST=manual Check out sources, run: cd src/platform/vboot_reference make make runbmptests It should pass. Change-Id: I50ebdef26662e7446828315a3f5e2786624508b9 Review URL: http://codereview.chromium.org/6246150
20 lines
481 B
YAML
20 lines
481 B
YAML
# Invalid specification: requests missing image file.
|
|
|
|
bmpblock: 1.0
|
|
|
|
# These are the individual images which are layered to produce a screen layout.
|
|
images:
|
|
devmode: NotReallyA.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 ]
|
|
|