aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2016-01-11Add Media PluginManuel Bachmann1-0/+1
Add a Media Plugin, based off Rygel (UPnP), with only an initialization and a "list" function for now. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-22Centralize dependencies, add D-Bus dep. to README.mdManuel Bachmann1-1/+1
README.md now mentions D-Bus. Checking dbus presence is now done at the same place as json-c, libmicrohttpdd... Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-21Add plugin for the framework afm-mainJosé Bollo1-0/+1
Change-Id: Ib0bfba52aac8a60afc9a80a564202689e28b18ff
2015-12-21Switch to a plugin modelManuel Bachmann1-14/+4
Each API now compiles to a ".so" file, which gets searched for in the "${libdir}/afb" directory at startup. We can now load an arbitrary number of plugins (> 10). Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-21Post File Working in Most casesFulup Ar Foll1-2/+3
2015-12-16Initial Audio pluginManuel Bachmann1-3/+5
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-16Fix plugins loading, cleanup and dispatch Radio API codeManuel Bachmann1-3/+6
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-16Add HelloWorld sample to CMake buildManuel Bachmann1-1/+1
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-16New tree organization, update CMake req. to 2.8.8.Manuel Bachmann1-0/+8
Use CMake-2.8.8-specific feature to allow building the daemon from various source directories. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>