diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2008-03-14 16:03:12 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2008-03-14 16:03:12 +0100 |
commit | 33c3d6f9e54b85ba451916a01ea6e9622320ae48 (patch) | |
tree | 2ff29bac2aa19d65de27b76bb3318fbd13993b5e | |
parent | fixed several addons to build correctly (diff) | |
download | gentoo-hal-33c3d6f9e54b85ba451916a01ea6e9622320ae48.tar.gz gentoo-hal-33c3d6f9e54b85ba451916a01ea6e9622320ae48.tar.bz2 gentoo-hal-33c3d6f9e54b85ba451916a01ea6e9622320ae48.zip |
cleanup TODO: remove implemented 'Singleton addon'
Cleanup TODO: remove implemented 'Singleton addon' feature.
-rw-r--r-- | doc/TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -30,17 +30,6 @@ Items specifically planned for 0.5.10 - Make sure we check if the optical drives supports the commands we are sending to it (proposed by pjones) - - Singleton addons (s-addon); the idea that an add-on can attach to - several device objects at the same time. - - A s-addon would just implement, say, the interface - org.freedesktop.Hal.SingletonAddon with methods DeviceAdded(), - DeviceRemoved() through the hald direct connection. - - An s-addon would be identified by it's commandline; e.g. - info.s-addons = {"my-s-addon --foo", "my-s-addon --bar"} would - be two distinct addons. - - Bluez devs need this to start the Bluez daemon via HAL - - Can consolidate other things like hald-addon-keyboard - - Move /usr/libexec to /usr/lib/hal/ - drop /usr/lib/hal/scripts - use /usr/lib/hal/methods. Need to provide backwards compat for 3rd party so we need to retain /usr/lib/hal/scripts |