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

Unified Diff: tests/bitmaps/case_simple.yaml

Issue 6508006: Enable EFIv1 compression in bmpbklk_utility. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Added tests, updated copyrights, moved bmpblk_util.h as suggested. 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/Word.bmp ('k') | utility/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/bitmaps/case_simple.yaml
diff --git a/tests/bitmaps/case_simple.yaml b/tests/bitmaps/case_simple.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..5c8590dbc1ae69ca5c414bd9d23fb96b65705769
--- /dev/null
+++ b/tests/bitmaps/case_simple.yaml
@@ -0,0 +1,27 @@
+
+bmpblock: 1.0
+
+images:
+ background: Background.bmp
+ text: Word.bmp
+
+screens:
+ scr_1:
+ - [0, 0, background]
+ - [45, 45, text ]
+
+ scr_2:
+ - [0, 0, background]
+ - [45, 400, text ]
+
+ scr_3:
+ - [0, 0, background]
+ - [400, 400, text ]
+
+ scr_4:
+ - [0, 0, background]
+ - [400, 45, text ]
+
+
+localizations:
+ - [ scr_1, scr_2, scr_3, scr_4 ]
« no previous file with comments | « tests/bitmaps/Word.bmp ('k') | utility/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698