• Home
Name Date Size #Lines LOC

..--

CMakeLists.txtD03-May-20242.5 KiB6049

README.mdD03-May-2024487 149

SkeletonMappingKeys.hD03-May-20241.7 KiB408

SkeletonSubsystem.cppD03-May-20242.1 KiB4812

SkeletonSubsystem.hD03-May-20241.7 KiB417

SkeletonSubsystemBuilder.cppD03-May-20242.1 KiB5110

SkeletonSubsystemObject.cppD03-May-20244.2 KiB13568

SkeletonSubsystemObject.hD03-May-20242.4 KiB5918

README.md

1# Skeleton plugin
2
3This is a skeleton plugin i.e. the minimal plugin boilerplate.
4
5It adds an `owner` and `message` mapping key and print it when reading or
6writing the parameter.
7
8## Usage
9
10It has no purpose: it only serves as a template and the `make install` target
11does not install it.  If you want to see a real-life plugin and makefiles, see
12<https://github.com/01org/parameter-framework-plugins-alsa>  or
13<https://github.com/01org/parameter-framework-plugins-filesystem> instead.
14