libnfc
libnfc copied to clipboard
Drivers could be loaded as plugins
In order to improve compatibility with others devices and ease packager's job,
we should switch from a statically built-in drivers to dynamically loaded ones.
This could implemented using dynamic loading (.so/.dll) or using C stardard
inputs/outputs with byte code protocol.
Original issue reported on code.google.com by [email protected] on 30 Dec 2010 at 11:21
Original comment by [email protected] on 4 Feb 2011 at 5:34
- Changed title: Drivers could be loaded as plugins
- Changed state: Feedback
We maybe could use the new HAL architecture to wrote a driver which do one (or
more) .so load.
Original comment by [email protected] on 6 Mar 2011 at 1:23