Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | 03-May-2024 | - | 115 | 73 | ||
CMakeLists.txt | D | 03-May-2024 | 3 KiB | 73 | 60 | |
README.md | D | 03-May-2024 | 487 | 14 | 9 | |
SkeletonMappingKeys.h | D | 03-May-2024 | 1.7 KiB | 41 | 9 | |
SkeletonSubsystem.cpp | D | 03-May-2024 | 2.1 KiB | 48 | 13 | |
SkeletonSubsystem.h | D | 03-May-2024 | 1.7 KiB | 39 | 7 | |
SkeletonSubsystemBuilder.cpp | D | 03-May-2024 | 1.9 KiB | 40 | 9 | |
SkeletonSubsystemObject.cpp | D | 03-May-2024 | 4 KiB | 122 | 60 | |
SkeletonSubsystemObject.h | D | 03-May-2024 | 2.4 KiB | 61 | 20 |
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