From bfb0f000d770137f6c1fec3a046621057738c315 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Thu, 24 Oct 2013 13:46:30 +0200 Subject: [PFW] Add possibility to put mapping info in component nodes BZ: 147490 Components did not support instantiation mapping (mapping that instantiate subsystem objects) which leaded to artificial parameter bloc use, ie a useless level. Treat the components as parameter block as for instantiation mappings. Change-Id: I64834dbdcbda9ab32a29d6c70dc12da5b5fe6d35 Signed-off-by: Georges-Henri Baron --- parameter/Subsystem.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/parameter/Subsystem.cpp b/parameter/Subsystem.cpp index 221b27a..5e8b131 100644 --- a/parameter/Subsystem.cpp +++ b/parameter/Subsystem.cpp @@ -455,8 +455,6 @@ bool CSubsystem::mapBegin(CInstanceConfigurableElement* pInstanceConfigurableEle switch(pInstanceConfigurableElement->getType()) { case CInstanceConfigurableElement::EComponent: - return true; - case CInstanceConfigurableElement::EParameterBlock: // Subsystem object creation is optional in parameter blocks bShouldCreateSubsystemObject = false; -- cgit v1.1