diff options
Diffstat (limited to 'skeleton-subsystem/README.md')
-rw-r--r-- | skeleton-subsystem/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skeleton-subsystem/README.md b/skeleton-subsystem/README.md new file mode 100644 index 0000000..0d90f30 --- /dev/null +++ b/skeleton-subsystem/README.md @@ -0,0 +1,12 @@ +# 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> instead. |