summaryrefslogtreecommitdiffstats
path: root/skeleton-subsystem/README.md
diff options
context:
space:
mode:
authorKevin Rocard <kevinx.rocard@intel.com>2013-01-28 17:07:33 +0100
committerDavid Wagner <david.wagner@intel.com>2014-02-27 18:34:02 +0100
commitad12cb6f1d4ac9f2c24171567f935693db211bd6 (patch)
tree5aa051ad2913e40fcb17b23b700112dcdfd092bf /skeleton-subsystem/README.md
parent37a6ee8e632205b18159be428bfc73ade527726b (diff)
downloadexternal_parameter-framework-ad12cb6f1d4ac9f2c24171567f935693db211bd6.zip
external_parameter-framework-ad12cb6f1d4ac9f2c24171567f935693db211bd6.tar.gz
external_parameter-framework-ad12cb6f1d4ac9f2c24171567f935693db211bd6.tar.bz2
Add a example skeleton plugin
Change-Id: I16c4e9c90395648dc3d583687c97f4b72401be8b Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>
Diffstat (limited to 'skeleton-subsystem/README.md')
-rw-r--r--skeleton-subsystem/README.md12
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.