Restore autosync of string parameter

BZ: 183857

Sync for String parameter accessed from parameter handle API
does not work.

This patch allows synchronisation for string parameter accessed
from parameter handle APIs.

Change-Id: If738402f4c0fcb0bb51bd2515e46f3ac36a361dd
Signed-off-by: Francois Gaffie <francois.gaffie@intel.com>
Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>
7 files changed
tree: 4123046de6b599d346e339d5c6126744d63a499e
  1. parameter/
  2. remote-process/
  3. remote-processor/
  4. Schemas/
  5. skeleton-subsystem/
  6. test/
  7. tools/
  8. utility/
  9. xmlserializer/
  10. .gitignore
  11. Android.mk
  12. CMakeLists.txt
  13. COPYING
  14. README.md
README.md

parameter-framework

tl;dr: compilation instructions are at the end

Introduction

WIP

Compiling

Run cmake . then make. You may then install libraries, headers and binaries with make install. By default, they are installed under /usr/local on unix OSes; if you want to install them under a custom directory, you may do so by passing it to the cmake . command; e.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install ..