• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

test/22-Nov-2023-11674

CMakeLists.txtD22-Nov-20233.1 KiB7865

README.mdD22-Nov-2023487 149

SkeletonMappingKeys.hD22-Nov-20231.7 KiB419

SkeletonSubsystem.cppD22-Nov-20232.1 KiB5014

SkeletonSubsystem.hD22-Nov-20231.7 KiB397

SkeletonSubsystemBuilder.cppD22-Nov-20231.9 KiB409

SkeletonSubsystemObject.cppD22-Nov-20234 KiB12260

SkeletonSubsystemObject.hD22-Nov-20232.4 KiB6120

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