Files
OpenCellular/tests/bitmaps/case_order1.yaml
Bill Richardson f82f941b80 Write images to the bmpblock in the order they appear in the yaml.
This ensures that equivalent yaml files produce identical bmpblock binaries.

BUG=chromium-os:12158
TEST=manual

  cd src/platform/vboot_reference
  make
  make runbmptests

Change-Id: Ic8103ff90e57034d72fb3920a6c198c77768f162

Review URL: http://codereview.chromium.org/6533012
2011-02-17 08:56:33 -08:00

37 lines
452 B
YAML

bmpblock: 1.0
images:
image0: Background.bmp
image1: Word.bmp
screens:
scr_a0:
- [0, 0, image0]
scr_b0:
- [0, 0, image0]
scr_c0:
- [0, 0, image0]
scr_d0:
- [0, 0, image0]
scr_a1:
- [45, 45, image1 ]
scr_b1:
- [45, 400, image1 ]
scr_c1:
- [400, 400, image1 ]
scr_d1:
- [400, 45, image1 ]
localizations:
- [ scr_a0, scr_b0, scr_c0, scr_d0 ]
- [ scr_a1, scr_b1, scr_c1, scr_d1 ]