From ad12cb6f1d4ac9f2c24171567f935693db211bd6 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Mon, 28 Jan 2013 17:07:33 +0100 Subject: Add a example skeleton plugin Change-Id: I16c4e9c90395648dc3d583687c97f4b72401be8b Signed-off-by: Kevin Rocard --- skeleton-subsystem/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 skeleton-subsystem/README.md (limited to 'skeleton-subsystem/README.md') 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 + instead. -- cgit v1.1