Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: tests/bitmaps/case_order2.yaml

Issue 6533012: Write images to the bmpblock in the order they appear in the yaml. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/bitmaps/case_order1.yaml ('k') | utility/bmpblk_utility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/bitmaps/case_order2.yaml
diff --git a/tests/bitmaps/case_order2.yaml b/tests/bitmaps/case_order2.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..91ac6dd751befbcb8f576fc656c574564482c6d8
--- /dev/null
+++ b/tests/bitmaps/case_order2.yaml
@@ -0,0 +1,36 @@
+
+bmpblock: 1.0
+
+images:
+ zmage0: Background.bmp
+ image1: Word.bmp
+
+screens:
+ scr_a4:
+ - [0, 0, zmage0]
+
+ scr_b4:
+ - [0, 0, zmage0]
+
+ scr_c4:
+ - [0, 0, zmage0]
+
+ scr_d4:
+ - [0, 0, zmage0]
+
+ scr_a1:
+ - [45, 45, image1 ]
+
+ scr_b1:
+ - [45, 400, image1 ]
+
+ scr_c1:
+ - [400, 400, image1 ]
+
+ scr_d1:
+ - [400, 45, image1 ]
+
+localizations:
+ - [ scr_a4, scr_b4, scr_c4, scr_d4 ]
+ - [ scr_a1, scr_b1, scr_c1, scr_d1 ]
+
« no previous file with comments | « tests/bitmaps/case_order1.yaml ('k') | utility/bmpblk_utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698