~ubuntu-branches/ubuntu/trusty/vboot-utils/trusty

« back to all changes in this revision

Viewing changes to tests/bitmaps/case_reuse.yaml

  • Committer: Package Import Robot
  • Author(s): Antonio Terceiro
  • Date: 2012-12-16 11:03:40 UTC
  • Revision ID: package-import@ubuntu.com-20121216110340-f7wcseecbc9jed5l
Tags: upstream-0~20121212
ImportĀ upstreamĀ versionĀ 0~20121212

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
bmpblock: 2.0
 
3
 
 
4
images:
 
5
  image0:     Background.bmp
 
6
  image1:     Word.bmp
 
7
 
 
8
screens:
 
9
  scr_a0:
 
10
    - [0, 0, image0]
 
11
 
 
12
  scr_b0:
 
13
    - [0, 0, image0]
 
14
 
 
15
  scr_c0:
 
16
    - [0, 0, image0]
 
17
 
 
18
  scr_d0:
 
19
    - [0, 0, image0]
 
20
 
 
21
  scr_z:
 
22
    - [45, 45, image1 ]
 
23
 
 
24
localizations:
 
25
  - [ scr_a0, scr_b0, scr_c0, scr_d0 ]
 
26
  - [ scr_a0, scr_b0, scr_c0, scr_z ]
 
27
 
 
28