unplugged-vendor/external/parameter-framework/upstream/skeleton-subsystem
2025-10-06 13:59:42 +00:00
..
test Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
CMakeLists.txt Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
SkeletonMappingKeys.h Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
SkeletonSubsystem.cpp Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
SkeletonSubsystem.h Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
SkeletonSubsystemBuilder.cpp Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
SkeletonSubsystemObject.cpp Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
SkeletonSubsystemObject.h Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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 https://github.com/01org/parameter-framework-plugins-alsa or https://github.com/01org/parameter-framework-plugins-filesystem instead.