summaryrefslogtreecommitdiffstats
path: root/rules/json-dbus-bridge.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-07 10:15:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-07 10:15:12 +0200
commit365ee5fe611035543c23cf2cc5722f18ef872500 (patch)
tree9acd637ab92f44096d7213019746e6baa9dc2c6d /rules/json-dbus-bridge.in
parentaf8e643ebe797457a611a9f82f5c92f0a2d22acd (diff)
downloadptxdist-365ee5fe611035543c23cf2cc5722f18ef872500.tar.gz
ptxdist-365ee5fe611035543c23cf2cc5722f18ef872500.tar.xz
[json-dbus-bridge] add new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/json-dbus-bridge.in')
-rw-r--r--rules/json-dbus-bridge.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/json-dbus-bridge.in b/rules/json-dbus-bridge.in
new file mode 100644
index 000000000..c729b0c6f
--- /dev/null
+++ b/rules/json-dbus-bridge.in
@@ -0,0 +1,15 @@
+## SECTION=networking
+
+config JSON_DBUS_BRIDGE
+ tristate
+ select DBUS
+ select JSON_C
+ select FCGI
+ select LIBEVENT
+ prompt "json-dbus-bridge"
+ help
+ The JSON-D-Bus-bridge is a fastcgi application that provides access to
+ D-Bus. It accepts JSON-RPC calls as used for instance by qooxdoo and
+ translates these into D-Bus calls. Any response is converted back to
+ JSON and sent to the client.
+