• Home
  • History
  • Annotate
  • only in /external/parameter-framework/upstream/skeleton-subsystem/
NameDateSize

..10-Aug-20184 KiB

CMakeLists.txt10-Aug-20183.1 KiB

README.md10-Aug-2018487

SkeletonMappingKeys.h10-Aug-20181.7 KiB

SkeletonSubsystem.cpp10-Aug-20182.1 KiB

SkeletonSubsystem.h10-Aug-20181.7 KiB

SkeletonSubsystemBuilder.cpp10-Aug-20181.9 KiB

SkeletonSubsystemObject.cpp10-Aug-20184 KiB

SkeletonSubsystemObject.h10-Aug-20182.4 KiB

test/10-Aug-20184 KiB

README.md

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