diff options
author | David Wagner <david.wagner@intel.com> | 2014-03-06 14:58:29 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-09-10 12:04:36 +0200 |
commit | f811b7b53c0c2f0d4320c70230e609619c5087c1 (patch) | |
tree | e96266eb13098f5a82aef2d3079b626653706dd2 /skeleton-subsystem | |
parent | e8088d0f60d895a733c00953c0fdd4e9daf0b279 (diff) | |
download | external_parameter-framework-f811b7b53c0c2f0d4320c70230e609619c5087c1.zip external_parameter-framework-f811b7b53c0c2f0d4320c70230e609619c5087c1.tar.gz external_parameter-framework-f811b7b53c0c2f0d4320c70230e609619c5087c1.tar.bz2 |
More README files
- More details in the root README.md file; add a nice diagram
- Add a lot of README files in subdirectories
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'skeleton-subsystem')
-rw-r--r-- | skeleton-subsystem/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/skeleton-subsystem/README.md b/skeleton-subsystem/README.md index 0d90f30..e5ee0b2 100644 --- a/skeleton-subsystem/README.md +++ b/skeleton-subsystem/README.md @@ -2,11 +2,12 @@ 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. +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. +<https://github.com/01org/parameter-framework-plugins-alsa> or +<https://github.com/01org/parameter-framework-plugins-filesystem> instead. |