aboutsummaryrefslogtreecommitdiffstats
path: root/skeleton-subsystem/SkeletonSubsystemBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added comments for new plugin developersMattijs Korpershoek2014-03-211-0/+9
| | | | | | | | | As a new pfw plugin developer, i encountered an undocumented (in the plugin) naming issue related to how the pfw loads subsystem builders. This patchs just added a comment to inform other developers not to make the same mistake
* Fixed SubsystemBuilder function in Skeleton pluginMattijs Korpershoek2014-03-211-1/+1
| | | | | | The system class convention needs the get<TYPE>SubsystemBuilder function to have type in caps lock, otherwise the pfw will loop infinitely when attempting to load plugin.
* Add a example skeleton pluginKevin Rocard2014-02-271-0/+41
Change-Id: I16c4e9c90395648dc3d583687c97f4b72401be8b Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>