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