Name Date Size #Lines LOC

..--

test/H25-Apr-2025-11573

CMakeLists.txtH A D25-Apr-20253 KiB7360

README.mdH A D25-Apr-2025487 149

SkeletonMappingKeys.hH A D25-Apr-20251.7 KiB419

SkeletonSubsystem.cppH A D25-Apr-20252.1 KiB4813

SkeletonSubsystem.hH A D25-Apr-20251.7 KiB397

SkeletonSubsystemBuilder.cppH A D25-Apr-20251.9 KiB409

SkeletonSubsystemObject.cppH A D25-Apr-20254 KiB12260

SkeletonSubsystemObject.hH A D25-Apr-20252.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