Add softkey config source file.
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 2 Apr 2010 17:24:28 +0000 (17:24 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 2 Apr 2010 17:24:28 +0000 (17:24 +0000)
SVN revision: 47713

config/illume-home/Makefile.am
config/illume-home/module.illume-softkey.src [new file with mode: 0644]

index 6852a05..672f3f8 100644 (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
 
diff --git a/config/illume-home/module.illume-softkey.src b/config/illume-home/module.illume-softkey.src
new file mode 100644 (file)
index 0000000..afca4e8
--- /dev/null
@@ -0,0 +1,4 @@
+group "Illume-Softkey_Cfg" struct {
+    value "version" int: 0;
+    value "height" int: 32;
+}