Add softkey config source file.

SVN revision: 47713
This commit is contained in:
Christopher Michael 2010-04-02 17:24:28 +00:00
parent 250cd38661
commit 2287b9f244
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@ EXTRA_DIST = \
module.illume-home.src \
module.illume-keyboard.src \
module.illume-indicator.src \
module.illume-softkey.src \
module.illume2.src \
module.conf.src
@ -22,6 +23,7 @@ files_DATA = \
module.illume-home.cfg \
module.illume-keyboard.cfg \
module.illume-indicator.cfg \
module.illume-softkey.cfg \
module.illume2.cfg \
module.conf.cfg

View File

@ -0,0 +1,4 @@
group "Illume-Softkey_Cfg" struct {
value "version" int: 0;
value "height" int: 32;
}