From 6ccab9d382c08323fb1f000d859a696f05719c92 Mon Sep 17 00:00:00 2001 From: Patrick Benavoli Date: Thu, 10 Nov 2011 23:21:01 +0100 Subject: PFW: Virtual subsystems BZ: 14587 - Added the possibility to declare parameters which have no real hardware implementation. They are only intended to configure the hosting platform. - A new subsystem type "Virtual" has been introduced to support those hardwareless parameters. - Virtual subsystems need no Mapping declaration in the structure description Change-Id: I44115f0dd0a26af74a544c6f08473b200aad94d3 Signed-off-by: Patrick Benavoli Reviewed-on: http://android.intel.com:8080/25405 Reviewed-by: Barthes, FabienX Tested-by: Barthes, FabienX Reviewed-by: buildbot Tested-by: buildbot --- parameter/ConfigurableElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parameter/ConfigurableElement.h') diff --git a/parameter/ConfigurableElement.h b/parameter/ConfigurableElement.h index 4cb2d72..57eb3a5 100644 --- a/parameter/ConfigurableElement.h +++ b/parameter/ConfigurableElement.h @@ -88,7 +88,7 @@ public: // Parameter access virtual bool setValue(CPathNavigator& pathNavigator, const string& strValue, CParameterAccessContext& parameterContext) const; virtual bool getValue(CPathNavigator& pathNavigator, string& strValue, CParameterAccessContext& parameterContext) const; - // Used for simulation only + // Used for simulation and virtual subsystems virtual void setDefaultValues(CParameterAccessContext& parameterAccessContext) const; // Element properties -- cgit v1.1