diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 22:26:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 22:26:03 +0000 |
commit | fc3b97418571ca401dfa3fda18bbbca9d9875914 (patch) | |
tree | ac1ab74d4f2cedee4e8a953e81e85e743e6655aa /packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf | |
parent | dc10f3e60a09d1df1aa9d38c2508c60de5fe3d52 (diff) |
frameworkd git update revision to ms3 RC1, catch up framework configurations
Diffstat (limited to 'packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf')
-rw-r--r-- | packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf index d985bb342e..c25805b36f 100644 --- a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf @@ -1,6 +1,13 @@ -[idlenotifier] +[frameworkd] +version = 1 -[input] +[odeviced.audio] +# set default alsa scenario +default_scenario = stereoout +# set path to alsa scenario files +scenario_dir = /usr/share/openmoko/scenarios + +[odeviced.input] # Keys report1 = AUX,key,169,1 report2 = POWER,key,116,1 @@ -18,3 +25,6 @@ path = 6000 [opreferencesd] rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences + +[oeventsd] +rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml |