[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Martin Jansa Martin.Jansa at gmail.com
Sat Aug 6 08:20:14 UTC 2011


The following commit has been merged in the debian branch:
commit 01cccd275f313d1b275371eb6c64067310f06714
Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jan 17 13:16:54 2011 +0100

    add machine specific frameworkd.conf files from frameworkd-config-shr

diff --git a/etc/a780/frameworkd.conf b/etc/a780/frameworkd.conf
new file mode 100644
index 0000000..1b1bf44
--- /dev/null
+++ b/etc/a780/frameworkd.conf
@@ -0,0 +1,39 @@
+[frameworkd]
+version = 1
+log_level = DEBUG
+log_to = file
+log_destination = /var/log/frameworkd.log
+
+[input]
+# keys (copied from Openmoko, need to adjust)
+report1 = AUX,key,169,1
+report2 = POWER,key,116,1
+report3 = USB,key,356,0
+report4 = HEADSET,switch,2,0
+
+[ogsmd]
+# A780 has Freescale Neptune LTE
+modemtype = freescale_neptune
+
+[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
+
+[opimd]
+contacts_default_backend = SQLite-Contacts
+messages_default_backend = SQLite-Messages
+calls_default_backend = SQLite-Calls
+dates_default_backend = SQLite-Dates
+notes_default_backend = SQLite-Notes
+tasks_default_backend = SQLite-Tasks
+messages_default_folder = Unfiled
+messages_trash_folder = Trash
+sim_messages_default_folder = SMS
+contacts_merging_enabled = 1
+rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
+
+[ousaged]
+disable = 1
+
diff --git a/etc/htcdream/frameworkd.conf b/etc/htcdream/frameworkd.conf
new file mode 100644
index 0000000..8c20508
--- /dev/null
+++ b/etc/htcdream/frameworkd.conf
@@ -0,0 +1,66 @@
+[frameworkd]
+# indicates this configuration version, do not change
+version = 1
+# the default log_level, if not specified per subsystem or module
+# available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL
+log_level = INFO
+# the global log_destination. Uncomment to enable
+# available destinations are: stderr, file, syslog
+log_to = file
+# if logging to a file, specify the destination
+log_destination = /var/log/frameworkd.log
+# persistence format, one of "pickle", "yaml"
+persist_format = pickle
+rootdir = ../etc/freesmartphone:/etc/freesmartphone:/usr/etc/freesmartphone
+# specify how subsystems scan for their plugins,
+# either "auto" (via filesystem scan) or "config" (via config section check)
+# the default is "auto" (slow).
+scantype = auto
+
+[odeviced]
+disable = 1
+
+[ogsmd]
+disable = 1
+
+[ogpsd]
+device = MSMDevice
+channel = SerialChannel
+path = /dev/smd27
+
+[opreferencesd]
+rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[opreferencesd.opreferenced]
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+
+[oeventsd.oeventsd]
+
+[opimd]
+contacts_default_backend = SQLite-Contacts
+messages_default_backend = SQLite-Messages
+calls_default_backend = SQLite-Calls
+dates_default_backend = SQLite-Dates
+notes_default_backend = SQLite-Notes
+tasks_default_backend = SQLite-Tasks
+messages_default_folder = Unfiled
+messages_trash_folder = Trash
+sim_messages_default_folder = SMS
+contacts_merging_enabled = 1
+rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
+
+[opimd.opimd]
+
+[ousaged]
+disable = 1
+
+[ophoned]
+disable = 1
+
+[otimed]
+disable = 1
+
+[onetworkd]
+disable = 1
diff --git a/etc/magician/frameworkd.conf b/etc/magician/frameworkd.conf
new file mode 100644
index 0000000..d2a2c54
--- /dev/null
+++ b/etc/magician/frameworkd.conf
@@ -0,0 +1,42 @@
+[frameworkd]
+version = 1
+log_level = DEBUG
+log_to = file
+log_destination = /var/log/frameworkd.log
+
+[odeviced.input]
+# magician doesn't have AUX, use the CAMERA key for now
+# (it's in about the same place as AUX on gta01/02)
+report1 = AUX,key,212,1
+report2 = POWER,key,116,1
+# magician doesn't use KEY_POWER2 for the charger, need to fix
+report3 = USB,key,356,0
+report4 = HEADSET,switch,2,0
+
+[ogsmd]
+# Magician has TI Calypso
+modemtype = ti_calypso
+ti_calypso_muxer_type = gsm0710muxd
+
+[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
+
+[opimd]
+contacts_default_backend = SQLite-Contacts
+messages_default_backend = SQLite-Messages
+calls_default_backend = SQLite-Calls
+dates_default_backend = SQLite-Dates
+notes_default_backend = SQLite-Notes
+tasks_default_backend = SQLite-Tasks
+messages_default_folder = Unfiled
+messages_trash_folder = Trash
+sim_messages_default_folder = SMS
+contacts_merging_enabled = 1
+rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
+
+[ousaged]
+disable = 1
+
diff --git a/etc/nokia900/frameworkd.conf b/etc/nokia900/frameworkd.conf
new file mode 100644
index 0000000..c28cc98
--- /dev/null
+++ b/etc/nokia900/frameworkd.conf
@@ -0,0 +1,66 @@
+# Do note that the order of plugin sections is important. Plugins that depend 
+# on others need to come later, 
+# eg. fsousage.dbus_service AFTER fsousage.lowlevel_kernel26
+
+[frameworkd]
+# indicates this configuration version, do not change
+version = 1
+# the default log_level, if not specified per subsystem or module
+# available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL
+log_level = INFO
+# the global log_destination. Uncomment to enable
+# available destinations are: stderr, file, syslog
+log_to = file
+# if logging to a file, specify the destination
+log_destination = /var/log/frameworkd.log
+# persistence format, one of "pickle", "yaml"
+persist_format = pickle
+rootdir = ../etc/freesmartphone:/etc/freesmartphone:/usr/etc/freesmartphone
+# specify how subsystems scan for their plugins,
+# either "auto" (via filesystem scan) or "config" (via config section check)
+# the default is "auto" (slow).
+scantype = auto
+
+[odeviced]
+disable = 1
+
+[ogsmd]
+disable = 1
+
+[ogpsd]
+disable = 1
+# possible options are NMEADevice, UBXDevice, GTA02Device, EtenDevice
+device = GTA02Device
+# possible options are SerialChannel, GllinChannel, UDPChannel, FileChannel
+channel = SerialChannel
+# For UDPChannel the path defines the port to listen to
+path = /dev/ttySAC1
+
+[ogpsd.factory]
+
+[opreferencesd]
+rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[opreferencesd.opreferenced]
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+
+[oeventsd.oeventsd]
+
+[opimd]
+rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
+
+[opimd.opimd]
+
+[ousaged]
+disable = 1
+
+[ophoned]
+disable = 1
+
+[otimed]
+disable = 1
+
+[onetworkd]
+disable = 1
diff --git a/etc/om-gta01/frameworkd.conf b/etc/om-gta01/frameworkd.conf
new file mode 100644
index 0000000..758d57e
--- /dev/null
+++ b/etc/om-gta01/frameworkd.conf
@@ -0,0 +1,67 @@
+# Do note that the order of plugin sections is important. Plugins that depend 
+# on others need to come later, 
+# eg. fsousage.dbus_service AFTER fsousage.lowlevel_kernel26
+
+[frameworkd]
+# indicates this configuration version, do not change
+version = 1
+# the default log_level, if not specified per subsystem or module
+# available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL
+log_level = INFO
+# the global log_destination. Uncomment to enable
+# available destinations are: stderr, file, syslog
+log_to = file
+# if logging to a file, specify the destination
+log_destination = /var/log/frameworkd.log
+# persistence format, one of "pickle", "yaml"
+persist_format = pickle
+rootdir = ../etc/freesmartphone:/etc/freesmartphone:/usr/etc/freesmartphone
+# specify how subsystems scan for their plugins,
+# either "auto" (via filesystem scan) or "config" (via config section check)
+# the default is "auto" (slow).
+scantype = auto
+
+[odeviced]
+disable = 1
+
+[ogsmd]
+disable = 1
+
+[ogpsd]
+# possible options are NMEADevice, UBXDevice, GTA02Device, EtenDevice
+device = NMEADevice
+# possible options are SerialChannel, GllinChannel, UDPChannel, FileChannel
+channel = GllinChannel
+# For UDPChannel the path defines the port to listen to
+path = /etc/init.d/gllin
+
+[ogpsd.factory]
+
+[opreferencesd]
+rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[opreferencesd.opreferenced]
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+
+[oeventsd.oeventsd]
+
+[opimd]
+rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
+
+[opimd.opimd]
+
+[ousaged]
+disable = 1
+
+[ophoned]
+disable = 1
+
+[otimed]
+disable = 1
+
+[onetworkd]
+disable = 1
+
+
diff --git a/etc/om-gta02/frameworkd.conf b/etc/om-gta02/frameworkd.conf
new file mode 100644
index 0000000..5e0976e
--- /dev/null
+++ b/etc/om-gta02/frameworkd.conf
@@ -0,0 +1,67 @@
+# Do note that the order of plugin sections is important. Plugins that depend 
+# on others need to come later, 
+# eg. fsousage.dbus_service AFTER fsousage.lowlevel_kernel26
+
+[frameworkd]
+# indicates this configuration version, do not change
+version = 1
+# the default log_level, if not specified per subsystem or module
+# available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL
+log_level = INFO
+# the global log_destination. Uncomment to enable
+# available destinations are: stderr, file, syslog
+log_to = file
+# if logging to a file, specify the destination
+log_destination = /var/log/frameworkd.log
+# persistence format, one of "pickle", "yaml"
+persist_format = pickle
+rootdir = ../etc/freesmartphone:/etc/freesmartphone:/usr/etc/freesmartphone
+# specify how subsystems scan for their plugins,
+# either "auto" (via filesystem scan) or "config" (via config section check)
+# the default is "auto" (slow).
+scantype = auto
+
+[odeviced]
+disable = 1
+
+[ogsmd]
+disable = 1
+
+[ogpsd]
+# possible options are NMEADevice, UBXDevice, GTA02Device, EtenDevice
+device = GTA02Device
+# possible options are SerialChannel, GllinChannel, UDPChannel, FileChannel
+channel = SerialChannel
+# For UDPChannel the path defines the port to listen to
+path = /dev/ttySAC1
+
+[ogpsd.factory]
+
+[opreferencesd]
+rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[opreferencesd.opreferenced]
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+
+[oeventsd.oeventsd]
+
+[opimd]
+rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
+
+[opimd.opimd]
+
+[ousaged]
+disable = 1
+
+[ophoned]
+disable = 1
+
+[otimed]
+disable = 1
+
+[onetworkd]
+disable = 1
+
+

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list