illume_svn.bb: The keyboard is now runtime configurable
[openembedded.git] / packages / openmoko-projects / illume / module.illume.src
1 group "Illume_Cfg" struct {
2   value "config_version" int: 1;
3   value "launcher.mode" int: 1;
4   value "launcher.icon_size" int: 120;
5   value "launcher.single_click" int: 1;
6   value "power.auto_suspend" int: 1;
7   value "power.auto_suspend_delay" int: 1;
8   value "performance.cache_level" int: 3;
9   value "performance.fps" int: 25;
10   value "slipshelf.main_gadget_size" int: 42;
11   value "slipshelf.extra_gagdet_size" int: 32;
12   value "sliding.slipshelf.duration" int: 1000;
13   value "sliding.kbd.duration" int: 1000;
14   value "sliding.busywin.duration" int: 1000;
15   value "sliding.layout.duration" int: 0;
16   value "kbd.use_internal" int: 1;
17 }