On 01/15/2014 01:26 PM, Kanavin, Alexander wrote:
You would have to provide a Tizen specific plugin loader, the job of which is to translate the Tizen-specific plugin interface to dbus calls over stdio.
By 'stdio' I mean the standard input and output streams that Unix processes are provided with, not the stdio.h facilities :)
The only requirement is that such new loader should be able to perform p2p dbus communication over file descriptors - gsso daemon communicates with plugins using dbus over stdio.
Same here. Read 'standard input and output' instead of 'stdio'. Alex _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
