summaryrefslogtreecommitdiffstats
path: root/parameter/Android.mk
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2015-01-06 18:33:36 +0100
committerDavid Wagner <david.wagner@intel.com>2015-01-22 12:02:31 +0100
commit36f40a0b7eee0a6d8b6ca54fdfb1b9043845a555 (patch)
tree752c0a0524faa336facfe65bcaaf186f622e6196 /parameter/Android.mk
parenta53f6504e8d3d01ffd0ea1e655e202b03b943fe6 (diff)
downloadexternal_parameter-framework-36f40a0b7eee0a6d8b6ca54fdfb1b9043845a555.zip
external_parameter-framework-36f40a0b7eee0a6d8b6ca54fdfb1b9043845a555.tar.gz
external_parameter-framework-36f40a0b7eee0a6d8b6ca54fdfb1b9043845a555.tar.bz2
New ParamegerMgr "Full" connector
This is a new connector that implements (almost) all of the parameter-framework capabilities, in contrast to CParameterMgrPlatformConnector which only implements criteria creation, modification, and application and dynamic parameter handling capabilities. It will allow user to programatically do whatever the PFW can do, e.g. create domains and configurations. Change-Id: Ide118aaaae4f84fa7280d2cae470de0c024c0f00 Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'parameter/Android.mk')
-rw-r--r--parameter/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/Android.mk b/parameter/Android.mk
index 0625c2b..8592c52 100644
--- a/parameter/Android.mk
+++ b/parameter/Android.mk
@@ -36,6 +36,7 @@ common_copy_headers_to := parameter
common_copy_headers := \
include/ParameterMgrLoggerForward.h \
include/ParameterMgrPlatformConnector.h \
+ include/ParameterMgrFullConnector.h \
include/SelectionCriterionTypeInterface.h \
include/SelectionCriterionInterface.h \
include/ParameterHandle.h
@@ -88,6 +89,7 @@ common_src_files := \
ParameterFrameworkConfiguration.cpp \
ParameterHandle.cpp \
ParameterMgr.cpp \
+ ParameterMgrFullConnector.cpp \
ParameterMgrPlatformConnector.cpp \
ParameterType.cpp \
PathNavigator.cpp \