Home | History | Annotate | only in /external/parameter-framework/upstream/skeleton-subsystem
Up to higher level directory
NameDateSize
CMakeLists.txt21-Aug-20183.1K
README.md21-Aug-2018487
SkeletonMappingKeys.h21-Aug-20181.7K
SkeletonSubsystem.cpp21-Aug-20182.1K
SkeletonSubsystem.h21-Aug-20181.7K
SkeletonSubsystemBuilder.cpp21-Aug-20181.9K
SkeletonSubsystemObject.cpp21-Aug-20184K
SkeletonSubsystemObject.h21-Aug-20182.4K
test/21-Aug-2018

README.md

      1 # Skeleton plugin
      2 
      3 This is a skeleton plugin i.e. the minimal plugin boilerplate.
      4 
      5 It adds an `owner` and `message` mapping key and print it when reading or
      6 writing the parameter.
      7 
      8 ## Usage
      9 
     10 It has no purpose: it only serves as a template and the `make install` target
     11 does 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