summaryrefslogtreecommitdiff
path: root/tests/bitmaps/case_badbmp.yaml
blob: 1222aaf87a785bf81f630a2537f2106ffd8ce377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 ]