1# Invalid specification: requests missing image file. 2 3bmpblock: 2.0 4 5# These are the individual images which are layered to produce a screen layout. 6images: 7 devmode: NoSuchFile.bmp 8 9# These are all of the distinct layouts that we know how to display. 10screens: 11 dev_en: 12 - [0, 0, devmode] 13 14 15# To customize the images for a particular locale, just reorder this list so 16# that the default language appears first. 17localizations: 18 - [ dev_en, dev_en, dev_en, dev_en ] 19 20