summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Gaffie <francois.gaffie@intel.com>2016-02-17 07:54:16 +0100
committerEric Laurent <elaurent@google.com>2016-03-04 17:47:11 -0800
commit221a25e58e92ebc450c7eaba5f3ba8153a2308ae (patch)
tree21fba4d16e7be1fc91e2e8b85b12ad3950c209a1
parent9368eea42a1afb01dd44110582f997115b50e742 (diff)
downloadplatform_external_parameter-framework-221a25e58e92ebc450c7eaba5f3ba8153a2308ae.tar.gz
platform_external_parameter-framework-221a25e58e92ebc450c7eaba5f3ba8153a2308ae.tar.bz2
platform_external_parameter-framework-221a25e58e92ebc450c7eaba5f3ba8153a2308ae.zip
parameter-framework: move github upstream code to upstream folder
Change-Id: I3aa6e8f8fccfcf80fdc2a4e00c17d8b10b45e9dd Signed-off-by: François Gaffie <francois.gaffie@intel.com> Bug: 22887211
-rw-r--r--upstream/.clang-format (renamed from .clang-format)0
-rw-r--r--upstream/.gitattributes (renamed from .gitattributes)0
-rw-r--r--upstream/.gitignore (renamed from .gitignore)0
-rw-r--r--upstream/.travis.yml (renamed from .travis.yml)0
-rw-r--r--upstream/.version (renamed from .version)0
-rw-r--r--upstream/CMakeLists.txt (renamed from CMakeLists.txt)0
-rw-r--r--upstream/COPYING.txt (renamed from COPYING.txt)0
-rw-r--r--upstream/README.md (renamed from README.md)0
-rw-r--r--upstream/SetVersion.cmake (renamed from SetVersion.cmake)0
-rw-r--r--upstream/appveyor.yml (renamed from appveyor.yml)0
-rw-r--r--upstream/asio/CMakeLists.txt (renamed from asio/CMakeLists.txt)0
-rw-r--r--upstream/asio/stub/asio.hpp (renamed from asio/stub/asio.hpp)0
-rw-r--r--upstream/bindings/CMakeLists.txt (renamed from bindings/CMakeLists.txt)0
-rw-r--r--upstream/bindings/c/CMakeLists.txt (renamed from bindings/c/CMakeLists.txt)0
-rw-r--r--upstream/bindings/c/ParameterFramework.cpp (renamed from bindings/c/ParameterFramework.cpp)0
-rw-r--r--upstream/bindings/c/ParameterFramework.h (renamed from bindings/c/ParameterFramework.h)0
-rw-r--r--upstream/bindings/c/Test.cpp (renamed from bindings/c/Test.cpp)0
-rw-r--r--upstream/bindings/python/CMakeLists.txt (renamed from bindings/python/CMakeLists.txt)0
-rw-r--r--upstream/bindings/python/README.md (renamed from bindings/python/README.md)0
-rw-r--r--upstream/bindings/python/pfw.i (renamed from bindings/python/pfw.i)0
-rwxr-xr-xupstream/bindings/python/sample.py (renamed from bindings/python/sample.py)0
-rw-r--r--upstream/cmake/FindLibXml2.cmake (renamed from cmake/FindLibXml2.cmake)0
-rw-r--r--upstream/cpack/CMakeLists.txt (renamed from cpack/CMakeLists.txt)0
-rw-r--r--upstream/ctest/CMakeLists.txt (renamed from ctest/CMakeLists.txt)0
-rw-r--r--upstream/ctest/CTestCustom.cmake (renamed from ctest/CTestCustom.cmake)0
-rw-r--r--upstream/ctest/valgrind.supp (renamed from ctest/valgrind.supp)0
-rw-r--r--upstream/doc/CMakeLists.txt (renamed from doc/CMakeLists.txt)0
-rw-r--r--upstream/doc/Doxyfile.in (renamed from doc/Doxyfile.in)0
-rw-r--r--upstream/doc/requirements/APIs.md (renamed from doc/requirements/APIs.md)0
-rw-r--r--upstream/doc/requirements/CMakeLists.txt (renamed from doc/requirements/CMakeLists.txt)0
-rw-r--r--upstream/doc/requirements/requirements.css (renamed from doc/requirements/requirements.css)0
-rw-r--r--upstream/doc/requirements/requirements.md (renamed from doc/requirements/requirements.md)0
-rw-r--r--upstream/parameter/AreaConfiguration.cpp (renamed from parameter/AreaConfiguration.cpp)0
-rw-r--r--upstream/parameter/AreaConfiguration.h (renamed from parameter/AreaConfiguration.h)0
-rw-r--r--upstream/parameter/ArrayParameter.cpp (renamed from parameter/ArrayParameter.cpp)0
-rw-r--r--upstream/parameter/ArrayParameter.h (renamed from parameter/ArrayParameter.h)0
-rw-r--r--upstream/parameter/BackSynchronizer.h (renamed from parameter/BackSynchronizer.h)0
-rw-r--r--upstream/parameter/BaseParameter.cpp (renamed from parameter/BaseParameter.cpp)0
-rw-r--r--upstream/parameter/BaseParameter.h (renamed from parameter/BaseParameter.h)0
-rw-r--r--upstream/parameter/BitParameter.cpp (renamed from parameter/BitParameter.cpp)0
-rw-r--r--upstream/parameter/BitParameter.h (renamed from parameter/BitParameter.h)0
-rw-r--r--upstream/parameter/BitParameterBlock.cpp (renamed from parameter/BitParameterBlock.cpp)0
-rw-r--r--upstream/parameter/BitParameterBlock.h (renamed from parameter/BitParameterBlock.h)0
-rw-r--r--upstream/parameter/BitParameterBlockType.cpp (renamed from parameter/BitParameterBlockType.cpp)0
-rw-r--r--upstream/parameter/BitParameterBlockType.h (renamed from parameter/BitParameterBlockType.h)0
-rw-r--r--upstream/parameter/BitParameterType.cpp (renamed from parameter/BitParameterType.cpp)0
-rw-r--r--upstream/parameter/BitParameterType.h (renamed from parameter/BitParameterType.h)0
-rw-r--r--upstream/parameter/BitwiseAreaConfiguration.cpp (renamed from parameter/BitwiseAreaConfiguration.cpp)0
-rw-r--r--upstream/parameter/BitwiseAreaConfiguration.h (renamed from parameter/BitwiseAreaConfiguration.h)0
-rw-r--r--upstream/parameter/BooleanParameterType.cpp (renamed from parameter/BooleanParameterType.cpp)0
-rw-r--r--upstream/parameter/BooleanParameterType.h (renamed from parameter/BooleanParameterType.h)0
-rw-r--r--upstream/parameter/CMakeLists.txt (renamed from parameter/CMakeLists.txt)0
-rw-r--r--upstream/parameter/CommandHandlerWrapper.cpp (renamed from parameter/CommandHandlerWrapper.cpp)0
-rw-r--r--upstream/parameter/CommandHandlerWrapper.h (renamed from parameter/CommandHandlerWrapper.h)0
-rw-r--r--upstream/parameter/Component.h (renamed from parameter/Component.h)0
-rw-r--r--upstream/parameter/ComponentInstance.cpp (renamed from parameter/ComponentInstance.cpp)0
-rw-r--r--upstream/parameter/ComponentInstance.h (renamed from parameter/ComponentInstance.h)0
-rw-r--r--upstream/parameter/ComponentLibrary.cpp (renamed from parameter/ComponentLibrary.cpp)0
-rw-r--r--upstream/parameter/ComponentLibrary.h (renamed from parameter/ComponentLibrary.h)0
-rw-r--r--upstream/parameter/ComponentType.cpp (renamed from parameter/ComponentType.cpp)0
-rw-r--r--upstream/parameter/ComponentType.h (renamed from parameter/ComponentType.h)0
-rw-r--r--upstream/parameter/CompoundRule.cpp (renamed from parameter/CompoundRule.cpp)0
-rw-r--r--upstream/parameter/CompoundRule.h (renamed from parameter/CompoundRule.h)0
-rw-r--r--upstream/parameter/ConfigurableDomain.cpp (renamed from parameter/ConfigurableDomain.cpp)0
-rw-r--r--upstream/parameter/ConfigurableDomain.h (renamed from parameter/ConfigurableDomain.h)0
-rw-r--r--upstream/parameter/ConfigurableDomains.cpp (renamed from parameter/ConfigurableDomains.cpp)0
-rw-r--r--upstream/parameter/ConfigurableDomains.h (renamed from parameter/ConfigurableDomains.h)0
-rw-r--r--upstream/parameter/ConfigurableElement.cpp (renamed from parameter/ConfigurableElement.cpp)0
-rw-r--r--upstream/parameter/ConfigurableElement.h (renamed from parameter/ConfigurableElement.h)0
-rw-r--r--upstream/parameter/ConfigurableElementAggregator.cpp (renamed from parameter/ConfigurableElementAggregator.cpp)0
-rw-r--r--upstream/parameter/ConfigurableElementAggregator.h (renamed from parameter/ConfigurableElementAggregator.h)0
-rw-r--r--upstream/parameter/ConfigurationAccessContext.cpp (renamed from parameter/ConfigurationAccessContext.cpp)0
-rw-r--r--upstream/parameter/ConfigurationAccessContext.h (renamed from parameter/ConfigurationAccessContext.h)0
-rw-r--r--upstream/parameter/DefaultElementLibrary.h (renamed from parameter/DefaultElementLibrary.h)0
-rw-r--r--upstream/parameter/DomainConfiguration.cpp (renamed from parameter/DomainConfiguration.cpp)0
-rw-r--r--upstream/parameter/DomainConfiguration.h (renamed from parameter/DomainConfiguration.h)0
-rw-r--r--upstream/parameter/Element.cpp (renamed from parameter/Element.cpp)0
-rw-r--r--upstream/parameter/Element.h (renamed from parameter/Element.h)0
-rw-r--r--upstream/parameter/ElementBuilder.h (renamed from parameter/ElementBuilder.h)0
-rw-r--r--upstream/parameter/ElementBuilderTemplate.h (renamed from parameter/ElementBuilderTemplate.h)0
-rw-r--r--upstream/parameter/ElementHandle.cpp (renamed from parameter/ElementHandle.cpp)0
-rw-r--r--upstream/parameter/ElementLibrary.cpp (renamed from parameter/ElementLibrary.cpp)0
-rw-r--r--upstream/parameter/ElementLibrary.h (renamed from parameter/ElementLibrary.h)0
-rw-r--r--upstream/parameter/ElementLibrarySet.cpp (renamed from parameter/ElementLibrarySet.cpp)0
-rw-r--r--upstream/parameter/ElementLibrarySet.h (renamed from parameter/ElementLibrarySet.h)0
-rw-r--r--upstream/parameter/ElementLocator.cpp (renamed from parameter/ElementLocator.cpp)0
-rw-r--r--upstream/parameter/ElementLocator.h (renamed from parameter/ElementLocator.h)0
-rw-r--r--upstream/parameter/EnumParameterType.cpp (renamed from parameter/EnumParameterType.cpp)0
-rw-r--r--upstream/parameter/EnumParameterType.h (renamed from parameter/EnumParameterType.h)0
-rw-r--r--upstream/parameter/EnumValuePair.cpp (renamed from parameter/EnumValuePair.cpp)0
-rw-r--r--upstream/parameter/EnumValuePair.h (renamed from parameter/EnumValuePair.h)0
-rw-r--r--upstream/parameter/FileIncluderElementBuilder.h (renamed from parameter/FileIncluderElementBuilder.h)0
-rw-r--r--upstream/parameter/FixedPointParameterType.cpp (renamed from parameter/FixedPointParameterType.cpp)0
-rw-r--r--upstream/parameter/FixedPointParameterType.h (renamed from parameter/FixedPointParameterType.h)0
-rw-r--r--upstream/parameter/FloatingPointParameterType.cpp (renamed from parameter/FloatingPointParameterType.cpp)0
-rw-r--r--upstream/parameter/FloatingPointParameterType.h (renamed from parameter/FloatingPointParameterType.h)0
-rw-r--r--upstream/parameter/FormattedSubsystemObject.cpp (renamed from parameter/FormattedSubsystemObject.cpp)0
-rw-r--r--upstream/parameter/FormattedSubsystemObject.h (renamed from parameter/FormattedSubsystemObject.h)0
-rw-r--r--upstream/parameter/FrameworkConfigurationGroup.h (renamed from parameter/FrameworkConfigurationGroup.h)0
-rw-r--r--upstream/parameter/FrameworkConfigurationLocation.cpp (renamed from parameter/FrameworkConfigurationLocation.cpp)0
-rw-r--r--upstream/parameter/FrameworkConfigurationLocation.h (renamed from parameter/FrameworkConfigurationLocation.h)0
-rw-r--r--upstream/parameter/HardwareBackSynchronizer.cpp (renamed from parameter/HardwareBackSynchronizer.cpp)0
-rw-r--r--upstream/parameter/HardwareBackSynchronizer.h (renamed from parameter/HardwareBackSynchronizer.h)0
-rw-r--r--upstream/parameter/InstanceConfigurableElement.cpp (renamed from parameter/InstanceConfigurableElement.cpp)0
-rw-r--r--upstream/parameter/InstanceConfigurableElement.h (renamed from parameter/InstanceConfigurableElement.h)0
-rw-r--r--upstream/parameter/InstanceDefinition.cpp (renamed from parameter/InstanceDefinition.cpp)0
-rw-r--r--upstream/parameter/InstanceDefinition.h (renamed from parameter/InstanceDefinition.h)0
-rw-r--r--upstream/parameter/IntegerParameterType.cpp (renamed from parameter/IntegerParameterType.cpp)0
-rw-r--r--upstream/parameter/IntegerParameterType.h (renamed from parameter/IntegerParameterType.h)0
-rw-r--r--upstream/parameter/KindElement.h (renamed from parameter/KindElement.h)0
-rw-r--r--upstream/parameter/KindElementBuilderTemplate.h (renamed from parameter/KindElementBuilderTemplate.h)0
-rw-r--r--upstream/parameter/LinearParameterAdaptation.cpp (renamed from parameter/LinearParameterAdaptation.cpp)0
-rw-r--r--upstream/parameter/LinearParameterAdaptation.h (renamed from parameter/LinearParameterAdaptation.h)0
-rw-r--r--upstream/parameter/LogarithmicParameterAdaptation.cpp (renamed from parameter/LogarithmicParameterAdaptation.cpp)0
-rw-r--r--upstream/parameter/LogarithmicParameterAdaptation.h (renamed from parameter/LogarithmicParameterAdaptation.h)0
-rw-r--r--upstream/parameter/LoggingElementBuilderTemplate.cpp (renamed from parameter/LoggingElementBuilderTemplate.cpp)0
-rw-r--r--upstream/parameter/LoggingElementBuilderTemplate.h (renamed from parameter/LoggingElementBuilderTemplate.h)0
-rw-r--r--upstream/parameter/Mapper.h (renamed from parameter/Mapper.h)0
-rw-r--r--upstream/parameter/MappingContext.cpp (renamed from parameter/MappingContext.cpp)0
-rw-r--r--upstream/parameter/MappingContext.h (renamed from parameter/MappingContext.h)0
-rw-r--r--upstream/parameter/MappingData.cpp (renamed from parameter/MappingData.cpp)0
-rw-r--r--upstream/parameter/MappingData.h (renamed from parameter/MappingData.h)0
-rw-r--r--upstream/parameter/NamedElementBuilderTemplate.h (renamed from parameter/NamedElementBuilderTemplate.h)0
-rw-r--r--upstream/parameter/Parameter.cpp (renamed from parameter/Parameter.cpp)0
-rw-r--r--upstream/parameter/Parameter.h (renamed from parameter/Parameter.h)0
-rw-r--r--upstream/parameter/ParameterAccessContext.cpp (renamed from parameter/ParameterAccessContext.cpp)0
-rw-r--r--upstream/parameter/ParameterAccessContext.h (renamed from parameter/ParameterAccessContext.h)0
-rw-r--r--upstream/parameter/ParameterAdaptation.cpp (renamed from parameter/ParameterAdaptation.cpp)0
-rw-r--r--upstream/parameter/ParameterAdaptation.h (renamed from parameter/ParameterAdaptation.h)0
-rw-r--r--upstream/parameter/ParameterBlackboard.cpp (renamed from parameter/ParameterBlackboard.cpp)0
-rw-r--r--upstream/parameter/ParameterBlackboard.h (renamed from parameter/ParameterBlackboard.h)0
-rw-r--r--upstream/parameter/ParameterBlock.h (renamed from parameter/ParameterBlock.h)0
-rw-r--r--upstream/parameter/ParameterBlockType.cpp (renamed from parameter/ParameterBlockType.cpp)0
-rw-r--r--upstream/parameter/ParameterBlockType.h (renamed from parameter/ParameterBlockType.h)0
-rw-r--r--upstream/parameter/ParameterFrameworkConfiguration.cpp (renamed from parameter/ParameterFrameworkConfiguration.cpp)0
-rw-r--r--upstream/parameter/ParameterFrameworkConfiguration.h (renamed from parameter/ParameterFrameworkConfiguration.h)0
-rw-r--r--upstream/parameter/ParameterMgr.cpp (renamed from parameter/ParameterMgr.cpp)0
-rw-r--r--upstream/parameter/ParameterMgr.h (renamed from parameter/ParameterMgr.h)0
-rw-r--r--upstream/parameter/ParameterMgrFullConnector.cpp (renamed from parameter/ParameterMgrFullConnector.cpp)0
-rw-r--r--upstream/parameter/ParameterMgrLogger.h (renamed from parameter/ParameterMgrLogger.h)0
-rw-r--r--upstream/parameter/ParameterMgrPlatformConnector.cpp (renamed from parameter/ParameterMgrPlatformConnector.cpp)0
-rw-r--r--upstream/parameter/ParameterType.cpp (renamed from parameter/ParameterType.cpp)0
-rw-r--r--upstream/parameter/ParameterType.h (renamed from parameter/ParameterType.h)0
-rw-r--r--upstream/parameter/PathNavigator.cpp (renamed from parameter/PathNavigator.cpp)0
-rw-r--r--upstream/parameter/PathNavigator.h (renamed from parameter/PathNavigator.h)0
-rw-r--r--upstream/parameter/Plugin.h (renamed from parameter/Plugin.h)0
-rw-r--r--upstream/parameter/PluginLocation.cpp (renamed from parameter/PluginLocation.cpp)0
-rw-r--r--upstream/parameter/PluginLocation.h (renamed from parameter/PluginLocation.h)0
-rw-r--r--upstream/parameter/README.md (renamed from parameter/README.md)0
-rw-r--r--upstream/parameter/Results.h (renamed from parameter/Results.h)0
-rw-r--r--upstream/parameter/Rule.h (renamed from parameter/Rule.h)0
-rw-r--r--upstream/parameter/RuleParser.cpp (renamed from parameter/RuleParser.cpp)0
-rw-r--r--upstream/parameter/RuleParser.h (renamed from parameter/RuleParser.h)0
-rw-r--r--upstream/parameter/SelectionCriteria.cpp (renamed from parameter/SelectionCriteria.cpp)0
-rw-r--r--upstream/parameter/SelectionCriteria.h (renamed from parameter/SelectionCriteria.h)0
-rw-r--r--upstream/parameter/SelectionCriteriaDefinition.cpp (renamed from parameter/SelectionCriteriaDefinition.cpp)0
-rw-r--r--upstream/parameter/SelectionCriteriaDefinition.h (renamed from parameter/SelectionCriteriaDefinition.h)0
-rw-r--r--upstream/parameter/SelectionCriterion.cpp (renamed from parameter/SelectionCriterion.cpp)0
-rw-r--r--upstream/parameter/SelectionCriterion.h (renamed from parameter/SelectionCriterion.h)0
-rw-r--r--upstream/parameter/SelectionCriterionLibrary.cpp (renamed from parameter/SelectionCriterionLibrary.cpp)0
-rw-r--r--upstream/parameter/SelectionCriterionLibrary.h (renamed from parameter/SelectionCriterionLibrary.h)0
-rw-r--r--upstream/parameter/SelectionCriterionRule.cpp (renamed from parameter/SelectionCriterionRule.cpp)0
-rw-r--r--upstream/parameter/SelectionCriterionRule.h (renamed from parameter/SelectionCriterionRule.h)0
-rw-r--r--upstream/parameter/SelectionCriterionType.cpp (renamed from parameter/SelectionCriterionType.cpp)0
-rw-r--r--upstream/parameter/SelectionCriterionType.h (renamed from parameter/SelectionCriterionType.h)0
-rw-r--r--upstream/parameter/SimulatedBackSynchronizer.cpp (renamed from parameter/SimulatedBackSynchronizer.cpp)0
-rw-r--r--upstream/parameter/SimulatedBackSynchronizer.h (renamed from parameter/SimulatedBackSynchronizer.h)0
-rw-r--r--upstream/parameter/StringParameter.cpp (renamed from parameter/StringParameter.cpp)0
-rw-r--r--upstream/parameter/StringParameter.h (renamed from parameter/StringParameter.h)0
-rw-r--r--upstream/parameter/StringParameterType.cpp (renamed from parameter/StringParameterType.cpp)0
-rw-r--r--upstream/parameter/StringParameterType.h (renamed from parameter/StringParameterType.h)0
-rw-r--r--upstream/parameter/Subsystem.cpp (renamed from parameter/Subsystem.cpp)0
-rw-r--r--upstream/parameter/Subsystem.h (renamed from parameter/Subsystem.h)0
-rw-r--r--upstream/parameter/SubsystemElementBuilder.cpp (renamed from parameter/SubsystemElementBuilder.cpp)0
-rw-r--r--upstream/parameter/SubsystemElementBuilder.h (renamed from parameter/SubsystemElementBuilder.h)0
-rw-r--r--upstream/parameter/SubsystemLibrary.h (renamed from parameter/SubsystemLibrary.h)0
-rw-r--r--upstream/parameter/SubsystemObject.cpp (renamed from parameter/SubsystemObject.cpp)0
-rw-r--r--upstream/parameter/SubsystemObject.h (renamed from parameter/SubsystemObject.h)0
-rw-r--r--upstream/parameter/SubsystemObjectCreator.cpp (renamed from parameter/SubsystemObjectCreator.cpp)0
-rw-r--r--upstream/parameter/SubsystemObjectCreator.h (renamed from parameter/SubsystemObjectCreator.h)0
-rw-r--r--upstream/parameter/SubsystemObjectFactory.h (renamed from parameter/SubsystemObjectFactory.h)0
-rw-r--r--upstream/parameter/SubsystemPlugins.h (renamed from parameter/SubsystemPlugins.h)0
-rw-r--r--upstream/parameter/Syncer.h (renamed from parameter/Syncer.h)0
-rw-r--r--upstream/parameter/SyncerSet.cpp (renamed from parameter/SyncerSet.cpp)0
-rw-r--r--upstream/parameter/SyncerSet.h (renamed from parameter/SyncerSet.h)0
-rw-r--r--upstream/parameter/SystemClass.cpp (renamed from parameter/SystemClass.cpp)0
-rw-r--r--upstream/parameter/SystemClass.h (renamed from parameter/SystemClass.h)0
-rw-r--r--upstream/parameter/TypeElement.cpp (renamed from parameter/TypeElement.cpp)0
-rw-r--r--upstream/parameter/TypeElement.h (renamed from parameter/TypeElement.h)0
-rw-r--r--upstream/parameter/VirtualSubsystem.cpp (renamed from parameter/VirtualSubsystem.cpp)0
-rw-r--r--upstream/parameter/VirtualSubsystem.h (renamed from parameter/VirtualSubsystem.h)0
-rw-r--r--upstream/parameter/VirtualSyncer.cpp (renamed from parameter/VirtualSyncer.cpp)0
-rw-r--r--upstream/parameter/VirtualSyncer.h (renamed from parameter/VirtualSyncer.h)0
-rw-r--r--upstream/parameter/XmlDomainExportContext.h (renamed from parameter/XmlDomainExportContext.h)0
-rw-r--r--upstream/parameter/XmlDomainImportContext.h (renamed from parameter/XmlDomainImportContext.h)0
-rw-r--r--upstream/parameter/XmlDomainSerializingContext.h (renamed from parameter/XmlDomainSerializingContext.h)0
-rw-r--r--upstream/parameter/XmlElementSerializingContext.cpp (renamed from parameter/XmlElementSerializingContext.cpp)0
-rw-r--r--upstream/parameter/XmlElementSerializingContext.h (renamed from parameter/XmlElementSerializingContext.h)0
-rw-r--r--upstream/parameter/XmlFileIncluderElement.cpp (renamed from parameter/XmlFileIncluderElement.cpp)0
-rw-r--r--upstream/parameter/XmlFileIncluderElement.h (renamed from parameter/XmlFileIncluderElement.h)0
-rw-r--r--upstream/parameter/XmlParameterSerializingContext.cpp (renamed from parameter/XmlParameterSerializingContext.cpp)0
-rw-r--r--upstream/parameter/XmlParameterSerializingContext.h (renamed from parameter/XmlParameterSerializingContext.h)0
-rw-r--r--upstream/parameter/include/CommandHandlerInterface.h (renamed from parameter/include/CommandHandlerInterface.h)0
-rw-r--r--upstream/parameter/include/ElementHandle.h (renamed from parameter/include/ElementHandle.h)0
-rw-r--r--upstream/parameter/include/ParameterHandle.h (renamed from parameter/include/ParameterHandle.h)0
-rw-r--r--upstream/parameter/include/ParameterMgrFullConnector.h (renamed from parameter/include/ParameterMgrFullConnector.h)0
-rw-r--r--upstream/parameter/include/ParameterMgrLoggerForward.h (renamed from parameter/include/ParameterMgrLoggerForward.h)0
-rw-r--r--upstream/parameter/include/ParameterMgrPlatformConnector.h (renamed from parameter/include/ParameterMgrPlatformConnector.h)0
-rw-r--r--upstream/parameter/include/SelectionCriterionInterface.h (renamed from parameter/include/SelectionCriterionInterface.h)0
-rw-r--r--upstream/parameter/include/SelectionCriterionTypeInterface.h (renamed from parameter/include/SelectionCriterionTypeInterface.h)0
-rw-r--r--upstream/parameter/log/include/log/Context.h (renamed from parameter/log/include/log/Context.h)0
-rw-r--r--upstream/parameter/log/include/log/ILogger.h (renamed from parameter/log/include/log/ILogger.h)0
-rw-r--r--upstream/parameter/log/include/log/LogWrapper.h (renamed from parameter/log/include/log/LogWrapper.h)0
-rw-r--r--upstream/parameter/log/include/log/Logger.h (renamed from parameter/log/include/log/Logger.h)0
-rw-r--r--upstream/parameter/version.h.in (renamed from parameter/version.h.in)0
-rw-r--r--upstream/remote-process/CMakeLists.txt (renamed from remote-process/CMakeLists.txt)0
-rw-r--r--upstream/remote-process/README.md (renamed from remote-process/README.md)0
-rw-r--r--upstream/remote-process/main.cpp (renamed from remote-process/main.cpp)0
-rw-r--r--upstream/remote-processor/AnswerMessage.cpp (renamed from remote-processor/AnswerMessage.cpp)0
-rw-r--r--upstream/remote-processor/AnswerMessage.h (renamed from remote-processor/AnswerMessage.h)0
-rw-r--r--upstream/remote-processor/BackgroundRemoteProcessorServer.cpp (renamed from remote-processor/BackgroundRemoteProcessorServer.cpp)0
-rw-r--r--upstream/remote-processor/BackgroundRemoteProcessorServer.h (renamed from remote-processor/BackgroundRemoteProcessorServer.h)0
-rw-r--r--upstream/remote-processor/CMakeLists.txt (renamed from remote-processor/CMakeLists.txt)0
-rw-r--r--upstream/remote-processor/Message.cpp (renamed from remote-processor/Message.cpp)0
-rw-r--r--upstream/remote-processor/Message.h (renamed from remote-processor/Message.h)0
-rw-r--r--upstream/remote-processor/README.md (renamed from remote-processor/README.md)0
-rw-r--r--upstream/remote-processor/RemoteCommand.h (renamed from remote-processor/RemoteCommand.h)0
-rw-r--r--upstream/remote-processor/RemoteCommandHandler.h (renamed from remote-processor/RemoteCommandHandler.h)0
-rw-r--r--upstream/remote-processor/RemoteCommandHandlerTemplate.h (renamed from remote-processor/RemoteCommandHandlerTemplate.h)0
-rw-r--r--upstream/remote-processor/RemoteProcessorServer.cpp (renamed from remote-processor/RemoteProcessorServer.cpp)0
-rw-r--r--upstream/remote-processor/RemoteProcessorServer.h (renamed from remote-processor/RemoteProcessorServer.h)0
-rw-r--r--upstream/remote-processor/RemoteProcessorServerInterface.h (renamed from remote-processor/RemoteProcessorServerInterface.h)0
-rw-r--r--upstream/remote-processor/RequestMessage.cpp (renamed from remote-processor/RequestMessage.cpp)0
-rw-r--r--upstream/remote-processor/RequestMessage.h (renamed from remote-processor/RequestMessage.h)0
-rw-r--r--upstream/remote-processor/Socket.h (renamed from remote-processor/Socket.h)0
-rw-r--r--upstream/schemas/CMakeLists.txt (renamed from schemas/CMakeLists.txt)0
-rw-r--r--upstream/schemas/ComponentLibrary.xsd (renamed from schemas/ComponentLibrary.xsd)0
-rw-r--r--upstream/schemas/ComponentTypeSet.xsd (renamed from schemas/ComponentTypeSet.xsd)0
-rw-r--r--upstream/schemas/ConfigurableDomain.xsd (renamed from schemas/ConfigurableDomain.xsd)0
-rw-r--r--upstream/schemas/ConfigurableDomains.xsd (renamed from schemas/ConfigurableDomains.xsd)0
-rw-r--r--upstream/schemas/FileIncluder.xsd (renamed from schemas/FileIncluder.xsd)0
-rw-r--r--upstream/schemas/Parameter.xsd (renamed from schemas/Parameter.xsd)0
-rw-r--r--upstream/schemas/ParameterFrameworkConfiguration.xsd (renamed from schemas/ParameterFrameworkConfiguration.xsd)0
-rw-r--r--upstream/schemas/ParameterSettings.xsd (renamed from schemas/ParameterSettings.xsd)0
-rw-r--r--upstream/schemas/README.md (renamed from schemas/README.md)0
-rw-r--r--upstream/schemas/Subsystem.xsd (renamed from schemas/Subsystem.xsd)0
-rw-r--r--upstream/schemas/SystemClass.xsd (renamed from schemas/SystemClass.xsd)0
-rw-r--r--upstream/schemas/W3cXmlAttributes.xsd (renamed from schemas/W3cXmlAttributes.xsd)0
-rw-r--r--upstream/skeleton-subsystem/CMakeLists.txt (renamed from skeleton-subsystem/CMakeLists.txt)0
-rw-r--r--upstream/skeleton-subsystem/README.md (renamed from skeleton-subsystem/README.md)0
-rw-r--r--upstream/skeleton-subsystem/SkeletonMappingKeys.h (renamed from skeleton-subsystem/SkeletonMappingKeys.h)0
-rw-r--r--upstream/skeleton-subsystem/SkeletonSubsystem.cpp (renamed from skeleton-subsystem/SkeletonSubsystem.cpp)0
-rw-r--r--upstream/skeleton-subsystem/SkeletonSubsystem.h (renamed from skeleton-subsystem/SkeletonSubsystem.h)0
-rw-r--r--upstream/skeleton-subsystem/SkeletonSubsystemBuilder.cpp (renamed from skeleton-subsystem/SkeletonSubsystemBuilder.cpp)0
-rw-r--r--upstream/skeleton-subsystem/SkeletonSubsystemObject.cpp (renamed from skeleton-subsystem/SkeletonSubsystemObject.cpp)0
-rw-r--r--upstream/skeleton-subsystem/SkeletonSubsystemObject.h (renamed from skeleton-subsystem/SkeletonSubsystemObject.h)0
-rw-r--r--upstream/skeleton-subsystem/test/CMakeLists.txt (renamed from skeleton-subsystem/test/CMakeLists.txt)0
-rw-r--r--upstream/skeleton-subsystem/test/main.cpp (renamed from skeleton-subsystem/test/main.cpp)0
-rw-r--r--upstream/skeleton-subsystem/test/structure.xml (renamed from skeleton-subsystem/test/structure.xml)0
-rw-r--r--upstream/skeleton-subsystem/test/toplevel.xml (renamed from skeleton-subsystem/test/toplevel.xml)0
-rw-r--r--upstream/support/windows/Resource.rc.in (renamed from support/windows/Resource.rc.in)0
-rw-r--r--upstream/test/CMakeLists.txt (renamed from test/CMakeLists.txt)0
-rw-r--r--upstream/test/catch/CMakeLists.txt (renamed from test/catch/CMakeLists.txt)0
-rw-r--r--upstream/test/catch/catch.cpp (renamed from test/catch/catch.cpp)0
-rwxr-xr-xupstream/test/functional-tests-legacy/ACTCampaignEngine.py (renamed from test/functional-tests-legacy/ACTCampaignEngine.py)0
-rw-r--r--upstream/test/functional-tests-legacy/CMakeLists.txt (renamed from test/functional-tests-legacy/CMakeLists.txt)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/__init__.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/__init__.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Backup.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Backup.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Selection.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Selection.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements_Sequences.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements_Sequences.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Rules.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Rules.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Split.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Split.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_creation_deletion.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_creation_deletion.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_rename.py (renamed from test/functional-tests-legacy/PfwTestCase/Domains/tDomain_rename.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Functions/__init__.py (renamed from test/functional-tests-legacy/PfwTestCase/Functions/__init__.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Export_Import_Domains.py (renamed from test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Export_Import_Domains.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Sync.py (renamed from test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Sync.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_getParameter.py (renamed from test/functional-tests-legacy/PfwTestCase/Functions/tFunction_getParameter.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_listingFunctions.py (renamed from test/functional-tests-legacy/PfwTestCase/Functions/tFunction_listingFunctions.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_setParameter.py (renamed from test/functional-tests-legacy/PfwTestCase/Functions/tFunction_setParameter.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/__init__.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/__init__.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tBit_Block.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tBit_Block.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tBoolean.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tBoolean.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tEnum.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tEnum.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q0_15.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q0_15.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q15_0.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q15_0.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q7_8.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q7_8.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q0_31.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q0_31.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q15_16.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q15_16.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q31_0.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q31_0.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q8_20.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q8_20.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q0_7.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q0_7.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q3_4.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q3_4.py)0
-rwxr-xr-xupstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q7_0.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q7_0.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tINT16.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16_ARRAY.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tINT16_ARRAY.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16_Max.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tINT16_Max.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT32.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tINT32.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT32_Max.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tINT32_Max.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT8.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tINT8.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT8_Max.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tINT8_Max.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tParameter_Block.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tParameter_Block.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tRAW.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tRAW.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tSTRING_128.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tSTRING_128.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT16.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tUINT16.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT16_Max.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tUINT16_Max.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tUINT32.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_ARRAY.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tUINT32_ARRAY.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_Max.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tUINT32_Max.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tUINT8.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_ARRAY.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tUINT8_ARRAY.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_Max.py (renamed from test/functional-tests-legacy/PfwTestCase/Types/tUINT8_Max.py)0
-rw-r--r--upstream/test/functional-tests-legacy/PfwTestCase/__init__.py (renamed from test/functional-tests-legacy/PfwTestCase/__init__.py)0
-rw-r--r--upstream/test/functional-tests-legacy/README.md (renamed from test/functional-tests-legacy/README.md)0
-rw-r--r--upstream/test/functional-tests-legacy/Util/ACTLogging.py (renamed from test/functional-tests-legacy/Util/ACTLogging.py)0
-rw-r--r--upstream/test/functional-tests-legacy/Util/PfwUnitTestLib.py (renamed from test/functional-tests-legacy/Util/PfwUnitTestLib.py)0
-rw-r--r--upstream/test/functional-tests-legacy/Util/__init__.py (renamed from test/functional-tests-legacy/Util/__init__.py)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Compliant.xml (renamed from test/functional-tests-legacy/xml/XML_Test/Reference_Compliant.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Criteria.xml (renamed from test/functional-tests-legacy/xml/XML_Test/Reference_Criteria.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Split_Domain.xml (renamed from test/functional-tests-legacy/xml/XML_Test/Reference_Split_Domain.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains (renamed from test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains.xml (renamed from test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_OutboundParameter.xml (renamed from test/functional-tests-legacy/xml/XML_Test/Uncompliant_OutboundParameter.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredConfigurableElement.xml (renamed from test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredConfigurableElement.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredParameter.xml (renamed from test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredParameter.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UnorderConfigurableElement.xml (renamed from test/functional-tests-legacy/xml/XML_Test/Uncompliant_UnorderConfigurableElement.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/configuration/ParameterFrameworkConfiguration.xml (renamed from test/functional-tests-legacy/xml/configuration/ParameterFrameworkConfiguration.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/configuration/Settings/Test/TestConfigurableDomains.xml (renamed from test/functional-tests-legacy/xml/configuration/Settings/Test/TestConfigurableDomains.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/TestClass.xml (renamed from test/functional-tests-legacy/xml/configuration/Structure/Test/TestClass.xml)0
-rw-r--r--upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/TestSubsystem.xml.in (renamed from test/functional-tests-legacy/xml/configuration/Structure/Test/TestSubsystem.xml.in)0
-rw-r--r--upstream/test/functional-tests/AutoSync.cpp (renamed from test/functional-tests/AutoSync.cpp)0
-rw-r--r--upstream/test/functional-tests/Basic.cpp (renamed from test/functional-tests/Basic.cpp)0
-rw-r--r--upstream/test/functional-tests/CMakeLists.txt (renamed from test/functional-tests/CMakeLists.txt)0
-rw-r--r--upstream/test/functional-tests/FloatingPoint.cpp (renamed from test/functional-tests/FloatingPoint.cpp)0
-rw-r--r--upstream/test/functional-tests/Handle.cpp (renamed from test/functional-tests/Handle.cpp)0
-rw-r--r--upstream/test/functional-tests/include/Config.hpp (renamed from test/functional-tests/include/Config.hpp)0
-rw-r--r--upstream/test/functional-tests/include/ConfigFiles.hpp (renamed from test/functional-tests/include/ConfigFiles.hpp)0
-rw-r--r--upstream/test/functional-tests/include/ElementHandle.hpp (renamed from test/functional-tests/include/ElementHandle.hpp)0
-rw-r--r--upstream/test/functional-tests/include/Exception.hpp (renamed from test/functional-tests/include/Exception.hpp)0
-rw-r--r--upstream/test/functional-tests/include/FailureWrapper.hpp (renamed from test/functional-tests/include/FailureWrapper.hpp)0
-rw-r--r--upstream/test/functional-tests/include/ParameterFramework.hpp (renamed from test/functional-tests/include/ParameterFramework.hpp)0
-rw-r--r--upstream/test/functional-tests/include/StoreLogger.hpp (renamed from test/functional-tests/include/StoreLogger.hpp)0
-rw-r--r--upstream/test/functional-tests/include/Test.hpp (renamed from test/functional-tests/include/Test.hpp)0
-rw-r--r--upstream/test/functional-tests/plan.md (renamed from test/functional-tests/plan.md)0
-rw-r--r--upstream/test/introspection-subsystem/CMakeLists.txt (renamed from test/introspection-subsystem/CMakeLists.txt)0
-rw-r--r--upstream/test/introspection-subsystem/IntrospectionEntryPoint.cpp (renamed from test/introspection-subsystem/IntrospectionEntryPoint.cpp)0
-rw-r--r--upstream/test/introspection-subsystem/IntrospectionSubsystem.cpp (renamed from test/introspection-subsystem/IntrospectionSubsystem.cpp)0
-rw-r--r--upstream/test/introspection-subsystem/IntrospectionSubsystem.h (renamed from test/introspection-subsystem/IntrospectionSubsystem.h)0
-rw-r--r--upstream/test/introspection-subsystem/IntrospectionSubsystemBuilder.cpp (renamed from test/introspection-subsystem/IntrospectionSubsystemBuilder.cpp)0
-rw-r--r--upstream/test/introspection-subsystem/IntrospectionSubsystemObject.cpp (renamed from test/introspection-subsystem/IntrospectionSubsystemObject.cpp)0
-rw-r--r--upstream/test/introspection-subsystem/IntrospectionSubsystemObject.h (renamed from test/introspection-subsystem/IntrospectionSubsystemObject.h)0
-rw-r--r--upstream/test/introspection-subsystem/include/IntrospectionEntryPoint.h (renamed from test/introspection-subsystem/include/IntrospectionEntryPoint.h)0
-rw-r--r--upstream/test/test-fixed-point-parameter/CMakeLists.txt (renamed from test/test-fixed-point-parameter/CMakeLists.txt)0
-rwxr-xr-xupstream/test/test-fixed-point-parameter/Main.py (renamed from test/test-fixed-point-parameter/Main.py)0
-rw-r--r--upstream/test/test-fixed-point-parameter/ParameterFrameworkConfiguration.xml (renamed from test/test-fixed-point-parameter/ParameterFrameworkConfiguration.xml)0
-rw-r--r--upstream/test/test-fixed-point-parameter/TestClass.xml (renamed from test/test-fixed-point-parameter/TestClass.xml)0
-rw-r--r--upstream/test/test-fixed-point-parameter/VirtualSubsystem.xml (renamed from test/test-fixed-point-parameter/VirtualSubsystem.xml)0
-rw-r--r--upstream/test/test-platform/CMakeLists.txt (renamed from test/test-platform/CMakeLists.txt)0
-rw-r--r--upstream/test/test-platform/README.md (renamed from test/test-platform/README.md)0
-rw-r--r--upstream/test/test-platform/TestPlatform.cpp (renamed from test/test-platform/TestPlatform.cpp)0
-rw-r--r--upstream/test/test-platform/TestPlatform.h (renamed from test/test-platform/TestPlatform.h)0
-rw-r--r--upstream/test/test-platform/main.cpp (renamed from test/test-platform/main.cpp)0
-rw-r--r--upstream/test/test-subsystem/CMakeLists.txt (renamed from test/test-subsystem/CMakeLists.txt)0
-rw-r--r--upstream/test/test-subsystem/TESTMappingKeys.h (renamed from test/test-subsystem/TESTMappingKeys.h)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystem.cpp (renamed from test/test-subsystem/TESTSubsystem.cpp)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystem.h (renamed from test/test-subsystem/TESTSubsystem.h)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystemBinary.cpp (renamed from test/test-subsystem/TESTSubsystemBinary.cpp)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystemBinary.h (renamed from test/test-subsystem/TESTSubsystemBinary.h)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystemBuilder.cpp (renamed from test/test-subsystem/TESTSubsystemBuilder.cpp)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystemObject.cpp (renamed from test/test-subsystem/TESTSubsystemObject.cpp)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystemObject.h (renamed from test/test-subsystem/TESTSubsystemObject.h)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystemString.cpp (renamed from test/test-subsystem/TESTSubsystemString.cpp)0
-rw-r--r--upstream/test/test-subsystem/TESTSubsystemString.h (renamed from test/test-subsystem/TESTSubsystemString.h)0
-rw-r--r--upstream/test/tmpfile/CMakeLists.txt (renamed from test/tmpfile/CMakeLists.txt)0
-rw-r--r--upstream/test/tmpfile/TmpFile.hpp (renamed from test/tmpfile/TmpFile.hpp)0
-rw-r--r--upstream/test/tmpfile/posix/TmpFile.cpp (renamed from test/tmpfile/posix/TmpFile.cpp)0
-rw-r--r--upstream/test/tmpfile/windows/TmpFile.cpp (renamed from test/tmpfile/windows/TmpFile.cpp)0
-rw-r--r--upstream/test/tokenizer/CMakeLists.txt (renamed from test/tokenizer/CMakeLists.txt)0
-rw-r--r--upstream/test/tokenizer/Test.cpp (renamed from test/tokenizer/Test.cpp)0
-rw-r--r--upstream/test/xml-generator/CMakeLists.txt (renamed from test/xml-generator/CMakeLists.txt)0
-rw-r--r--upstream/test/xml-generator/PFConfig/configuration.xml (renamed from test/xml-generator/PFConfig/configuration.xml)0
-rw-r--r--upstream/test/xml-generator/PFConfig/criteria.txt (renamed from test/xml-generator/PFConfig/criteria.txt)0
-rw-r--r--upstream/test/xml-generator/PFConfig/duplicate_criterion_value.txt (renamed from test/xml-generator/PFConfig/duplicate_criterion_value.txt)0
-rw-r--r--upstream/test/xml-generator/PFConfig/includeStructure.xml (renamed from test/xml-generator/PFConfig/includeStructure.xml)0
-rw-r--r--upstream/test/xml-generator/PFConfig/structure.xml (renamed from test/xml-generator/PFConfig/structure.xml)0
-rw-r--r--upstream/test/xml-generator/test.py (renamed from test/xml-generator/test.py)0
-rw-r--r--upstream/test/xml-generator/testVector/complex.pfw (renamed from test/xml-generator/testVector/complex.pfw)0
-rw-r--r--upstream/test/xml-generator/testVector/conflicting.pfw (renamed from test/xml-generator/testVector/conflicting.pfw)0
-rw-r--r--upstream/test/xml-generator/testVector/duplicate.pfw (renamed from test/xml-generator/testVector/duplicate.pfw)0
-rw-r--r--upstream/test/xml-generator/testVector/first.pfw (renamed from test/xml-generator/testVector/first.pfw)0
-rw-r--r--upstream/test/xml-generator/testVector/fourth.xml (renamed from test/xml-generator/testVector/fourth.xml)0
-rw-r--r--upstream/test/xml-generator/testVector/initialSettings.xml (renamed from test/xml-generator/testVector/initialSettings.xml)0
-rw-r--r--upstream/test/xml-generator/testVector/reference.xml (renamed from test/xml-generator/testVector/reference.xml)0
-rw-r--r--upstream/test/xml-generator/testVector/second.pfw (renamed from test/xml-generator/testVector/second.pfw)0
-rw-r--r--upstream/test/xml-generator/testVector/third.xml (renamed from test/xml-generator/testVector/third.xml)0
-rw-r--r--upstream/tools/bash_completion/CMakeLists.txt (renamed from tools/bash_completion/CMakeLists.txt)0
-rw-r--r--upstream/tools/bash_completion/remote-process (renamed from tools/bash_completion/remote-process)0
-rw-r--r--upstream/tools/clientSimulator/CMakeLists.txt (renamed from tools/clientSimulator/CMakeLists.txt)0
-rw-r--r--upstream/tools/clientSimulator/README.md (renamed from tools/clientSimulator/README.md)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/__init__.py (renamed from tools/clientSimulator/clientsimulator/__init__.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/configuration/ConfigParser.py (renamed from tools/clientSimulator/clientsimulator/configuration/ConfigParser.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/configuration/__init__.py (renamed from tools/clientSimulator/clientsimulator/configuration/__init__.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/criterion/Criterion.py (renamed from tools/clientSimulator/clientsimulator/criterion/Criterion.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/criterion/CriterionClassFactory.py (renamed from tools/clientSimulator/clientsimulator/criterion/CriterionClassFactory.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/criterion/ExclusiveCriterion.py (renamed from tools/clientSimulator/clientsimulator/criterion/ExclusiveCriterion.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/criterion/InclusiveCriterion.py (renamed from tools/clientSimulator/clientsimulator/criterion/InclusiveCriterion.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/criterion/__init__.py (renamed from tools/clientSimulator/clientsimulator/criterion/__init__.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/scenario/Scenario.py (renamed from tools/clientSimulator/clientsimulator/scenario/Scenario.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/scenario/__init__.py (renamed from tools/clientSimulator/clientsimulator/scenario/__init__.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/testGenerator/SubprocessLogger.py (renamed from tools/clientSimulator/clientsimulator/testGenerator/SubprocessLogger.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/testGenerator/TestLauncher.py (renamed from tools/clientSimulator/clientsimulator/testGenerator/TestLauncher.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/testGenerator/TestVectorFactory.py (renamed from tools/clientSimulator/clientsimulator/testGenerator/TestVectorFactory.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/testGenerator/__init__.py (renamed from tools/clientSimulator/clientsimulator/testGenerator/__init__.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/userInteraction/DynamicCallHelper.py (renamed from tools/clientSimulator/clientsimulator/userInteraction/DynamicCallHelper.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/userInteraction/UserInteractor.py (renamed from tools/clientSimulator/clientsimulator/userInteraction/UserInteractor.py)0
-rw-r--r--upstream/tools/clientSimulator/clientsimulator/userInteraction/__init__.py (renamed from tools/clientSimulator/clientsimulator/userInteraction/__init__.py)0
-rwxr-xr-xupstream/tools/clientSimulator/pfClientSimulator.py (renamed from tools/clientSimulator/pfClientSimulator.py)0
-rw-r--r--upstream/tools/coverage/README.md (renamed from tools/coverage/README.md)0
-rwxr-xr-xupstream/tools/coverage/aplog2coverage.sh (renamed from tools/coverage/aplog2coverage.sh)0
-rwxr-xr-xupstream/tools/coverage/coverage.py (renamed from tools/coverage/coverage.py)0
-rw-r--r--upstream/tools/coverage/coverage.xsl (renamed from tools/coverage/coverage.xsl)0
-rw-r--r--upstream/tools/xmlGenerator/CMakeLists.txt (renamed from tools/xmlGenerator/CMakeLists.txt)0
-rwxr-xr-xupstream/tools/xmlGenerator/EddParser.py (renamed from tools/xmlGenerator/EddParser.py)0
-rwxr-xr-xupstream/tools/xmlGenerator/PFWScriptGenerator.py (renamed from tools/xmlGenerator/PFWScriptGenerator.py)0
-rw-r--r--upstream/tools/xmlGenerator/PfwBaseTranslator.py (renamed from tools/xmlGenerator/PfwBaseTranslator.py)0
-rw-r--r--upstream/tools/xmlGenerator/README.md (renamed from tools/xmlGenerator/README.md)0
-rwxr-xr-xupstream/tools/xmlGenerator/analyse/replaceAmixerByPfwParameters.sh (renamed from tools/xmlGenerator/analyse/replaceAmixerByPfwParameters.sh)0
-rwxr-xr-xupstream/tools/xmlGenerator/analyse/sortAsound.conf.sh (renamed from tools/xmlGenerator/analyse/sortAsound.conf.sh)0
-rwxr-xr-xupstream/tools/xmlGenerator/domainGenerator.py (renamed from tools/xmlGenerator/domainGenerator.py)0
-rwxr-xr-xupstream/tools/xmlGenerator/domainGenerator.sh (renamed from tools/xmlGenerator/domainGenerator.sh)0
-rw-r--r--upstream/tools/xmlGenerator/domainGeneratorConnector.cpp (renamed from tools/xmlGenerator/domainGeneratorConnector.cpp)0
-rwxr-xr-xupstream/tools/xmlGenerator/hostConfig.py (renamed from tools/xmlGenerator/hostConfig.py)0
-rwxr-xr-xupstream/tools/xmlGenerator/lightRoutingUpdate.sh (renamed from tools/xmlGenerator/lightRoutingUpdate.sh)0
-rw-r--r--upstream/tools/xmlGenerator/misc/generatorpfwscript.lang (renamed from tools/xmlGenerator/misc/generatorpfwscript.lang)0
-rwxr-xr-xupstream/tools/xmlGenerator/updateRoutageDomains.sh (renamed from tools/xmlGenerator/updateRoutageDomains.sh)0
-rw-r--r--upstream/tools/xmlValidator/CMakeLists.txt (renamed from tools/xmlValidator/CMakeLists.txt)0
-rw-r--r--upstream/tools/xmlValidator/README.md (renamed from tools/xmlValidator/README.md)0
-rwxr-xr-xupstream/tools/xmlValidator/xmlValidator.py (renamed from tools/xmlValidator/xmlValidator.py)0
-rw-r--r--upstream/utility/AlwaysAssert.hpp (renamed from utility/AlwaysAssert.hpp)0
-rw-r--r--upstream/utility/BinaryCopy.hpp (renamed from utility/BinaryCopy.hpp)0
-rw-r--r--upstream/utility/CMakeLists.txt (renamed from utility/CMakeLists.txt)0
-rw-r--r--upstream/utility/DynamicLibrary.cpp (renamed from utility/DynamicLibrary.cpp)0
-rw-r--r--upstream/utility/DynamicLibrary.hpp (renamed from utility/DynamicLibrary.hpp)0
-rw-r--r--upstream/utility/ErrorContext.hpp (renamed from utility/ErrorContext.hpp)0
-rw-r--r--upstream/utility/Iterator.hpp (renamed from utility/Iterator.hpp)0
-rw-r--r--upstream/utility/Memory.hpp (renamed from utility/Memory.hpp)0
-rw-r--r--upstream/utility/NonCopyable.hpp (renamed from utility/NonCopyable.hpp)0
-rw-r--r--upstream/utility/Tokenizer.cpp (renamed from utility/Tokenizer.cpp)0
-rw-r--r--upstream/utility/Tokenizer.h (renamed from utility/Tokenizer.h)0
-rw-r--r--upstream/utility/Utility.cpp (renamed from utility/Utility.cpp)0
-rw-r--r--upstream/utility/Utility.h (renamed from utility/Utility.h)0
-rw-r--r--upstream/utility/convert.hpp (renamed from utility/convert.hpp)0
-rw-r--r--upstream/utility/posix/DynamicLibrary.cpp (renamed from utility/posix/DynamicLibrary.cpp)0
-rw-r--r--upstream/utility/test/utility.cpp (renamed from utility/test/utility.cpp)0
-rw-r--r--upstream/utility/windows/DynamicLibrary.cpp (renamed from utility/windows/DynamicLibrary.cpp)0
-rw-r--r--upstream/xmlserializer/CMakeLists.txt (renamed from xmlserializer/CMakeLists.txt)0
-rw-r--r--upstream/xmlserializer/XmlDocSink.h (renamed from xmlserializer/XmlDocSink.h)0
-rw-r--r--upstream/xmlserializer/XmlDocSource.cpp (renamed from xmlserializer/XmlDocSource.cpp)0
-rw-r--r--upstream/xmlserializer/XmlDocSource.h (renamed from xmlserializer/XmlDocSource.h)0
-rw-r--r--upstream/xmlserializer/XmlElement.cpp (renamed from xmlserializer/XmlElement.cpp)0
-rw-r--r--upstream/xmlserializer/XmlElement.h (renamed from xmlserializer/XmlElement.h)0
-rw-r--r--upstream/xmlserializer/XmlMemoryDocSink.cpp (renamed from xmlserializer/XmlMemoryDocSink.cpp)0
-rw-r--r--upstream/xmlserializer/XmlMemoryDocSink.h (renamed from xmlserializer/XmlMemoryDocSink.h)0
-rw-r--r--upstream/xmlserializer/XmlMemoryDocSource.cpp (renamed from xmlserializer/XmlMemoryDocSource.cpp)0
-rw-r--r--upstream/xmlserializer/XmlMemoryDocSource.h (renamed from xmlserializer/XmlMemoryDocSource.h)0
-rw-r--r--upstream/xmlserializer/XmlSerializingContext.cpp (renamed from xmlserializer/XmlSerializingContext.cpp)0
-rw-r--r--upstream/xmlserializer/XmlSerializingContext.h (renamed from xmlserializer/XmlSerializingContext.h)0
-rw-r--r--upstream/xmlserializer/XmlSink.h (renamed from xmlserializer/XmlSink.h)0
-rw-r--r--upstream/xmlserializer/XmlSource.h (renamed from xmlserializer/XmlSource.h)0
-rw-r--r--upstream/xmlserializer/XmlStreamDocSink.cpp (renamed from xmlserializer/XmlStreamDocSink.cpp)0
-rw-r--r--upstream/xmlserializer/XmlStreamDocSink.h (renamed from xmlserializer/XmlStreamDocSink.h)0
-rw-r--r--upstream/xmlserializer/XmlUtil.cpp (renamed from xmlserializer/XmlUtil.cpp)0
474 files changed, 0 insertions, 0 deletions
diff --git a/.clang-format b/upstream/.clang-format
index 41d5116..41d5116 100644
--- a/.clang-format
+++ b/upstream/.clang-format
diff --git a/.gitattributes b/upstream/.gitattributes
index b977122..b977122 100644
--- a/.gitattributes
+++ b/upstream/.gitattributes
diff --git a/.gitignore b/upstream/.gitignore
index b3e751b..b3e751b 100644
--- a/.gitignore
+++ b/upstream/.gitignore
diff --git a/.travis.yml b/upstream/.travis.yml
index db18b6f..db18b6f 100644
--- a/.travis.yml
+++ b/upstream/.travis.yml
diff --git a/.version b/upstream/.version
index dd5b792..dd5b792 100644
--- a/.version
+++ b/upstream/.version
diff --git a/CMakeLists.txt b/upstream/CMakeLists.txt
index 8bf7941..8bf7941 100644
--- a/CMakeLists.txt
+++ b/upstream/CMakeLists.txt
diff --git a/COPYING.txt b/upstream/COPYING.txt
index e99deeb..e99deeb 100644
--- a/COPYING.txt
+++ b/upstream/COPYING.txt
diff --git a/README.md b/upstream/README.md
index 59ae1e6..59ae1e6 100644
--- a/README.md
+++ b/upstream/README.md
diff --git a/SetVersion.cmake b/upstream/SetVersion.cmake
index 3adeec1..3adeec1 100644
--- a/SetVersion.cmake
+++ b/upstream/SetVersion.cmake
diff --git a/appveyor.yml b/upstream/appveyor.yml
index f1e38dc..f1e38dc 100644
--- a/appveyor.yml
+++ b/upstream/appveyor.yml
diff --git a/asio/CMakeLists.txt b/upstream/asio/CMakeLists.txt
index 9c0ef11..9c0ef11 100644
--- a/asio/CMakeLists.txt
+++ b/upstream/asio/CMakeLists.txt
diff --git a/asio/stub/asio.hpp b/upstream/asio/stub/asio.hpp
index 84a0ea4..84a0ea4 100644
--- a/asio/stub/asio.hpp
+++ b/upstream/asio/stub/asio.hpp
diff --git a/bindings/CMakeLists.txt b/upstream/bindings/CMakeLists.txt
index bdeab7f..bdeab7f 100644
--- a/bindings/CMakeLists.txt
+++ b/upstream/bindings/CMakeLists.txt
diff --git a/bindings/c/CMakeLists.txt b/upstream/bindings/c/CMakeLists.txt
index 0c88412..0c88412 100644
--- a/bindings/c/CMakeLists.txt
+++ b/upstream/bindings/c/CMakeLists.txt
diff --git a/bindings/c/ParameterFramework.cpp b/upstream/bindings/c/ParameterFramework.cpp
index 53f7a66..53f7a66 100644
--- a/bindings/c/ParameterFramework.cpp
+++ b/upstream/bindings/c/ParameterFramework.cpp
diff --git a/bindings/c/ParameterFramework.h b/upstream/bindings/c/ParameterFramework.h
index c136845..c136845 100644
--- a/bindings/c/ParameterFramework.h
+++ b/upstream/bindings/c/ParameterFramework.h
diff --git a/bindings/c/Test.cpp b/upstream/bindings/c/Test.cpp
index 39f5df6..39f5df6 100644
--- a/bindings/c/Test.cpp
+++ b/upstream/bindings/c/Test.cpp
diff --git a/bindings/python/CMakeLists.txt b/upstream/bindings/python/CMakeLists.txt
index 5807633..5807633 100644
--- a/bindings/python/CMakeLists.txt
+++ b/upstream/bindings/python/CMakeLists.txt
diff --git a/bindings/python/README.md b/upstream/bindings/python/README.md
index f2ad928..f2ad928 100644
--- a/bindings/python/README.md
+++ b/upstream/bindings/python/README.md
diff --git a/bindings/python/pfw.i b/upstream/bindings/python/pfw.i
index a1bfe62..a1bfe62 100644
--- a/bindings/python/pfw.i
+++ b/upstream/bindings/python/pfw.i
diff --git a/bindings/python/sample.py b/upstream/bindings/python/sample.py
index 7e8ece6..7e8ece6 100755
--- a/bindings/python/sample.py
+++ b/upstream/bindings/python/sample.py
diff --git a/cmake/FindLibXml2.cmake b/upstream/cmake/FindLibXml2.cmake
index ccd0b4b..ccd0b4b 100644
--- a/cmake/FindLibXml2.cmake
+++ b/upstream/cmake/FindLibXml2.cmake
diff --git a/cpack/CMakeLists.txt b/upstream/cpack/CMakeLists.txt
index 516ce4d..516ce4d 100644
--- a/cpack/CMakeLists.txt
+++ b/upstream/cpack/CMakeLists.txt
diff --git a/ctest/CMakeLists.txt b/upstream/ctest/CMakeLists.txt
index d56c9a1..d56c9a1 100644
--- a/ctest/CMakeLists.txt
+++ b/upstream/ctest/CMakeLists.txt
diff --git a/ctest/CTestCustom.cmake b/upstream/ctest/CTestCustom.cmake
index 0c0aa72..0c0aa72 100644
--- a/ctest/CTestCustom.cmake
+++ b/upstream/ctest/CTestCustom.cmake
diff --git a/ctest/valgrind.supp b/upstream/ctest/valgrind.supp
index 1de6188..1de6188 100644
--- a/ctest/valgrind.supp
+++ b/upstream/ctest/valgrind.supp
diff --git a/doc/CMakeLists.txt b/upstream/doc/CMakeLists.txt
index b6e1108..b6e1108 100644
--- a/doc/CMakeLists.txt
+++ b/upstream/doc/CMakeLists.txt
diff --git a/doc/Doxyfile.in b/upstream/doc/Doxyfile.in
index 33499b8..33499b8 100644
--- a/doc/Doxyfile.in
+++ b/upstream/doc/Doxyfile.in
diff --git a/doc/requirements/APIs.md b/upstream/doc/requirements/APIs.md
index a49e2a6..a49e2a6 100644
--- a/doc/requirements/APIs.md
+++ b/upstream/doc/requirements/APIs.md
diff --git a/doc/requirements/CMakeLists.txt b/upstream/doc/requirements/CMakeLists.txt
index 1d8f596..1d8f596 100644
--- a/doc/requirements/CMakeLists.txt
+++ b/upstream/doc/requirements/CMakeLists.txt
diff --git a/doc/requirements/requirements.css b/upstream/doc/requirements/requirements.css
index 77c4e71..77c4e71 100644
--- a/doc/requirements/requirements.css
+++ b/upstream/doc/requirements/requirements.css
diff --git a/doc/requirements/requirements.md b/upstream/doc/requirements/requirements.md
index fd57e16..fd57e16 100644
--- a/doc/requirements/requirements.md
+++ b/upstream/doc/requirements/requirements.md
diff --git a/parameter/AreaConfiguration.cpp b/upstream/parameter/AreaConfiguration.cpp
index aaf7df8..aaf7df8 100644
--- a/parameter/AreaConfiguration.cpp
+++ b/upstream/parameter/AreaConfiguration.cpp
diff --git a/parameter/AreaConfiguration.h b/upstream/parameter/AreaConfiguration.h
index c20db37..c20db37 100644
--- a/parameter/AreaConfiguration.h
+++ b/upstream/parameter/AreaConfiguration.h
diff --git a/parameter/ArrayParameter.cpp b/upstream/parameter/ArrayParameter.cpp
index 83ffe04..83ffe04 100644
--- a/parameter/ArrayParameter.cpp
+++ b/upstream/parameter/ArrayParameter.cpp
diff --git a/parameter/ArrayParameter.h b/upstream/parameter/ArrayParameter.h
index b2018c2..b2018c2 100644
--- a/parameter/ArrayParameter.h
+++ b/upstream/parameter/ArrayParameter.h
diff --git a/parameter/BackSynchronizer.h b/upstream/parameter/BackSynchronizer.h
index ff6c4f6..ff6c4f6 100644
--- a/parameter/BackSynchronizer.h
+++ b/upstream/parameter/BackSynchronizer.h
diff --git a/parameter/BaseParameter.cpp b/upstream/parameter/BaseParameter.cpp
index f28a26c..f28a26c 100644
--- a/parameter/BaseParameter.cpp
+++ b/upstream/parameter/BaseParameter.cpp
diff --git a/parameter/BaseParameter.h b/upstream/parameter/BaseParameter.h
index 1b80fb8..1b80fb8 100644
--- a/parameter/BaseParameter.h
+++ b/upstream/parameter/BaseParameter.h
diff --git a/parameter/BitParameter.cpp b/upstream/parameter/BitParameter.cpp
index 81a9800..81a9800 100644
--- a/parameter/BitParameter.cpp
+++ b/upstream/parameter/BitParameter.cpp
diff --git a/parameter/BitParameter.h b/upstream/parameter/BitParameter.h
index cbe071e..cbe071e 100644
--- a/parameter/BitParameter.h
+++ b/upstream/parameter/BitParameter.h
diff --git a/parameter/BitParameterBlock.cpp b/upstream/parameter/BitParameterBlock.cpp
index 360a6f5..360a6f5 100644
--- a/parameter/BitParameterBlock.cpp
+++ b/upstream/parameter/BitParameterBlock.cpp
diff --git a/parameter/BitParameterBlock.h b/upstream/parameter/BitParameterBlock.h
index f1068f6..f1068f6 100644
--- a/parameter/BitParameterBlock.h
+++ b/upstream/parameter/BitParameterBlock.h
diff --git a/parameter/BitParameterBlockType.cpp b/upstream/parameter/BitParameterBlockType.cpp
index 316676d..316676d 100644
--- a/parameter/BitParameterBlockType.cpp
+++ b/upstream/parameter/BitParameterBlockType.cpp
diff --git a/parameter/BitParameterBlockType.h b/upstream/parameter/BitParameterBlockType.h
index 419d7aa..419d7aa 100644
--- a/parameter/BitParameterBlockType.h
+++ b/upstream/parameter/BitParameterBlockType.h
diff --git a/parameter/BitParameterType.cpp b/upstream/parameter/BitParameterType.cpp
index 5a5c353..5a5c353 100644
--- a/parameter/BitParameterType.cpp
+++ b/upstream/parameter/BitParameterType.cpp
diff --git a/parameter/BitParameterType.h b/upstream/parameter/BitParameterType.h
index f8d67ed..f8d67ed 100644
--- a/parameter/BitParameterType.h
+++ b/upstream/parameter/BitParameterType.h
diff --git a/parameter/BitwiseAreaConfiguration.cpp b/upstream/parameter/BitwiseAreaConfiguration.cpp
index f2a09f0..f2a09f0 100644
--- a/parameter/BitwiseAreaConfiguration.cpp
+++ b/upstream/parameter/BitwiseAreaConfiguration.cpp
diff --git a/parameter/BitwiseAreaConfiguration.h b/upstream/parameter/BitwiseAreaConfiguration.h
index 4a10c2c..4a10c2c 100644
--- a/parameter/BitwiseAreaConfiguration.h
+++ b/upstream/parameter/BitwiseAreaConfiguration.h
diff --git a/parameter/BooleanParameterType.cpp b/upstream/parameter/BooleanParameterType.cpp
index 66556d3..66556d3 100644
--- a/parameter/BooleanParameterType.cpp
+++ b/upstream/parameter/BooleanParameterType.cpp
diff --git a/parameter/BooleanParameterType.h b/upstream/parameter/BooleanParameterType.h
index 6a88488..6a88488 100644
--- a/parameter/BooleanParameterType.h
+++ b/upstream/parameter/BooleanParameterType.h
diff --git a/parameter/CMakeLists.txt b/upstream/parameter/CMakeLists.txt
index 230dd5f..230dd5f 100644
--- a/parameter/CMakeLists.txt
+++ b/upstream/parameter/CMakeLists.txt
diff --git a/parameter/CommandHandlerWrapper.cpp b/upstream/parameter/CommandHandlerWrapper.cpp
index c291f34..c291f34 100644
--- a/parameter/CommandHandlerWrapper.cpp
+++ b/upstream/parameter/CommandHandlerWrapper.cpp
diff --git a/parameter/CommandHandlerWrapper.h b/upstream/parameter/CommandHandlerWrapper.h
index 8794018..8794018 100644
--- a/parameter/CommandHandlerWrapper.h
+++ b/upstream/parameter/CommandHandlerWrapper.h
diff --git a/parameter/Component.h b/upstream/parameter/Component.h
index b89ea0b..b89ea0b 100644
--- a/parameter/Component.h
+++ b/upstream/parameter/Component.h
diff --git a/parameter/ComponentInstance.cpp b/upstream/parameter/ComponentInstance.cpp
index 22fcdcc..22fcdcc 100644
--- a/parameter/ComponentInstance.cpp
+++ b/upstream/parameter/ComponentInstance.cpp
diff --git a/parameter/ComponentInstance.h b/upstream/parameter/ComponentInstance.h
index 27af963..27af963 100644
--- a/parameter/ComponentInstance.h
+++ b/upstream/parameter/ComponentInstance.h
diff --git a/parameter/ComponentLibrary.cpp b/upstream/parameter/ComponentLibrary.cpp
index 8b27c46..8b27c46 100644
--- a/parameter/ComponentLibrary.cpp
+++ b/upstream/parameter/ComponentLibrary.cpp
diff --git a/parameter/ComponentLibrary.h b/upstream/parameter/ComponentLibrary.h
index 572b062..572b062 100644
--- a/parameter/ComponentLibrary.h
+++ b/upstream/parameter/ComponentLibrary.h
diff --git a/parameter/ComponentType.cpp b/upstream/parameter/ComponentType.cpp
index 76fb211..76fb211 100644
--- a/parameter/ComponentType.cpp
+++ b/upstream/parameter/ComponentType.cpp
diff --git a/parameter/ComponentType.h b/upstream/parameter/ComponentType.h
index e8c7fff..e8c7fff 100644
--- a/parameter/ComponentType.h
+++ b/upstream/parameter/ComponentType.h
diff --git a/parameter/CompoundRule.cpp b/upstream/parameter/CompoundRule.cpp
index e69592b..e69592b 100644
--- a/parameter/CompoundRule.cpp
+++ b/upstream/parameter/CompoundRule.cpp
diff --git a/parameter/CompoundRule.h b/upstream/parameter/CompoundRule.h
index 712ff70..712ff70 100644
--- a/parameter/CompoundRule.h
+++ b/upstream/parameter/CompoundRule.h
diff --git a/parameter/ConfigurableDomain.cpp b/upstream/parameter/ConfigurableDomain.cpp
index 2a74307..2a74307 100644
--- a/parameter/ConfigurableDomain.cpp
+++ b/upstream/parameter/ConfigurableDomain.cpp
diff --git a/parameter/ConfigurableDomain.h b/upstream/parameter/ConfigurableDomain.h
index 256e602..256e602 100644
--- a/parameter/ConfigurableDomain.h
+++ b/upstream/parameter/ConfigurableDomain.h
diff --git a/parameter/ConfigurableDomains.cpp b/upstream/parameter/ConfigurableDomains.cpp
index 7c51083..7c51083 100644
--- a/parameter/ConfigurableDomains.cpp
+++ b/upstream/parameter/ConfigurableDomains.cpp
diff --git a/parameter/ConfigurableDomains.h b/upstream/parameter/ConfigurableDomains.h
index 70e943b..70e943b 100644
--- a/parameter/ConfigurableDomains.h
+++ b/upstream/parameter/ConfigurableDomains.h
diff --git a/parameter/ConfigurableElement.cpp b/upstream/parameter/ConfigurableElement.cpp
index 615d72b..615d72b 100644
--- a/parameter/ConfigurableElement.cpp
+++ b/upstream/parameter/ConfigurableElement.cpp
diff --git a/parameter/ConfigurableElement.h b/upstream/parameter/ConfigurableElement.h
index e511447..e511447 100644
--- a/parameter/ConfigurableElement.h
+++ b/upstream/parameter/ConfigurableElement.h
diff --git a/parameter/ConfigurableElementAggregator.cpp b/upstream/parameter/ConfigurableElementAggregator.cpp
index a893f1a..a893f1a 100644
--- a/parameter/ConfigurableElementAggregator.cpp
+++ b/upstream/parameter/ConfigurableElementAggregator.cpp
diff --git a/parameter/ConfigurableElementAggregator.h b/upstream/parameter/ConfigurableElementAggregator.h
index 79dfc23..79dfc23 100644
--- a/parameter/ConfigurableElementAggregator.h
+++ b/upstream/parameter/ConfigurableElementAggregator.h
diff --git a/parameter/ConfigurationAccessContext.cpp b/upstream/parameter/ConfigurationAccessContext.cpp
index 5c09692..5c09692 100644
--- a/parameter/ConfigurationAccessContext.cpp
+++ b/upstream/parameter/ConfigurationAccessContext.cpp
diff --git a/parameter/ConfigurationAccessContext.h b/upstream/parameter/ConfigurationAccessContext.h
index 10ffd4f..10ffd4f 100644
--- a/parameter/ConfigurationAccessContext.h
+++ b/upstream/parameter/ConfigurationAccessContext.h
diff --git a/parameter/DefaultElementLibrary.h b/upstream/parameter/DefaultElementLibrary.h
index 9223021..9223021 100644
--- a/parameter/DefaultElementLibrary.h
+++ b/upstream/parameter/DefaultElementLibrary.h
diff --git a/parameter/DomainConfiguration.cpp b/upstream/parameter/DomainConfiguration.cpp
index a272c14..a272c14 100644
--- a/parameter/DomainConfiguration.cpp
+++ b/upstream/parameter/DomainConfiguration.cpp
diff --git a/parameter/DomainConfiguration.h b/upstream/parameter/DomainConfiguration.h
index f45c155..f45c155 100644
--- a/parameter/DomainConfiguration.h
+++ b/upstream/parameter/DomainConfiguration.h
diff --git a/parameter/Element.cpp b/upstream/parameter/Element.cpp
index 77dfd9d..77dfd9d 100644
--- a/parameter/Element.cpp
+++ b/upstream/parameter/Element.cpp
diff --git a/parameter/Element.h b/upstream/parameter/Element.h
index 11d41b5..11d41b5 100644
--- a/parameter/Element.h
+++ b/upstream/parameter/Element.h
diff --git a/parameter/ElementBuilder.h b/upstream/parameter/ElementBuilder.h
index ff1ae0a..ff1ae0a 100644
--- a/parameter/ElementBuilder.h
+++ b/upstream/parameter/ElementBuilder.h
diff --git a/parameter/ElementBuilderTemplate.h b/upstream/parameter/ElementBuilderTemplate.h
index 8f7c44f..8f7c44f 100644
--- a/parameter/ElementBuilderTemplate.h
+++ b/upstream/parameter/ElementBuilderTemplate.h
diff --git a/parameter/ElementHandle.cpp b/upstream/parameter/ElementHandle.cpp
index ecf1bcf..ecf1bcf 100644
--- a/parameter/ElementHandle.cpp
+++ b/upstream/parameter/ElementHandle.cpp
diff --git a/parameter/ElementLibrary.cpp b/upstream/parameter/ElementLibrary.cpp
index bde9b91..bde9b91 100644
--- a/parameter/ElementLibrary.cpp
+++ b/upstream/parameter/ElementLibrary.cpp
diff --git a/parameter/ElementLibrary.h b/upstream/parameter/ElementLibrary.h
index 943fc8a..943fc8a 100644
--- a/parameter/ElementLibrary.h
+++ b/upstream/parameter/ElementLibrary.h
diff --git a/parameter/ElementLibrarySet.cpp b/upstream/parameter/ElementLibrarySet.cpp
index 1eaa2c5..1eaa2c5 100644
--- a/parameter/ElementLibrarySet.cpp
+++ b/upstream/parameter/ElementLibrarySet.cpp
diff --git a/parameter/ElementLibrarySet.h b/upstream/parameter/ElementLibrarySet.h
index d92ace9..d92ace9 100644
--- a/parameter/ElementLibrarySet.h
+++ b/upstream/parameter/ElementLibrarySet.h
diff --git a/parameter/ElementLocator.cpp b/upstream/parameter/ElementLocator.cpp
index b7721b3..b7721b3 100644
--- a/parameter/ElementLocator.cpp
+++ b/upstream/parameter/ElementLocator.cpp
diff --git a/parameter/ElementLocator.h b/upstream/parameter/ElementLocator.h
index eca6fa9..eca6fa9 100644
--- a/parameter/ElementLocator.h
+++ b/upstream/parameter/ElementLocator.h
diff --git a/parameter/EnumParameterType.cpp b/upstream/parameter/EnumParameterType.cpp
index 6eea694..6eea694 100644
--- a/parameter/EnumParameterType.cpp
+++ b/upstream/parameter/EnumParameterType.cpp
diff --git a/parameter/EnumParameterType.h b/upstream/parameter/EnumParameterType.h
index b8f67f4..b8f67f4 100644
--- a/parameter/EnumParameterType.h
+++ b/upstream/parameter/EnumParameterType.h
diff --git a/parameter/EnumValuePair.cpp b/upstream/parameter/EnumValuePair.cpp
index b5e967b..b5e967b 100644
--- a/parameter/EnumValuePair.cpp
+++ b/upstream/parameter/EnumValuePair.cpp
diff --git a/parameter/EnumValuePair.h b/upstream/parameter/EnumValuePair.h
index 46d5578..46d5578 100644
--- a/parameter/EnumValuePair.h
+++ b/upstream/parameter/EnumValuePair.h
diff --git a/parameter/FileIncluderElementBuilder.h b/upstream/parameter/FileIncluderElementBuilder.h
index d66065c..d66065c 100644
--- a/parameter/FileIncluderElementBuilder.h
+++ b/upstream/parameter/FileIncluderElementBuilder.h
diff --git a/parameter/FixedPointParameterType.cpp b/upstream/parameter/FixedPointParameterType.cpp
index 830ac64..830ac64 100644
--- a/parameter/FixedPointParameterType.cpp
+++ b/upstream/parameter/FixedPointParameterType.cpp
diff --git a/parameter/FixedPointParameterType.h b/upstream/parameter/FixedPointParameterType.h
index d4e96b6..d4e96b6 100644
--- a/parameter/FixedPointParameterType.h
+++ b/upstream/parameter/FixedPointParameterType.h
diff --git a/parameter/FloatingPointParameterType.cpp b/upstream/parameter/FloatingPointParameterType.cpp
index 44de9e2..44de9e2 100644
--- a/parameter/FloatingPointParameterType.cpp
+++ b/upstream/parameter/FloatingPointParameterType.cpp
diff --git a/parameter/FloatingPointParameterType.h b/upstream/parameter/FloatingPointParameterType.h
index aafb5e2..aafb5e2 100644
--- a/parameter/FloatingPointParameterType.h
+++ b/upstream/parameter/FloatingPointParameterType.h
diff --git a/parameter/FormattedSubsystemObject.cpp b/upstream/parameter/FormattedSubsystemObject.cpp
index dc7dded..dc7dded 100644
--- a/parameter/FormattedSubsystemObject.cpp
+++ b/upstream/parameter/FormattedSubsystemObject.cpp
diff --git a/parameter/FormattedSubsystemObject.h b/upstream/parameter/FormattedSubsystemObject.h
index 4793635..4793635 100644
--- a/parameter/FormattedSubsystemObject.h
+++ b/upstream/parameter/FormattedSubsystemObject.h
diff --git a/parameter/FrameworkConfigurationGroup.h b/upstream/parameter/FrameworkConfigurationGroup.h
index 551cb5e..551cb5e 100644
--- a/parameter/FrameworkConfigurationGroup.h
+++ b/upstream/parameter/FrameworkConfigurationGroup.h
diff --git a/parameter/FrameworkConfigurationLocation.cpp b/upstream/parameter/FrameworkConfigurationLocation.cpp
index 23c27e3..23c27e3 100644
--- a/parameter/FrameworkConfigurationLocation.cpp
+++ b/upstream/parameter/FrameworkConfigurationLocation.cpp
diff --git a/parameter/FrameworkConfigurationLocation.h b/upstream/parameter/FrameworkConfigurationLocation.h
index 7182db9..7182db9 100644
--- a/parameter/FrameworkConfigurationLocation.h
+++ b/upstream/parameter/FrameworkConfigurationLocation.h
diff --git a/parameter/HardwareBackSynchronizer.cpp b/upstream/parameter/HardwareBackSynchronizer.cpp
index dbc23eb..dbc23eb 100644
--- a/parameter/HardwareBackSynchronizer.cpp
+++ b/upstream/parameter/HardwareBackSynchronizer.cpp
diff --git a/parameter/HardwareBackSynchronizer.h b/upstream/parameter/HardwareBackSynchronizer.h
index fd2e70d..fd2e70d 100644
--- a/parameter/HardwareBackSynchronizer.h
+++ b/upstream/parameter/HardwareBackSynchronizer.h
diff --git a/parameter/InstanceConfigurableElement.cpp b/upstream/parameter/InstanceConfigurableElement.cpp
index f9afa20..f9afa20 100644
--- a/parameter/InstanceConfigurableElement.cpp
+++ b/upstream/parameter/InstanceConfigurableElement.cpp
diff --git a/parameter/InstanceConfigurableElement.h b/upstream/parameter/InstanceConfigurableElement.h
index 0b4a7f9..0b4a7f9 100644
--- a/parameter/InstanceConfigurableElement.h
+++ b/upstream/parameter/InstanceConfigurableElement.h
diff --git a/parameter/InstanceDefinition.cpp b/upstream/parameter/InstanceDefinition.cpp
index e461fa4..e461fa4 100644
--- a/parameter/InstanceDefinition.cpp
+++ b/upstream/parameter/InstanceDefinition.cpp
diff --git a/parameter/InstanceDefinition.h b/upstream/parameter/InstanceDefinition.h
index 212c535..212c535 100644
--- a/parameter/InstanceDefinition.h
+++ b/upstream/parameter/InstanceDefinition.h
diff --git a/parameter/IntegerParameterType.cpp b/upstream/parameter/IntegerParameterType.cpp
index 4899514..4899514 100644
--- a/parameter/IntegerParameterType.cpp
+++ b/upstream/parameter/IntegerParameterType.cpp
diff --git a/parameter/IntegerParameterType.h b/upstream/parameter/IntegerParameterType.h
index 5eea40b..5eea40b 100644
--- a/parameter/IntegerParameterType.h
+++ b/upstream/parameter/IntegerParameterType.h
diff --git a/parameter/KindElement.h b/upstream/parameter/KindElement.h
index 848180a..848180a 100644
--- a/parameter/KindElement.h
+++ b/upstream/parameter/KindElement.h
diff --git a/parameter/KindElementBuilderTemplate.h b/upstream/parameter/KindElementBuilderTemplate.h
index ffce475..ffce475 100644
--- a/parameter/KindElementBuilderTemplate.h
+++ b/upstream/parameter/KindElementBuilderTemplate.h
diff --git a/parameter/LinearParameterAdaptation.cpp b/upstream/parameter/LinearParameterAdaptation.cpp
index 5c8002d..5c8002d 100644
--- a/parameter/LinearParameterAdaptation.cpp
+++ b/upstream/parameter/LinearParameterAdaptation.cpp
diff --git a/parameter/LinearParameterAdaptation.h b/upstream/parameter/LinearParameterAdaptation.h
index 0c6ff5e..0c6ff5e 100644
--- a/parameter/LinearParameterAdaptation.h
+++ b/upstream/parameter/LinearParameterAdaptation.h
diff --git a/parameter/LogarithmicParameterAdaptation.cpp b/upstream/parameter/LogarithmicParameterAdaptation.cpp
index 128ab07..128ab07 100644
--- a/parameter/LogarithmicParameterAdaptation.cpp
+++ b/upstream/parameter/LogarithmicParameterAdaptation.cpp
diff --git a/parameter/LogarithmicParameterAdaptation.h b/upstream/parameter/LogarithmicParameterAdaptation.h
index 9c2553b..9c2553b 100644
--- a/parameter/LogarithmicParameterAdaptation.h
+++ b/upstream/parameter/LogarithmicParameterAdaptation.h
diff --git a/parameter/LoggingElementBuilderTemplate.cpp b/upstream/parameter/LoggingElementBuilderTemplate.cpp
index 8c87a47..8c87a47 100644
--- a/parameter/LoggingElementBuilderTemplate.cpp
+++ b/upstream/parameter/LoggingElementBuilderTemplate.cpp
diff --git a/parameter/LoggingElementBuilderTemplate.h b/upstream/parameter/LoggingElementBuilderTemplate.h
index 1bfff06..1bfff06 100644
--- a/parameter/LoggingElementBuilderTemplate.h
+++ b/upstream/parameter/LoggingElementBuilderTemplate.h
diff --git a/parameter/Mapper.h b/upstream/parameter/Mapper.h
index d2d76d0..d2d76d0 100644
--- a/parameter/Mapper.h
+++ b/upstream/parameter/Mapper.h
diff --git a/parameter/MappingContext.cpp b/upstream/parameter/MappingContext.cpp
index 1235e31..1235e31 100644
--- a/parameter/MappingContext.cpp
+++ b/upstream/parameter/MappingContext.cpp
diff --git a/parameter/MappingContext.h b/upstream/parameter/MappingContext.h
index 03b3317..03b3317 100644
--- a/parameter/MappingContext.h
+++ b/upstream/parameter/MappingContext.h
diff --git a/parameter/MappingData.cpp b/upstream/parameter/MappingData.cpp
index cc34103..cc34103 100644
--- a/parameter/MappingData.cpp
+++ b/upstream/parameter/MappingData.cpp
diff --git a/parameter/MappingData.h b/upstream/parameter/MappingData.h
index bd76b79..bd76b79 100644
--- a/parameter/MappingData.h
+++ b/upstream/parameter/MappingData.h
diff --git a/parameter/NamedElementBuilderTemplate.h b/upstream/parameter/NamedElementBuilderTemplate.h
index 8c22956..8c22956 100644
--- a/parameter/NamedElementBuilderTemplate.h
+++ b/upstream/parameter/NamedElementBuilderTemplate.h
diff --git a/parameter/Parameter.cpp b/upstream/parameter/Parameter.cpp
index ca1d5ef..ca1d5ef 100644
--- a/parameter/Parameter.cpp
+++ b/upstream/parameter/Parameter.cpp
diff --git a/parameter/Parameter.h b/upstream/parameter/Parameter.h
index 2c97409..2c97409 100644
--- a/parameter/Parameter.h
+++ b/upstream/parameter/Parameter.h
diff --git a/parameter/ParameterAccessContext.cpp b/upstream/parameter/ParameterAccessContext.cpp
index 8895821..8895821 100644
--- a/parameter/ParameterAccessContext.cpp
+++ b/upstream/parameter/ParameterAccessContext.cpp
diff --git a/parameter/ParameterAccessContext.h b/upstream/parameter/ParameterAccessContext.h
index f3e013f..f3e013f 100644
--- a/parameter/ParameterAccessContext.h
+++ b/upstream/parameter/ParameterAccessContext.h
diff --git a/parameter/ParameterAdaptation.cpp b/upstream/parameter/ParameterAdaptation.cpp
index 67b4bca..67b4bca 100644
--- a/parameter/ParameterAdaptation.cpp
+++ b/upstream/parameter/ParameterAdaptation.cpp
diff --git a/parameter/ParameterAdaptation.h b/upstream/parameter/ParameterAdaptation.h
index d9cbe4b..d9cbe4b 100644
--- a/parameter/ParameterAdaptation.h
+++ b/upstream/parameter/ParameterAdaptation.h
diff --git a/parameter/ParameterBlackboard.cpp b/upstream/parameter/ParameterBlackboard.cpp
index eaa6b97..eaa6b97 100644
--- a/parameter/ParameterBlackboard.cpp
+++ b/upstream/parameter/ParameterBlackboard.cpp
diff --git a/parameter/ParameterBlackboard.h b/upstream/parameter/ParameterBlackboard.h
index 979e199..979e199 100644
--- a/parameter/ParameterBlackboard.h
+++ b/upstream/parameter/ParameterBlackboard.h
diff --git a/parameter/ParameterBlock.h b/upstream/parameter/ParameterBlock.h
index 0ebfdbe..0ebfdbe 100644
--- a/parameter/ParameterBlock.h
+++ b/upstream/parameter/ParameterBlock.h
diff --git a/parameter/ParameterBlockType.cpp b/upstream/parameter/ParameterBlockType.cpp
index d72af81..d72af81 100644
--- a/parameter/ParameterBlockType.cpp
+++ b/upstream/parameter/ParameterBlockType.cpp
diff --git a/parameter/ParameterBlockType.h b/upstream/parameter/ParameterBlockType.h
index 6d81ee8..6d81ee8 100644
--- a/parameter/ParameterBlockType.h
+++ b/upstream/parameter/ParameterBlockType.h
diff --git a/parameter/ParameterFrameworkConfiguration.cpp b/upstream/parameter/ParameterFrameworkConfiguration.cpp
index bf735fd..bf735fd 100644
--- a/parameter/ParameterFrameworkConfiguration.cpp
+++ b/upstream/parameter/ParameterFrameworkConfiguration.cpp
diff --git a/parameter/ParameterFrameworkConfiguration.h b/upstream/parameter/ParameterFrameworkConfiguration.h
index a94f7ef..a94f7ef 100644
--- a/parameter/ParameterFrameworkConfiguration.h
+++ b/upstream/parameter/ParameterFrameworkConfiguration.h
diff --git a/parameter/ParameterMgr.cpp b/upstream/parameter/ParameterMgr.cpp
index f450563..f450563 100644
--- a/parameter/ParameterMgr.cpp
+++ b/upstream/parameter/ParameterMgr.cpp
diff --git a/parameter/ParameterMgr.h b/upstream/parameter/ParameterMgr.h
index 784f55f..784f55f 100644
--- a/parameter/ParameterMgr.h
+++ b/upstream/parameter/ParameterMgr.h
diff --git a/parameter/ParameterMgrFullConnector.cpp b/upstream/parameter/ParameterMgrFullConnector.cpp
index 81577a9..81577a9 100644
--- a/parameter/ParameterMgrFullConnector.cpp
+++ b/upstream/parameter/ParameterMgrFullConnector.cpp
diff --git a/parameter/ParameterMgrLogger.h b/upstream/parameter/ParameterMgrLogger.h
index aafb76a..aafb76a 100644
--- a/parameter/ParameterMgrLogger.h
+++ b/upstream/parameter/ParameterMgrLogger.h
diff --git a/parameter/ParameterMgrPlatformConnector.cpp b/upstream/parameter/ParameterMgrPlatformConnector.cpp
index 8eff7c9..8eff7c9 100644
--- a/parameter/ParameterMgrPlatformConnector.cpp
+++ b/upstream/parameter/ParameterMgrPlatformConnector.cpp
diff --git a/parameter/ParameterType.cpp b/upstream/parameter/ParameterType.cpp
index 5472f27..5472f27 100644
--- a/parameter/ParameterType.cpp
+++ b/upstream/parameter/ParameterType.cpp
diff --git a/parameter/ParameterType.h b/upstream/parameter/ParameterType.h
index 5cb32d9..5cb32d9 100644
--- a/parameter/ParameterType.h
+++ b/upstream/parameter/ParameterType.h
diff --git a/parameter/PathNavigator.cpp b/upstream/parameter/PathNavigator.cpp
index 36deaea..36deaea 100644
--- a/parameter/PathNavigator.cpp
+++ b/upstream/parameter/PathNavigator.cpp
diff --git a/parameter/PathNavigator.h b/upstream/parameter/PathNavigator.h
index e8df53d..e8df53d 100644
--- a/parameter/PathNavigator.h
+++ b/upstream/parameter/PathNavigator.h
diff --git a/parameter/Plugin.h b/upstream/parameter/Plugin.h
index 137d96c..137d96c 100644
--- a/parameter/Plugin.h
+++ b/upstream/parameter/Plugin.h
diff --git a/parameter/PluginLocation.cpp b/upstream/parameter/PluginLocation.cpp
index 1c98ce3..1c98ce3 100644
--- a/parameter/PluginLocation.cpp
+++ b/upstream/parameter/PluginLocation.cpp
diff --git a/parameter/PluginLocation.h b/upstream/parameter/PluginLocation.h
index 2a663d2..2a663d2 100644
--- a/parameter/PluginLocation.h
+++ b/upstream/parameter/PluginLocation.h
diff --git a/parameter/README.md b/upstream/parameter/README.md
index 1c74e17..1c74e17 100644
--- a/parameter/README.md
+++ b/upstream/parameter/README.md
diff --git a/parameter/Results.h b/upstream/parameter/Results.h
index 3f7a13c..3f7a13c 100644
--- a/parameter/Results.h
+++ b/upstream/parameter/Results.h
diff --git a/parameter/Rule.h b/upstream/parameter/Rule.h
index 6affb26..6affb26 100644
--- a/parameter/Rule.h
+++ b/upstream/parameter/Rule.h
diff --git a/parameter/RuleParser.cpp b/upstream/parameter/RuleParser.cpp
index 72424d2..72424d2 100644
--- a/parameter/RuleParser.cpp
+++ b/upstream/parameter/RuleParser.cpp
diff --git a/parameter/RuleParser.h b/upstream/parameter/RuleParser.h
index 74c1863..74c1863 100644
--- a/parameter/RuleParser.h
+++ b/upstream/parameter/RuleParser.h
diff --git a/parameter/SelectionCriteria.cpp b/upstream/parameter/SelectionCriteria.cpp
index 0939e60..0939e60 100644
--- a/parameter/SelectionCriteria.cpp
+++ b/upstream/parameter/SelectionCriteria.cpp
diff --git a/parameter/SelectionCriteria.h b/upstream/parameter/SelectionCriteria.h
index 22f4de1..22f4de1 100644
--- a/parameter/SelectionCriteria.h
+++ b/upstream/parameter/SelectionCriteria.h
diff --git a/parameter/SelectionCriteriaDefinition.cpp b/upstream/parameter/SelectionCriteriaDefinition.cpp
index 12f1aa2..12f1aa2 100644
--- a/parameter/SelectionCriteriaDefinition.cpp
+++ b/upstream/parameter/SelectionCriteriaDefinition.cpp
diff --git a/parameter/SelectionCriteriaDefinition.h b/upstream/parameter/SelectionCriteriaDefinition.h
index a8fa75a..a8fa75a 100644
--- a/parameter/SelectionCriteriaDefinition.h
+++ b/upstream/parameter/SelectionCriteriaDefinition.h
diff --git a/parameter/SelectionCriterion.cpp b/upstream/parameter/SelectionCriterion.cpp
index f99abec..f99abec 100644
--- a/parameter/SelectionCriterion.cpp
+++ b/upstream/parameter/SelectionCriterion.cpp
diff --git a/parameter/SelectionCriterion.h b/upstream/parameter/SelectionCriterion.h
index 76ec0ff..76ec0ff 100644
--- a/parameter/SelectionCriterion.h
+++ b/upstream/parameter/SelectionCriterion.h
diff --git a/parameter/SelectionCriterionLibrary.cpp b/upstream/parameter/SelectionCriterionLibrary.cpp
index fc9e943..fc9e943 100644
--- a/parameter/SelectionCriterionLibrary.cpp
+++ b/upstream/parameter/SelectionCriterionLibrary.cpp
diff --git a/parameter/SelectionCriterionLibrary.h b/upstream/parameter/SelectionCriterionLibrary.h
index a152258..a152258 100644
--- a/parameter/SelectionCriterionLibrary.h
+++ b/upstream/parameter/SelectionCriterionLibrary.h
diff --git a/parameter/SelectionCriterionRule.cpp b/upstream/parameter/SelectionCriterionRule.cpp
index 8c22045..8c22045 100644
--- a/parameter/SelectionCriterionRule.cpp
+++ b/upstream/parameter/SelectionCriterionRule.cpp
diff --git a/parameter/SelectionCriterionRule.h b/upstream/parameter/SelectionCriterionRule.h
index c51bfa2..c51bfa2 100644
--- a/parameter/SelectionCriterionRule.h
+++ b/upstream/parameter/SelectionCriterionRule.h
diff --git a/parameter/SelectionCriterionType.cpp b/upstream/parameter/SelectionCriterionType.cpp
index 3354702..3354702 100644
--- a/parameter/SelectionCriterionType.cpp
+++ b/upstream/parameter/SelectionCriterionType.cpp
diff --git a/parameter/SelectionCriterionType.h b/upstream/parameter/SelectionCriterionType.h
index 5c13c8f..5c13c8f 100644
--- a/parameter/SelectionCriterionType.h
+++ b/upstream/parameter/SelectionCriterionType.h
diff --git a/parameter/SimulatedBackSynchronizer.cpp b/upstream/parameter/SimulatedBackSynchronizer.cpp
index ca48ae3..ca48ae3 100644
--- a/parameter/SimulatedBackSynchronizer.cpp
+++ b/upstream/parameter/SimulatedBackSynchronizer.cpp
diff --git a/parameter/SimulatedBackSynchronizer.h b/upstream/parameter/SimulatedBackSynchronizer.h
index f561b89..f561b89 100644
--- a/parameter/SimulatedBackSynchronizer.h
+++ b/upstream/parameter/SimulatedBackSynchronizer.h
diff --git a/parameter/StringParameter.cpp b/upstream/parameter/StringParameter.cpp
index 0651bf6..0651bf6 100644
--- a/parameter/StringParameter.cpp
+++ b/upstream/parameter/StringParameter.cpp
diff --git a/parameter/StringParameter.h b/upstream/parameter/StringParameter.h
index 6adede9..6adede9 100644
--- a/parameter/StringParameter.h
+++ b/upstream/parameter/StringParameter.h
diff --git a/parameter/StringParameterType.cpp b/upstream/parameter/StringParameterType.cpp
index df9230d..df9230d 100644
--- a/parameter/StringParameterType.cpp
+++ b/upstream/parameter/StringParameterType.cpp
diff --git a/parameter/StringParameterType.h b/upstream/parameter/StringParameterType.h
index 9d8786f..9d8786f 100644
--- a/parameter/StringParameterType.h
+++ b/upstream/parameter/StringParameterType.h
diff --git a/parameter/Subsystem.cpp b/upstream/parameter/Subsystem.cpp
index 43e633d..43e633d 100644
--- a/parameter/Subsystem.cpp
+++ b/upstream/parameter/Subsystem.cpp
diff --git a/parameter/Subsystem.h b/upstream/parameter/Subsystem.h
index af7e1fb..af7e1fb 100644
--- a/parameter/Subsystem.h
+++ b/upstream/parameter/Subsystem.h
diff --git a/parameter/SubsystemElementBuilder.cpp b/upstream/parameter/SubsystemElementBuilder.cpp
index 96a0be2..96a0be2 100644
--- a/parameter/SubsystemElementBuilder.cpp
+++ b/upstream/parameter/SubsystemElementBuilder.cpp
diff --git a/parameter/SubsystemElementBuilder.h b/upstream/parameter/SubsystemElementBuilder.h
index 4dfe78f..4dfe78f 100644
--- a/parameter/SubsystemElementBuilder.h
+++ b/upstream/parameter/SubsystemElementBuilder.h
diff --git a/parameter/SubsystemLibrary.h b/upstream/parameter/SubsystemLibrary.h
index f3082e2..f3082e2 100644
--- a/parameter/SubsystemLibrary.h
+++ b/upstream/parameter/SubsystemLibrary.h
diff --git a/parameter/SubsystemObject.cpp b/upstream/parameter/SubsystemObject.cpp
index 1b7b8f1..1b7b8f1 100644
--- a/parameter/SubsystemObject.cpp
+++ b/upstream/parameter/SubsystemObject.cpp
diff --git a/parameter/SubsystemObject.h b/upstream/parameter/SubsystemObject.h
index 2400573..2400573 100644
--- a/parameter/SubsystemObject.h
+++ b/upstream/parameter/SubsystemObject.h
diff --git a/parameter/SubsystemObjectCreator.cpp b/upstream/parameter/SubsystemObjectCreator.cpp
index 69e007a..69e007a 100644
--- a/parameter/SubsystemObjectCreator.cpp
+++ b/upstream/parameter/SubsystemObjectCreator.cpp
diff --git a/parameter/SubsystemObjectCreator.h b/upstream/parameter/SubsystemObjectCreator.h
index 8a4b098..8a4b098 100644
--- a/parameter/SubsystemObjectCreator.h
+++ b/upstream/parameter/SubsystemObjectCreator.h
diff --git a/parameter/SubsystemObjectFactory.h b/upstream/parameter/SubsystemObjectFactory.h
index 9881227..9881227 100644
--- a/parameter/SubsystemObjectFactory.h
+++ b/upstream/parameter/SubsystemObjectFactory.h
diff --git a/parameter/SubsystemPlugins.h b/upstream/parameter/SubsystemPlugins.h
index c5eb1c6..c5eb1c6 100644
--- a/parameter/SubsystemPlugins.h
+++ b/upstream/parameter/SubsystemPlugins.h
diff --git a/parameter/Syncer.h b/upstream/parameter/Syncer.h
index 279dba3..279dba3 100644
--- a/parameter/Syncer.h
+++ b/upstream/parameter/Syncer.h
diff --git a/parameter/SyncerSet.cpp b/upstream/parameter/SyncerSet.cpp
index c27245c..c27245c 100644
--- a/parameter/SyncerSet.cpp
+++ b/upstream/parameter/SyncerSet.cpp
diff --git a/parameter/SyncerSet.h b/upstream/parameter/SyncerSet.h
index a1bff8d..a1bff8d 100644
--- a/parameter/SyncerSet.h
+++ b/upstream/parameter/SyncerSet.h
diff --git a/parameter/SystemClass.cpp b/upstream/parameter/SystemClass.cpp
index 21c7a86..21c7a86 100644
--- a/parameter/SystemClass.cpp
+++ b/upstream/parameter/SystemClass.cpp
diff --git a/parameter/SystemClass.h b/upstream/parameter/SystemClass.h
index 43a581b..43a581b 100644
--- a/parameter/SystemClass.h
+++ b/upstream/parameter/SystemClass.h
diff --git a/parameter/TypeElement.cpp b/upstream/parameter/TypeElement.cpp
index e6b9276..e6b9276 100644
--- a/parameter/TypeElement.cpp
+++ b/upstream/parameter/TypeElement.cpp
diff --git a/parameter/TypeElement.h b/upstream/parameter/TypeElement.h
index 9d8f46f..9d8f46f 100644
--- a/parameter/TypeElement.h
+++ b/upstream/parameter/TypeElement.h
diff --git a/parameter/VirtualSubsystem.cpp b/upstream/parameter/VirtualSubsystem.cpp
index 4bb7a17..4bb7a17 100644
--- a/parameter/VirtualSubsystem.cpp
+++ b/upstream/parameter/VirtualSubsystem.cpp
diff --git a/parameter/VirtualSubsystem.h b/upstream/parameter/VirtualSubsystem.h
index 8590361..8590361 100644
--- a/parameter/VirtualSubsystem.h
+++ b/upstream/parameter/VirtualSubsystem.h
diff --git a/parameter/VirtualSyncer.cpp b/upstream/parameter/VirtualSyncer.cpp
index 5bb8ef4..5bb8ef4 100644
--- a/parameter/VirtualSyncer.cpp
+++ b/upstream/parameter/VirtualSyncer.cpp
diff --git a/parameter/VirtualSyncer.h b/upstream/parameter/VirtualSyncer.h
index 3942678..3942678 100644
--- a/parameter/VirtualSyncer.h
+++ b/upstream/parameter/VirtualSyncer.h
diff --git a/parameter/XmlDomainExportContext.h b/upstream/parameter/XmlDomainExportContext.h
index 02a517e..02a517e 100644
--- a/parameter/XmlDomainExportContext.h
+++ b/upstream/parameter/XmlDomainExportContext.h
diff --git a/parameter/XmlDomainImportContext.h b/upstream/parameter/XmlDomainImportContext.h
index 17404f1..17404f1 100644
--- a/parameter/XmlDomainImportContext.h
+++ b/upstream/parameter/XmlDomainImportContext.h
diff --git a/parameter/XmlDomainSerializingContext.h b/upstream/parameter/XmlDomainSerializingContext.h
index 49c2733..49c2733 100644
--- a/parameter/XmlDomainSerializingContext.h
+++ b/upstream/parameter/XmlDomainSerializingContext.h
diff --git a/parameter/XmlElementSerializingContext.cpp b/upstream/parameter/XmlElementSerializingContext.cpp
index 491f160..491f160 100644
--- a/parameter/XmlElementSerializingContext.cpp
+++ b/upstream/parameter/XmlElementSerializingContext.cpp
diff --git a/parameter/XmlElementSerializingContext.h b/upstream/parameter/XmlElementSerializingContext.h
index 3169d40..3169d40 100644
--- a/parameter/XmlElementSerializingContext.h
+++ b/upstream/parameter/XmlElementSerializingContext.h
diff --git a/parameter/XmlFileIncluderElement.cpp b/upstream/parameter/XmlFileIncluderElement.cpp
index b736a24..b736a24 100644
--- a/parameter/XmlFileIncluderElement.cpp
+++ b/upstream/parameter/XmlFileIncluderElement.cpp
diff --git a/parameter/XmlFileIncluderElement.h b/upstream/parameter/XmlFileIncluderElement.h
index 144e078..144e078 100644
--- a/parameter/XmlFileIncluderElement.h
+++ b/upstream/parameter/XmlFileIncluderElement.h
diff --git a/parameter/XmlParameterSerializingContext.cpp b/upstream/parameter/XmlParameterSerializingContext.cpp
index c13c5ae..c13c5ae 100644
--- a/parameter/XmlParameterSerializingContext.cpp
+++ b/upstream/parameter/XmlParameterSerializingContext.cpp
diff --git a/parameter/XmlParameterSerializingContext.h b/upstream/parameter/XmlParameterSerializingContext.h
index 05d5a9b..05d5a9b 100644
--- a/parameter/XmlParameterSerializingContext.h
+++ b/upstream/parameter/XmlParameterSerializingContext.h
diff --git a/parameter/include/CommandHandlerInterface.h b/upstream/parameter/include/CommandHandlerInterface.h
index 50b7343..50b7343 100644
--- a/parameter/include/CommandHandlerInterface.h
+++ b/upstream/parameter/include/CommandHandlerInterface.h
diff --git a/parameter/include/ElementHandle.h b/upstream/parameter/include/ElementHandle.h
index 7d0888a..7d0888a 100644
--- a/parameter/include/ElementHandle.h
+++ b/upstream/parameter/include/ElementHandle.h
diff --git a/parameter/include/ParameterHandle.h b/upstream/parameter/include/ParameterHandle.h
index 75f28e2..75f28e2 100644
--- a/parameter/include/ParameterHandle.h
+++ b/upstream/parameter/include/ParameterHandle.h
diff --git a/parameter/include/ParameterMgrFullConnector.h b/upstream/parameter/include/ParameterMgrFullConnector.h
index c8c8d6e..c8c8d6e 100644
--- a/parameter/include/ParameterMgrFullConnector.h
+++ b/upstream/parameter/include/ParameterMgrFullConnector.h
diff --git a/parameter/include/ParameterMgrLoggerForward.h b/upstream/parameter/include/ParameterMgrLoggerForward.h
index ad99931..ad99931 100644
--- a/parameter/include/ParameterMgrLoggerForward.h
+++ b/upstream/parameter/include/ParameterMgrLoggerForward.h
diff --git a/parameter/include/ParameterMgrPlatformConnector.h b/upstream/parameter/include/ParameterMgrPlatformConnector.h
index 3df9794..3df9794 100644
--- a/parameter/include/ParameterMgrPlatformConnector.h
+++ b/upstream/parameter/include/ParameterMgrPlatformConnector.h
diff --git a/parameter/include/SelectionCriterionInterface.h b/upstream/parameter/include/SelectionCriterionInterface.h
index 6eb2d8a..6eb2d8a 100644
--- a/parameter/include/SelectionCriterionInterface.h
+++ b/upstream/parameter/include/SelectionCriterionInterface.h
diff --git a/parameter/include/SelectionCriterionTypeInterface.h b/upstream/parameter/include/SelectionCriterionTypeInterface.h
index bebcfc7..bebcfc7 100644
--- a/parameter/include/SelectionCriterionTypeInterface.h
+++ b/upstream/parameter/include/SelectionCriterionTypeInterface.h
diff --git a/parameter/log/include/log/Context.h b/upstream/parameter/log/include/log/Context.h
index a3d5fd4..a3d5fd4 100644
--- a/parameter/log/include/log/Context.h
+++ b/upstream/parameter/log/include/log/Context.h
diff --git a/parameter/log/include/log/ILogger.h b/upstream/parameter/log/include/log/ILogger.h
index 9b72813..9b72813 100644
--- a/parameter/log/include/log/ILogger.h
+++ b/upstream/parameter/log/include/log/ILogger.h
diff --git a/parameter/log/include/log/LogWrapper.h b/upstream/parameter/log/include/log/LogWrapper.h
index 14624e4..14624e4 100644
--- a/parameter/log/include/log/LogWrapper.h
+++ b/upstream/parameter/log/include/log/LogWrapper.h
diff --git a/parameter/log/include/log/Logger.h b/upstream/parameter/log/include/log/Logger.h
index b224d35..b224d35 100644
--- a/parameter/log/include/log/Logger.h
+++ b/upstream/parameter/log/include/log/Logger.h
diff --git a/parameter/version.h.in b/upstream/parameter/version.h.in
index 264fbba..264fbba 100644
--- a/parameter/version.h.in
+++ b/upstream/parameter/version.h.in
diff --git a/remote-process/CMakeLists.txt b/upstream/remote-process/CMakeLists.txt
index e27a101..e27a101 100644
--- a/remote-process/CMakeLists.txt
+++ b/upstream/remote-process/CMakeLists.txt
diff --git a/remote-process/README.md b/upstream/remote-process/README.md
index 128dc3f..128dc3f 100644
--- a/remote-process/README.md
+++ b/upstream/remote-process/README.md
diff --git a/remote-process/main.cpp b/upstream/remote-process/main.cpp
index 3ebaa86..3ebaa86 100644
--- a/remote-process/main.cpp
+++ b/upstream/remote-process/main.cpp
diff --git a/remote-processor/AnswerMessage.cpp b/upstream/remote-processor/AnswerMessage.cpp
index 7ae948f..7ae948f 100644
--- a/remote-processor/AnswerMessage.cpp
+++ b/upstream/remote-processor/AnswerMessage.cpp
diff --git a/remote-processor/AnswerMessage.h b/upstream/remote-processor/AnswerMessage.h
index 8275d5d..8275d5d 100644
--- a/remote-processor/AnswerMessage.h
+++ b/upstream/remote-processor/AnswerMessage.h
diff --git a/remote-processor/BackgroundRemoteProcessorServer.cpp b/upstream/remote-processor/BackgroundRemoteProcessorServer.cpp
index 0820786..0820786 100644
--- a/remote-processor/BackgroundRemoteProcessorServer.cpp
+++ b/upstream/remote-processor/BackgroundRemoteProcessorServer.cpp
diff --git a/remote-processor/BackgroundRemoteProcessorServer.h b/upstream/remote-processor/BackgroundRemoteProcessorServer.h
index 1c17fca..1c17fca 100644
--- a/remote-processor/BackgroundRemoteProcessorServer.h
+++ b/upstream/remote-processor/BackgroundRemoteProcessorServer.h
diff --git a/remote-processor/CMakeLists.txt b/upstream/remote-processor/CMakeLists.txt
index ee21f55..ee21f55 100644
--- a/remote-processor/CMakeLists.txt
+++ b/upstream/remote-processor/CMakeLists.txt
diff --git a/remote-processor/Message.cpp b/upstream/remote-processor/Message.cpp
index 66154ec..66154ec 100644
--- a/remote-processor/Message.cpp
+++ b/upstream/remote-processor/Message.cpp
diff --git a/remote-processor/Message.h b/upstream/remote-processor/Message.h
index 2a596f1..2a596f1 100644
--- a/remote-processor/Message.h
+++ b/upstream/remote-processor/Message.h
diff --git a/remote-processor/README.md b/upstream/remote-processor/README.md
index 2fd56e2..2fd56e2 100644
--- a/remote-processor/README.md
+++ b/upstream/remote-processor/README.md
diff --git a/remote-processor/RemoteCommand.h b/upstream/remote-processor/RemoteCommand.h
index 025a133..025a133 100644
--- a/remote-processor/RemoteCommand.h
+++ b/upstream/remote-processor/RemoteCommand.h
diff --git a/remote-processor/RemoteCommandHandler.h b/upstream/remote-processor/RemoteCommandHandler.h
index 29a9588..29a9588 100644
--- a/remote-processor/RemoteCommandHandler.h
+++ b/upstream/remote-processor/RemoteCommandHandler.h
diff --git a/remote-processor/RemoteCommandHandlerTemplate.h b/upstream/remote-processor/RemoteCommandHandlerTemplate.h
index db59a5b..db59a5b 100644
--- a/remote-processor/RemoteCommandHandlerTemplate.h
+++ b/upstream/remote-processor/RemoteCommandHandlerTemplate.h
diff --git a/remote-processor/RemoteProcessorServer.cpp b/upstream/remote-processor/RemoteProcessorServer.cpp
index d3fefdd..d3fefdd 100644
--- a/remote-processor/RemoteProcessorServer.cpp
+++ b/upstream/remote-processor/RemoteProcessorServer.cpp
diff --git a/remote-processor/RemoteProcessorServer.h b/upstream/remote-processor/RemoteProcessorServer.h
index 2da0113..2da0113 100644
--- a/remote-processor/RemoteProcessorServer.h
+++ b/upstream/remote-processor/RemoteProcessorServer.h
diff --git a/remote-processor/RemoteProcessorServerInterface.h b/upstream/remote-processor/RemoteProcessorServerInterface.h
index 889ff83..889ff83 100644
--- a/remote-processor/RemoteProcessorServerInterface.h
+++ b/upstream/remote-processor/RemoteProcessorServerInterface.h
diff --git a/remote-processor/RequestMessage.cpp b/upstream/remote-processor/RequestMessage.cpp
index 0eb1e85..0eb1e85 100644
--- a/remote-processor/RequestMessage.cpp
+++ b/upstream/remote-processor/RequestMessage.cpp
diff --git a/remote-processor/RequestMessage.h b/upstream/remote-processor/RequestMessage.h
index 7c78db6..7c78db6 100644
--- a/remote-processor/RequestMessage.h
+++ b/upstream/remote-processor/RequestMessage.h
diff --git a/remote-processor/Socket.h b/upstream/remote-processor/Socket.h
index 020750b..020750b 100644
--- a/remote-processor/Socket.h
+++ b/upstream/remote-processor/Socket.h
diff --git a/schemas/CMakeLists.txt b/upstream/schemas/CMakeLists.txt
index ba876fe..ba876fe 100644
--- a/schemas/CMakeLists.txt
+++ b/upstream/schemas/CMakeLists.txt
diff --git a/schemas/ComponentLibrary.xsd b/upstream/schemas/ComponentLibrary.xsd
index fbd70af..fbd70af 100644
--- a/schemas/ComponentLibrary.xsd
+++ b/upstream/schemas/ComponentLibrary.xsd
diff --git a/schemas/ComponentTypeSet.xsd b/upstream/schemas/ComponentTypeSet.xsd
index ec58eba..ec58eba 100644
--- a/schemas/ComponentTypeSet.xsd
+++ b/upstream/schemas/ComponentTypeSet.xsd
diff --git a/schemas/ConfigurableDomain.xsd b/upstream/schemas/ConfigurableDomain.xsd
index 8683192..8683192 100644
--- a/schemas/ConfigurableDomain.xsd
+++ b/upstream/schemas/ConfigurableDomain.xsd
diff --git a/schemas/ConfigurableDomains.xsd b/upstream/schemas/ConfigurableDomains.xsd
index 67e6b0f..67e6b0f 100644
--- a/schemas/ConfigurableDomains.xsd
+++ b/upstream/schemas/ConfigurableDomains.xsd
diff --git a/schemas/FileIncluder.xsd b/upstream/schemas/FileIncluder.xsd
index 62593b2..62593b2 100644
--- a/schemas/FileIncluder.xsd
+++ b/upstream/schemas/FileIncluder.xsd
diff --git a/schemas/Parameter.xsd b/upstream/schemas/Parameter.xsd
index 6ec78b4..6ec78b4 100644
--- a/schemas/Parameter.xsd
+++ b/upstream/schemas/Parameter.xsd
diff --git a/schemas/ParameterFrameworkConfiguration.xsd b/upstream/schemas/ParameterFrameworkConfiguration.xsd
index 522b806..522b806 100644
--- a/schemas/ParameterFrameworkConfiguration.xsd
+++ b/upstream/schemas/ParameterFrameworkConfiguration.xsd
diff --git a/schemas/ParameterSettings.xsd b/upstream/schemas/ParameterSettings.xsd
index d95a17d..d95a17d 100644
--- a/schemas/ParameterSettings.xsd
+++ b/upstream/schemas/ParameterSettings.xsd
diff --git a/schemas/README.md b/upstream/schemas/README.md
index f634d8c..f634d8c 100644
--- a/schemas/README.md
+++ b/upstream/schemas/README.md
diff --git a/schemas/Subsystem.xsd b/upstream/schemas/Subsystem.xsd
index 2ba898e..2ba898e 100644
--- a/schemas/Subsystem.xsd
+++ b/upstream/schemas/Subsystem.xsd
diff --git a/schemas/SystemClass.xsd b/upstream/schemas/SystemClass.xsd
index 5aa32db..5aa32db 100644
--- a/schemas/SystemClass.xsd
+++ b/upstream/schemas/SystemClass.xsd
diff --git a/schemas/W3cXmlAttributes.xsd b/upstream/schemas/W3cXmlAttributes.xsd
index 4b2500c..4b2500c 100644
--- a/schemas/W3cXmlAttributes.xsd
+++ b/upstream/schemas/W3cXmlAttributes.xsd
diff --git a/skeleton-subsystem/CMakeLists.txt b/upstream/skeleton-subsystem/CMakeLists.txt
index 1ec822d..1ec822d 100644
--- a/skeleton-subsystem/CMakeLists.txt
+++ b/upstream/skeleton-subsystem/CMakeLists.txt
diff --git a/skeleton-subsystem/README.md b/upstream/skeleton-subsystem/README.md
index e5ee0b2..e5ee0b2 100644
--- a/skeleton-subsystem/README.md
+++ b/upstream/skeleton-subsystem/README.md
diff --git a/skeleton-subsystem/SkeletonMappingKeys.h b/upstream/skeleton-subsystem/SkeletonMappingKeys.h
index f1b0962..f1b0962 100644
--- a/skeleton-subsystem/SkeletonMappingKeys.h
+++ b/upstream/skeleton-subsystem/SkeletonMappingKeys.h
diff --git a/skeleton-subsystem/SkeletonSubsystem.cpp b/upstream/skeleton-subsystem/SkeletonSubsystem.cpp
index 227d71a..227d71a 100644
--- a/skeleton-subsystem/SkeletonSubsystem.cpp
+++ b/upstream/skeleton-subsystem/SkeletonSubsystem.cpp
diff --git a/skeleton-subsystem/SkeletonSubsystem.h b/upstream/skeleton-subsystem/SkeletonSubsystem.h
index 276562e..276562e 100644
--- a/skeleton-subsystem/SkeletonSubsystem.h
+++ b/upstream/skeleton-subsystem/SkeletonSubsystem.h
diff --git a/skeleton-subsystem/SkeletonSubsystemBuilder.cpp b/upstream/skeleton-subsystem/SkeletonSubsystemBuilder.cpp
index 5a8647e..5a8647e 100644
--- a/skeleton-subsystem/SkeletonSubsystemBuilder.cpp
+++ b/upstream/skeleton-subsystem/SkeletonSubsystemBuilder.cpp
diff --git a/skeleton-subsystem/SkeletonSubsystemObject.cpp b/upstream/skeleton-subsystem/SkeletonSubsystemObject.cpp
index 8f696a0..8f696a0 100644
--- a/skeleton-subsystem/SkeletonSubsystemObject.cpp
+++ b/upstream/skeleton-subsystem/SkeletonSubsystemObject.cpp
diff --git a/skeleton-subsystem/SkeletonSubsystemObject.h b/upstream/skeleton-subsystem/SkeletonSubsystemObject.h
index f4c09c9..f4c09c9 100644
--- a/skeleton-subsystem/SkeletonSubsystemObject.h
+++ b/upstream/skeleton-subsystem/SkeletonSubsystemObject.h
diff --git a/skeleton-subsystem/test/CMakeLists.txt b/upstream/skeleton-subsystem/test/CMakeLists.txt
index 46cb669..46cb669 100644
--- a/skeleton-subsystem/test/CMakeLists.txt
+++ b/upstream/skeleton-subsystem/test/CMakeLists.txt
diff --git a/skeleton-subsystem/test/main.cpp b/upstream/skeleton-subsystem/test/main.cpp
index 43a9d6f..43a9d6f 100644
--- a/skeleton-subsystem/test/main.cpp
+++ b/upstream/skeleton-subsystem/test/main.cpp
diff --git a/skeleton-subsystem/test/structure.xml b/upstream/skeleton-subsystem/test/structure.xml
index 58e15c3..58e15c3 100644
--- a/skeleton-subsystem/test/structure.xml
+++ b/upstream/skeleton-subsystem/test/structure.xml
diff --git a/skeleton-subsystem/test/toplevel.xml b/upstream/skeleton-subsystem/test/toplevel.xml
index b15d4b0..b15d4b0 100644
--- a/skeleton-subsystem/test/toplevel.xml
+++ b/upstream/skeleton-subsystem/test/toplevel.xml
diff --git a/support/windows/Resource.rc.in b/upstream/support/windows/Resource.rc.in
index 9ed0078..9ed0078 100644
--- a/support/windows/Resource.rc.in
+++ b/upstream/support/windows/Resource.rc.in
diff --git a/test/CMakeLists.txt b/upstream/test/CMakeLists.txt
index 48a40e5..48a40e5 100644
--- a/test/CMakeLists.txt
+++ b/upstream/test/CMakeLists.txt
diff --git a/test/catch/CMakeLists.txt b/upstream/test/catch/CMakeLists.txt
index 14b9afa..14b9afa 100644
--- a/test/catch/CMakeLists.txt
+++ b/upstream/test/catch/CMakeLists.txt
diff --git a/test/catch/catch.cpp b/upstream/test/catch/catch.cpp
index a46649c..a46649c 100644
--- a/test/catch/catch.cpp
+++ b/upstream/test/catch/catch.cpp
diff --git a/test/functional-tests-legacy/ACTCampaignEngine.py b/upstream/test/functional-tests-legacy/ACTCampaignEngine.py
index d4aeaf9..d4aeaf9 100755
--- a/test/functional-tests-legacy/ACTCampaignEngine.py
+++ b/upstream/test/functional-tests-legacy/ACTCampaignEngine.py
diff --git a/test/functional-tests-legacy/CMakeLists.txt b/upstream/test/functional-tests-legacy/CMakeLists.txt
index 2eb1724..2eb1724 100644
--- a/test/functional-tests-legacy/CMakeLists.txt
+++ b/upstream/test/functional-tests-legacy/CMakeLists.txt
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/__init__.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/__init__.py
index e49f417..e49f417 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/__init__.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/__init__.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration.py
index 8c5e641..8c5e641 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Backup.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Backup.py
index 26dd03a..26dd03a 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Backup.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Backup.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Selection.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Selection.py
index eaaa17d..eaaa17d 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Selection.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Configuration_Selection.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements.py
index cd8a0be..cd8a0be 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements_Sequences.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements_Sequences.py
index 8baad70..8baad70 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements_Sequences.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Elements_Sequences.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Rules.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Rules.py
index 407047f..407047f 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Rules.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Rules.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Split.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Split.py
index c714224..c714224 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Split.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_Split.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_creation_deletion.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_creation_deletion.py
index c5d43f3..c5d43f3 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_creation_deletion.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_creation_deletion.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_rename.py b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_rename.py
index 2ee5414..2ee5414 100644
--- a/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_rename.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Domains/tDomain_rename.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Functions/__init__.py b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/__init__.py
index 7b72df8..7b72df8 100644
--- a/test/functional-tests-legacy/PfwTestCase/Functions/__init__.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/__init__.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Export_Import_Domains.py b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Export_Import_Domains.py
index 2bfc50a..2bfc50a 100644
--- a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Export_Import_Domains.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Export_Import_Domains.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Sync.py b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Sync.py
index d95318d..d95318d 100644
--- a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Sync.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_Sync.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_getParameter.py b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_getParameter.py
index e0c7fb9..e0c7fb9 100644
--- a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_getParameter.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_getParameter.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_listingFunctions.py b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_listingFunctions.py
index 327f2e4..327f2e4 100644
--- a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_listingFunctions.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_listingFunctions.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_setParameter.py b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_setParameter.py
index 62a7ca2..62a7ca2 100644
--- a/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_setParameter.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Functions/tFunction_setParameter.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/__init__.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/__init__.py
index 9fbd9f6..9fbd9f6 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/__init__.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/__init__.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tBit_Block.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tBit_Block.py
index f0161ad..f0161ad 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tBit_Block.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tBit_Block.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tBoolean.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tBoolean.py
index 9c95692..9c95692 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tBoolean.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tBoolean.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tEnum.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tEnum.py
index 524e763..524e763 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tEnum.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tEnum.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q0_15.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q0_15.py
index 0c9e273..0c9e273 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q0_15.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q0_15.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q15_0.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q15_0.py
index 11e237b..11e237b 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q15_0.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q15_0.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q7_8.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q7_8.py
index 2fb44d3..2fb44d3 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q7_8.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP16_Q7_8.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q0_31.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q0_31.py
index 133d481..133d481 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q0_31.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q0_31.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q15_16.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q15_16.py
index 013855a..013855a 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q15_16.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q15_16.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q31_0.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q31_0.py
index 4497d52..4497d52 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q31_0.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q31_0.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q8_20.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q8_20.py
index 126a6a2..126a6a2 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q8_20.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP32_Q8_20.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q0_7.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q0_7.py
index dc1d733..dc1d733 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q0_7.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q0_7.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q3_4.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q3_4.py
index 825d3d2..825d3d2 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q3_4.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q3_4.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q7_0.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q7_0.py
index 4918aa7..4918aa7 100755
--- a/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q7_0.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tFP8_Q7_0.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tINT16.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16.py
index 774bc56..774bc56 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tINT16.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tINT16_ARRAY.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16_ARRAY.py
index 34fa1cc..34fa1cc 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tINT16_ARRAY.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16_ARRAY.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tINT16_Max.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16_Max.py
index 62d2db1..62d2db1 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tINT16_Max.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT16_Max.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tINT32.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT32.py
index fc82b03..fc82b03 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tINT32.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT32.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tINT32_Max.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT32_Max.py
index 15e5dde..15e5dde 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tINT32_Max.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT32_Max.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tINT8.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT8.py
index f82a524..f82a524 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tINT8.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT8.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tINT8_Max.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT8_Max.py
index 9eff0bb..9eff0bb 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tINT8_Max.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tINT8_Max.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tParameter_Block.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tParameter_Block.py
index 76317b4..76317b4 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tParameter_Block.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tParameter_Block.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tRAW.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tRAW.py
index eb7dc5b..eb7dc5b 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tRAW.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tRAW.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tSTRING_128.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tSTRING_128.py
index 78f829f..78f829f 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tSTRING_128.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tSTRING_128.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tUINT16.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT16.py
index f7fc72e..f7fc72e 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tUINT16.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT16.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tUINT16_Max.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT16_Max.py
index 805017e..805017e 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tUINT16_Max.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT16_Max.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tUINT32.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32.py
index e33296b..e33296b 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tUINT32.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_ARRAY.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_ARRAY.py
index c277a06..c277a06 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_ARRAY.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_ARRAY.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_Max.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_Max.py
index 9966ac3..9966ac3 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_Max.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT32_Max.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tUINT8.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8.py
index 8a6c815..8a6c815 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tUINT8.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_ARRAY.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_ARRAY.py
index 88c2e58..88c2e58 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_ARRAY.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_ARRAY.py
diff --git a/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_Max.py b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_Max.py
index 71bfdab..71bfdab 100644
--- a/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_Max.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/Types/tUINT8_Max.py
diff --git a/test/functional-tests-legacy/PfwTestCase/__init__.py b/upstream/test/functional-tests-legacy/PfwTestCase/__init__.py
index e69de29..e69de29 100644
--- a/test/functional-tests-legacy/PfwTestCase/__init__.py
+++ b/upstream/test/functional-tests-legacy/PfwTestCase/__init__.py
diff --git a/test/functional-tests-legacy/README.md b/upstream/test/functional-tests-legacy/README.md
index 43f5c59..43f5c59 100644
--- a/test/functional-tests-legacy/README.md
+++ b/upstream/test/functional-tests-legacy/README.md
diff --git a/test/functional-tests-legacy/Util/ACTLogging.py b/upstream/test/functional-tests-legacy/Util/ACTLogging.py
index fdc71ef..fdc71ef 100644
--- a/test/functional-tests-legacy/Util/ACTLogging.py
+++ b/upstream/test/functional-tests-legacy/Util/ACTLogging.py
diff --git a/test/functional-tests-legacy/Util/PfwUnitTestLib.py b/upstream/test/functional-tests-legacy/Util/PfwUnitTestLib.py
index 78b1f76..78b1f76 100644
--- a/test/functional-tests-legacy/Util/PfwUnitTestLib.py
+++ b/upstream/test/functional-tests-legacy/Util/PfwUnitTestLib.py
diff --git a/test/functional-tests-legacy/Util/__init__.py b/upstream/test/functional-tests-legacy/Util/__init__.py
index e69de29..e69de29 100644
--- a/test/functional-tests-legacy/Util/__init__.py
+++ b/upstream/test/functional-tests-legacy/Util/__init__.py
diff --git a/test/functional-tests-legacy/xml/XML_Test/Reference_Compliant.xml b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Compliant.xml
index 29bd3c5..29bd3c5 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Reference_Compliant.xml
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Compliant.xml
diff --git a/test/functional-tests-legacy/xml/XML_Test/Reference_Criteria.xml b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Criteria.xml
index a2bd7cf..a2bd7cf 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Reference_Criteria.xml
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Criteria.xml
diff --git a/test/functional-tests-legacy/xml/XML_Test/Reference_Split_Domain.xml b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Split_Domain.xml
index e6dfa55..e6dfa55 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Reference_Split_Domain.xml
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_Split_Domain.xml
diff --git a/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains
index 9277d20..9277d20 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains
diff --git a/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains.xml b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains.xml
index b80cc61..b80cc61 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains.xml
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Reference_dumpDomains.xml
diff --git a/test/functional-tests-legacy/xml/XML_Test/Uncompliant_OutboundParameter.xml b/upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_OutboundParameter.xml
index f7fd329..f7fd329 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Uncompliant_OutboundParameter.xml
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_OutboundParameter.xml
diff --git a/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredConfigurableElement.xml b/upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredConfigurableElement.xml
index 98be4c5..98be4c5 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredConfigurableElement.xml
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredConfigurableElement.xml
diff --git a/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredParameter.xml b/upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredParameter.xml
index 01d4507..01d4507 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredParameter.xml
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UndeclaredParameter.xml
diff --git a/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UnorderConfigurableElement.xml b/upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UnorderConfigurableElement.xml
index 39af533..39af533 100644
--- a/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UnorderConfigurableElement.xml
+++ b/upstream/test/functional-tests-legacy/xml/XML_Test/Uncompliant_UnorderConfigurableElement.xml
diff --git a/test/functional-tests-legacy/xml/configuration/ParameterFrameworkConfiguration.xml b/upstream/test/functional-tests-legacy/xml/configuration/ParameterFrameworkConfiguration.xml
index d050376..d050376 100644
--- a/test/functional-tests-legacy/xml/configuration/ParameterFrameworkConfiguration.xml
+++ b/upstream/test/functional-tests-legacy/xml/configuration/ParameterFrameworkConfiguration.xml
diff --git a/test/functional-tests-legacy/xml/configuration/Settings/Test/TestConfigurableDomains.xml b/upstream/test/functional-tests-legacy/xml/configuration/Settings/Test/TestConfigurableDomains.xml
index c53e027..c53e027 100644
--- a/test/functional-tests-legacy/xml/configuration/Settings/Test/TestConfigurableDomains.xml
+++ b/upstream/test/functional-tests-legacy/xml/configuration/Settings/Test/TestConfigurableDomains.xml
diff --git a/test/functional-tests-legacy/xml/configuration/Structure/Test/TestClass.xml b/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/TestClass.xml
index f2bd54c..f2bd54c 100644
--- a/test/functional-tests-legacy/xml/configuration/Structure/Test/TestClass.xml
+++ b/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/TestClass.xml
diff --git a/test/functional-tests-legacy/xml/configuration/Structure/Test/TestSubsystem.xml.in b/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/TestSubsystem.xml.in
index e7a8155..e7a8155 100644
--- a/test/functional-tests-legacy/xml/configuration/Structure/Test/TestSubsystem.xml.in
+++ b/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/TestSubsystem.xml.in
diff --git a/test/functional-tests/AutoSync.cpp b/upstream/test/functional-tests/AutoSync.cpp
index 9353b8d..9353b8d 100644
--- a/test/functional-tests/AutoSync.cpp
+++ b/upstream/test/functional-tests/AutoSync.cpp
diff --git a/test/functional-tests/Basic.cpp b/upstream/test/functional-tests/Basic.cpp
index 60e6bbc..60e6bbc 100644
--- a/test/functional-tests/Basic.cpp
+++ b/upstream/test/functional-tests/Basic.cpp
diff --git a/test/functional-tests/CMakeLists.txt b/upstream/test/functional-tests/CMakeLists.txt
index 1ab0449..1ab0449 100644
--- a/test/functional-tests/CMakeLists.txt
+++ b/upstream/test/functional-tests/CMakeLists.txt
diff --git a/test/functional-tests/FloatingPoint.cpp b/upstream/test/functional-tests/FloatingPoint.cpp
index fd41797..fd41797 100644
--- a/test/functional-tests/FloatingPoint.cpp
+++ b/upstream/test/functional-tests/FloatingPoint.cpp
diff --git a/test/functional-tests/Handle.cpp b/upstream/test/functional-tests/Handle.cpp
index d7aafb9..d7aafb9 100644
--- a/test/functional-tests/Handle.cpp
+++ b/upstream/test/functional-tests/Handle.cpp
diff --git a/test/functional-tests/include/Config.hpp b/upstream/test/functional-tests/include/Config.hpp
index 3d3f117..3d3f117 100644
--- a/test/functional-tests/include/Config.hpp
+++ b/upstream/test/functional-tests/include/Config.hpp
diff --git a/test/functional-tests/include/ConfigFiles.hpp b/upstream/test/functional-tests/include/ConfigFiles.hpp
index 3d14b86..3d14b86 100644
--- a/test/functional-tests/include/ConfigFiles.hpp
+++ b/upstream/test/functional-tests/include/ConfigFiles.hpp
diff --git a/test/functional-tests/include/ElementHandle.hpp b/upstream/test/functional-tests/include/ElementHandle.hpp
index fe42b71..fe42b71 100644
--- a/test/functional-tests/include/ElementHandle.hpp
+++ b/upstream/test/functional-tests/include/ElementHandle.hpp
diff --git a/test/functional-tests/include/Exception.hpp b/upstream/test/functional-tests/include/Exception.hpp
index 8ae0597..8ae0597 100644
--- a/test/functional-tests/include/Exception.hpp
+++ b/upstream/test/functional-tests/include/Exception.hpp
diff --git a/test/functional-tests/include/FailureWrapper.hpp b/upstream/test/functional-tests/include/FailureWrapper.hpp
index 753e1dc..753e1dc 100644
--- a/test/functional-tests/include/FailureWrapper.hpp
+++ b/upstream/test/functional-tests/include/FailureWrapper.hpp
diff --git a/test/functional-tests/include/ParameterFramework.hpp b/upstream/test/functional-tests/include/ParameterFramework.hpp
index f6f36a8..f6f36a8 100644
--- a/test/functional-tests/include/ParameterFramework.hpp
+++ b/upstream/test/functional-tests/include/ParameterFramework.hpp
diff --git a/test/functional-tests/include/StoreLogger.hpp b/upstream/test/functional-tests/include/StoreLogger.hpp
index 8364157..8364157 100644
--- a/test/functional-tests/include/StoreLogger.hpp
+++ b/upstream/test/functional-tests/include/StoreLogger.hpp
diff --git a/test/functional-tests/include/Test.hpp b/upstream/test/functional-tests/include/Test.hpp
index 51f397a..51f397a 100644
--- a/test/functional-tests/include/Test.hpp
+++ b/upstream/test/functional-tests/include/Test.hpp
diff --git a/test/functional-tests/plan.md b/upstream/test/functional-tests/plan.md
index 8497616..8497616 100644
--- a/test/functional-tests/plan.md
+++ b/upstream/test/functional-tests/plan.md
diff --git a/test/introspection-subsystem/CMakeLists.txt b/upstream/test/introspection-subsystem/CMakeLists.txt
index faccab3..faccab3 100644
--- a/test/introspection-subsystem/CMakeLists.txt
+++ b/upstream/test/introspection-subsystem/CMakeLists.txt
diff --git a/test/introspection-subsystem/IntrospectionEntryPoint.cpp b/upstream/test/introspection-subsystem/IntrospectionEntryPoint.cpp
index b26e938..b26e938 100644
--- a/test/introspection-subsystem/IntrospectionEntryPoint.cpp
+++ b/upstream/test/introspection-subsystem/IntrospectionEntryPoint.cpp
diff --git a/test/introspection-subsystem/IntrospectionSubsystem.cpp b/upstream/test/introspection-subsystem/IntrospectionSubsystem.cpp
index 7c3e945..7c3e945 100644
--- a/test/introspection-subsystem/IntrospectionSubsystem.cpp
+++ b/upstream/test/introspection-subsystem/IntrospectionSubsystem.cpp
diff --git a/test/introspection-subsystem/IntrospectionSubsystem.h b/upstream/test/introspection-subsystem/IntrospectionSubsystem.h
index 1f89841..1f89841 100644
--- a/test/introspection-subsystem/IntrospectionSubsystem.h
+++ b/upstream/test/introspection-subsystem/IntrospectionSubsystem.h
diff --git a/test/introspection-subsystem/IntrospectionSubsystemBuilder.cpp b/upstream/test/introspection-subsystem/IntrospectionSubsystemBuilder.cpp
index 23c7134..23c7134 100644
--- a/test/introspection-subsystem/IntrospectionSubsystemBuilder.cpp
+++ b/upstream/test/introspection-subsystem/IntrospectionSubsystemBuilder.cpp
diff --git a/test/introspection-subsystem/IntrospectionSubsystemObject.cpp b/upstream/test/introspection-subsystem/IntrospectionSubsystemObject.cpp
index 2a05981..2a05981 100644
--- a/test/introspection-subsystem/IntrospectionSubsystemObject.cpp
+++ b/upstream/test/introspection-subsystem/IntrospectionSubsystemObject.cpp
diff --git a/test/introspection-subsystem/IntrospectionSubsystemObject.h b/upstream/test/introspection-subsystem/IntrospectionSubsystemObject.h
index f91f686..f91f686 100644
--- a/test/introspection-subsystem/IntrospectionSubsystemObject.h
+++ b/upstream/test/introspection-subsystem/IntrospectionSubsystemObject.h
diff --git a/test/introspection-subsystem/include/IntrospectionEntryPoint.h b/upstream/test/introspection-subsystem/include/IntrospectionEntryPoint.h
index ce3e22c..ce3e22c 100644
--- a/test/introspection-subsystem/include/IntrospectionEntryPoint.h
+++ b/upstream/test/introspection-subsystem/include/IntrospectionEntryPoint.h
diff --git a/test/test-fixed-point-parameter/CMakeLists.txt b/upstream/test/test-fixed-point-parameter/CMakeLists.txt
index 1b1e0e0..1b1e0e0 100644
--- a/test/test-fixed-point-parameter/CMakeLists.txt
+++ b/upstream/test/test-fixed-point-parameter/CMakeLists.txt
diff --git a/test/test-fixed-point-parameter/Main.py b/upstream/test/test-fixed-point-parameter/Main.py
index 31e10a5..31e10a5 100755
--- a/test/test-fixed-point-parameter/Main.py
+++ b/upstream/test/test-fixed-point-parameter/Main.py
diff --git a/test/test-fixed-point-parameter/ParameterFrameworkConfiguration.xml b/upstream/test/test-fixed-point-parameter/ParameterFrameworkConfiguration.xml
index e803682..e803682 100644
--- a/test/test-fixed-point-parameter/ParameterFrameworkConfiguration.xml
+++ b/upstream/test/test-fixed-point-parameter/ParameterFrameworkConfiguration.xml
diff --git a/test/test-fixed-point-parameter/TestClass.xml b/upstream/test/test-fixed-point-parameter/TestClass.xml
index db1b0bc..db1b0bc 100644
--- a/test/test-fixed-point-parameter/TestClass.xml
+++ b/upstream/test/test-fixed-point-parameter/TestClass.xml
diff --git a/test/test-fixed-point-parameter/VirtualSubsystem.xml b/upstream/test/test-fixed-point-parameter/VirtualSubsystem.xml
index dca7bb5..dca7bb5 100644
--- a/test/test-fixed-point-parameter/VirtualSubsystem.xml
+++ b/upstream/test/test-fixed-point-parameter/VirtualSubsystem.xml
diff --git a/test/test-platform/CMakeLists.txt b/upstream/test/test-platform/CMakeLists.txt
index 533de3c..533de3c 100644
--- a/test/test-platform/CMakeLists.txt
+++ b/upstream/test/test-platform/CMakeLists.txt
diff --git a/test/test-platform/README.md b/upstream/test/test-platform/README.md
index 4e3cab8..4e3cab8 100644
--- a/test/test-platform/README.md
+++ b/upstream/test/test-platform/README.md
diff --git a/test/test-platform/TestPlatform.cpp b/upstream/test/test-platform/TestPlatform.cpp
index e022131..e022131 100644
--- a/test/test-platform/TestPlatform.cpp
+++ b/upstream/test/test-platform/TestPlatform.cpp
diff --git a/test/test-platform/TestPlatform.h b/upstream/test/test-platform/TestPlatform.h
index f9c27f7..f9c27f7 100644
--- a/test/test-platform/TestPlatform.h
+++ b/upstream/test/test-platform/TestPlatform.h
diff --git a/test/test-platform/main.cpp b/upstream/test/test-platform/main.cpp
index 6cb5267..6cb5267 100644
--- a/test/test-platform/main.cpp
+++ b/upstream/test/test-platform/main.cpp
diff --git a/test/test-subsystem/CMakeLists.txt b/upstream/test/test-subsystem/CMakeLists.txt
index eeaa7de..eeaa7de 100644
--- a/test/test-subsystem/CMakeLists.txt
+++ b/upstream/test/test-subsystem/CMakeLists.txt
diff --git a/test/test-subsystem/TESTMappingKeys.h b/upstream/test/test-subsystem/TESTMappingKeys.h
index 0134891..0134891 100644
--- a/test/test-subsystem/TESTMappingKeys.h
+++ b/upstream/test/test-subsystem/TESTMappingKeys.h
diff --git a/test/test-subsystem/TESTSubsystem.cpp b/upstream/test/test-subsystem/TESTSubsystem.cpp
index 473d923..473d923 100644
--- a/test/test-subsystem/TESTSubsystem.cpp
+++ b/upstream/test/test-subsystem/TESTSubsystem.cpp
diff --git a/test/test-subsystem/TESTSubsystem.h b/upstream/test/test-subsystem/TESTSubsystem.h
index 0546e94..0546e94 100644
--- a/test/test-subsystem/TESTSubsystem.h
+++ b/upstream/test/test-subsystem/TESTSubsystem.h
diff --git a/test/test-subsystem/TESTSubsystemBinary.cpp b/upstream/test/test-subsystem/TESTSubsystemBinary.cpp
index 49a775b..49a775b 100644
--- a/test/test-subsystem/TESTSubsystemBinary.cpp
+++ b/upstream/test/test-subsystem/TESTSubsystemBinary.cpp
diff --git a/test/test-subsystem/TESTSubsystemBinary.h b/upstream/test/test-subsystem/TESTSubsystemBinary.h
index b84c02d..b84c02d 100644
--- a/test/test-subsystem/TESTSubsystemBinary.h
+++ b/upstream/test/test-subsystem/TESTSubsystemBinary.h
diff --git a/test/test-subsystem/TESTSubsystemBuilder.cpp b/upstream/test/test-subsystem/TESTSubsystemBuilder.cpp
index 6ec062e..6ec062e 100644
--- a/test/test-subsystem/TESTSubsystemBuilder.cpp
+++ b/upstream/test/test-subsystem/TESTSubsystemBuilder.cpp
diff --git a/test/test-subsystem/TESTSubsystemObject.cpp b/upstream/test/test-subsystem/TESTSubsystemObject.cpp
index a25b195..a25b195 100644
--- a/test/test-subsystem/TESTSubsystemObject.cpp
+++ b/upstream/test/test-subsystem/TESTSubsystemObject.cpp
diff --git a/test/test-subsystem/TESTSubsystemObject.h b/upstream/test/test-subsystem/TESTSubsystemObject.h
index a41bcba..a41bcba 100644
--- a/test/test-subsystem/TESTSubsystemObject.h
+++ b/upstream/test/test-subsystem/TESTSubsystemObject.h
diff --git a/test/test-subsystem/TESTSubsystemString.cpp b/upstream/test/test-subsystem/TESTSubsystemString.cpp
index de2d478..de2d478 100644
--- a/test/test-subsystem/TESTSubsystemString.cpp
+++ b/upstream/test/test-subsystem/TESTSubsystemString.cpp
diff --git a/test/test-subsystem/TESTSubsystemString.h b/upstream/test/test-subsystem/TESTSubsystemString.h
index 1713785..1713785 100644
--- a/test/test-subsystem/TESTSubsystemString.h
+++ b/upstream/test/test-subsystem/TESTSubsystemString.h
diff --git a/test/tmpfile/CMakeLists.txt b/upstream/test/tmpfile/CMakeLists.txt
index 84818e7..84818e7 100644
--- a/test/tmpfile/CMakeLists.txt
+++ b/upstream/test/tmpfile/CMakeLists.txt
diff --git a/test/tmpfile/TmpFile.hpp b/upstream/test/tmpfile/TmpFile.hpp
index ebefa93..ebefa93 100644
--- a/test/tmpfile/TmpFile.hpp
+++ b/upstream/test/tmpfile/TmpFile.hpp
diff --git a/test/tmpfile/posix/TmpFile.cpp b/upstream/test/tmpfile/posix/TmpFile.cpp
index 36efbd6..36efbd6 100644
--- a/test/tmpfile/posix/TmpFile.cpp
+++ b/upstream/test/tmpfile/posix/TmpFile.cpp
diff --git a/test/tmpfile/windows/TmpFile.cpp b/upstream/test/tmpfile/windows/TmpFile.cpp
index 4a0fac3..4a0fac3 100644
--- a/test/tmpfile/windows/TmpFile.cpp
+++ b/upstream/test/tmpfile/windows/TmpFile.cpp
diff --git a/test/tokenizer/CMakeLists.txt b/upstream/test/tokenizer/CMakeLists.txt
index 1ce68dd..1ce68dd 100644
--- a/test/tokenizer/CMakeLists.txt
+++ b/upstream/test/tokenizer/CMakeLists.txt
diff --git a/test/tokenizer/Test.cpp b/upstream/test/tokenizer/Test.cpp
index 37a72cb..37a72cb 100644
--- a/test/tokenizer/Test.cpp
+++ b/upstream/test/tokenizer/Test.cpp
diff --git a/test/xml-generator/CMakeLists.txt b/upstream/test/xml-generator/CMakeLists.txt
index 6aeee14..6aeee14 100644
--- a/test/xml-generator/CMakeLists.txt
+++ b/upstream/test/xml-generator/CMakeLists.txt
diff --git a/test/xml-generator/PFConfig/configuration.xml b/upstream/test/xml-generator/PFConfig/configuration.xml
index e459644..e459644 100644
--- a/test/xml-generator/PFConfig/configuration.xml
+++ b/upstream/test/xml-generator/PFConfig/configuration.xml
diff --git a/test/xml-generator/PFConfig/criteria.txt b/upstream/test/xml-generator/PFConfig/criteria.txt
index 7ab3d99..7ab3d99 100644
--- a/test/xml-generator/PFConfig/criteria.txt
+++ b/upstream/test/xml-generator/PFConfig/criteria.txt
diff --git a/test/xml-generator/PFConfig/duplicate_criterion_value.txt b/upstream/test/xml-generator/PFConfig/duplicate_criterion_value.txt
index af5ffe6..af5ffe6 100644
--- a/test/xml-generator/PFConfig/duplicate_criterion_value.txt
+++ b/upstream/test/xml-generator/PFConfig/duplicate_criterion_value.txt
diff --git a/test/xml-generator/PFConfig/includeStructure.xml b/upstream/test/xml-generator/PFConfig/includeStructure.xml
index 6ab16c3..6ab16c3 100644
--- a/test/xml-generator/PFConfig/includeStructure.xml
+++ b/upstream/test/xml-generator/PFConfig/includeStructure.xml
diff --git a/test/xml-generator/PFConfig/structure.xml b/upstream/test/xml-generator/PFConfig/structure.xml
index e9b621f..e9b621f 100644
--- a/test/xml-generator/PFConfig/structure.xml
+++ b/upstream/test/xml-generator/PFConfig/structure.xml
diff --git a/test/xml-generator/test.py b/upstream/test/xml-generator/test.py
index 80287f3..80287f3 100644
--- a/test/xml-generator/test.py
+++ b/upstream/test/xml-generator/test.py
diff --git a/test/xml-generator/testVector/complex.pfw b/upstream/test/xml-generator/testVector/complex.pfw
index 6339a13..6339a13 100644
--- a/test/xml-generator/testVector/complex.pfw
+++ b/upstream/test/xml-generator/testVector/complex.pfw
diff --git a/test/xml-generator/testVector/conflicting.pfw b/upstream/test/xml-generator/testVector/conflicting.pfw
index 5554461..5554461 100644
--- a/test/xml-generator/testVector/conflicting.pfw
+++ b/upstream/test/xml-generator/testVector/conflicting.pfw
diff --git a/test/xml-generator/testVector/duplicate.pfw b/upstream/test/xml-generator/testVector/duplicate.pfw
index db3ff52..db3ff52 100644
--- a/test/xml-generator/testVector/duplicate.pfw
+++ b/upstream/test/xml-generator/testVector/duplicate.pfw
diff --git a/test/xml-generator/testVector/first.pfw b/upstream/test/xml-generator/testVector/first.pfw
index a8cd664..a8cd664 100644
--- a/test/xml-generator/testVector/first.pfw
+++ b/upstream/test/xml-generator/testVector/first.pfw
diff --git a/test/xml-generator/testVector/fourth.xml b/upstream/test/xml-generator/testVector/fourth.xml
index aaeb22e..aaeb22e 100644
--- a/test/xml-generator/testVector/fourth.xml
+++ b/upstream/test/xml-generator/testVector/fourth.xml
diff --git a/test/xml-generator/testVector/initialSettings.xml b/upstream/test/xml-generator/testVector/initialSettings.xml
index b0a928a..b0a928a 100644
--- a/test/xml-generator/testVector/initialSettings.xml
+++ b/upstream/test/xml-generator/testVector/initialSettings.xml
diff --git a/test/xml-generator/testVector/reference.xml b/upstream/test/xml-generator/testVector/reference.xml
index a073545..a073545 100644
--- a/test/xml-generator/testVector/reference.xml
+++ b/upstream/test/xml-generator/testVector/reference.xml
diff --git a/test/xml-generator/testVector/second.pfw b/upstream/test/xml-generator/testVector/second.pfw
index 058abb6..058abb6 100644
--- a/test/xml-generator/testVector/second.pfw
+++ b/upstream/test/xml-generator/testVector/second.pfw
diff --git a/test/xml-generator/testVector/third.xml b/upstream/test/xml-generator/testVector/third.xml
index 730c7ca..730c7ca 100644
--- a/test/xml-generator/testVector/third.xml
+++ b/upstream/test/xml-generator/testVector/third.xml
diff --git a/tools/bash_completion/CMakeLists.txt b/upstream/tools/bash_completion/CMakeLists.txt
index f2fb491..f2fb491 100644
--- a/tools/bash_completion/CMakeLists.txt
+++ b/upstream/tools/bash_completion/CMakeLists.txt
diff --git a/tools/bash_completion/remote-process b/upstream/tools/bash_completion/remote-process
index c1b55bf..c1b55bf 100644
--- a/tools/bash_completion/remote-process
+++ b/upstream/tools/bash_completion/remote-process
diff --git a/tools/clientSimulator/CMakeLists.txt b/upstream/tools/clientSimulator/CMakeLists.txt
index 299bfc6..299bfc6 100644
--- a/tools/clientSimulator/CMakeLists.txt
+++ b/upstream/tools/clientSimulator/CMakeLists.txt
diff --git a/tools/clientSimulator/README.md b/upstream/tools/clientSimulator/README.md
index 8898c33..8898c33 100644
--- a/tools/clientSimulator/README.md
+++ b/upstream/tools/clientSimulator/README.md
diff --git a/tools/clientSimulator/clientsimulator/__init__.py b/upstream/tools/clientSimulator/clientsimulator/__init__.py
index e69de29..e69de29 100644
--- a/tools/clientSimulator/clientsimulator/__init__.py
+++ b/upstream/tools/clientSimulator/clientsimulator/__init__.py
diff --git a/tools/clientSimulator/clientsimulator/configuration/ConfigParser.py b/upstream/tools/clientSimulator/clientsimulator/configuration/ConfigParser.py
index 8a513ff..8a513ff 100644
--- a/tools/clientSimulator/clientsimulator/configuration/ConfigParser.py
+++ b/upstream/tools/clientSimulator/clientsimulator/configuration/ConfigParser.py
diff --git a/tools/clientSimulator/clientsimulator/configuration/__init__.py b/upstream/tools/clientSimulator/clientsimulator/configuration/__init__.py
index e69de29..e69de29 100644
--- a/tools/clientSimulator/clientsimulator/configuration/__init__.py
+++ b/upstream/tools/clientSimulator/clientsimulator/configuration/__init__.py
diff --git a/tools/clientSimulator/clientsimulator/criterion/Criterion.py b/upstream/tools/clientSimulator/clientsimulator/criterion/Criterion.py
index f96d583..f96d583 100644
--- a/tools/clientSimulator/clientsimulator/criterion/Criterion.py
+++ b/upstream/tools/clientSimulator/clientsimulator/criterion/Criterion.py
diff --git a/tools/clientSimulator/clientsimulator/criterion/CriterionClassFactory.py b/upstream/tools/clientSimulator/clientsimulator/criterion/CriterionClassFactory.py
index 9c48919..9c48919 100644
--- a/tools/clientSimulator/clientsimulator/criterion/CriterionClassFactory.py
+++ b/upstream/tools/clientSimulator/clientsimulator/criterion/CriterionClassFactory.py
diff --git a/tools/clientSimulator/clientsimulator/criterion/ExclusiveCriterion.py b/upstream/tools/clientSimulator/clientsimulator/criterion/ExclusiveCriterion.py
index 1902181..1902181 100644
--- a/tools/clientSimulator/clientsimulator/criterion/ExclusiveCriterion.py
+++ b/upstream/tools/clientSimulator/clientsimulator/criterion/ExclusiveCriterion.py
diff --git a/tools/clientSimulator/clientsimulator/criterion/InclusiveCriterion.py b/upstream/tools/clientSimulator/clientsimulator/criterion/InclusiveCriterion.py
index 09ec308..09ec308 100644
--- a/tools/clientSimulator/clientsimulator/criterion/InclusiveCriterion.py
+++ b/upstream/tools/clientSimulator/clientsimulator/criterion/InclusiveCriterion.py
diff --git a/tools/clientSimulator/clientsimulator/criterion/__init__.py b/upstream/tools/clientSimulator/clientsimulator/criterion/__init__.py
index e69de29..e69de29 100644
--- a/tools/clientSimulator/clientsimulator/criterion/__init__.py
+++ b/upstream/tools/clientSimulator/clientsimulator/criterion/__init__.py
diff --git a/tools/clientSimulator/clientsimulator/scenario/Scenario.py b/upstream/tools/clientSimulator/clientsimulator/scenario/Scenario.py
index 965fbe9..965fbe9 100644
--- a/tools/clientSimulator/clientsimulator/scenario/Scenario.py
+++ b/upstream/tools/clientSimulator/clientsimulator/scenario/Scenario.py
diff --git a/tools/clientSimulator/clientsimulator/scenario/__init__.py b/upstream/tools/clientSimulator/clientsimulator/scenario/__init__.py
index e69de29..e69de29 100644
--- a/tools/clientSimulator/clientsimulator/scenario/__init__.py
+++ b/upstream/tools/clientSimulator/clientsimulator/scenario/__init__.py
diff --git a/tools/clientSimulator/clientsimulator/testGenerator/SubprocessLogger.py b/upstream/tools/clientSimulator/clientsimulator/testGenerator/SubprocessLogger.py
index bd73dae..bd73dae 100644
--- a/tools/clientSimulator/clientsimulator/testGenerator/SubprocessLogger.py
+++ b/upstream/tools/clientSimulator/clientsimulator/testGenerator/SubprocessLogger.py
diff --git a/tools/clientSimulator/clientsimulator/testGenerator/TestLauncher.py b/upstream/tools/clientSimulator/clientsimulator/testGenerator/TestLauncher.py
index eb68bfb..eb68bfb 100644
--- a/tools/clientSimulator/clientsimulator/testGenerator/TestLauncher.py
+++ b/upstream/tools/clientSimulator/clientsimulator/testGenerator/TestLauncher.py
diff --git a/tools/clientSimulator/clientsimulator/testGenerator/TestVectorFactory.py b/upstream/tools/clientSimulator/clientsimulator/testGenerator/TestVectorFactory.py
index 94bbf75..94bbf75 100644
--- a/tools/clientSimulator/clientsimulator/testGenerator/TestVectorFactory.py
+++ b/upstream/tools/clientSimulator/clientsimulator/testGenerator/TestVectorFactory.py
diff --git a/tools/clientSimulator/clientsimulator/testGenerator/__init__.py b/upstream/tools/clientSimulator/clientsimulator/testGenerator/__init__.py
index e69de29..e69de29 100644
--- a/tools/clientSimulator/clientsimulator/testGenerator/__init__.py
+++ b/upstream/tools/clientSimulator/clientsimulator/testGenerator/__init__.py
diff --git a/tools/clientSimulator/clientsimulator/userInteraction/DynamicCallHelper.py b/upstream/tools/clientSimulator/clientsimulator/userInteraction/DynamicCallHelper.py
index f6d56c3..f6d56c3 100644
--- a/tools/clientSimulator/clientsimulator/userInteraction/DynamicCallHelper.py
+++ b/upstream/tools/clientSimulator/clientsimulator/userInteraction/DynamicCallHelper.py
diff --git a/tools/clientSimulator/clientsimulator/userInteraction/UserInteractor.py b/upstream/tools/clientSimulator/clientsimulator/userInteraction/UserInteractor.py
index d695705..d695705 100644
--- a/tools/clientSimulator/clientsimulator/userInteraction/UserInteractor.py
+++ b/upstream/tools/clientSimulator/clientsimulator/userInteraction/UserInteractor.py
diff --git a/tools/clientSimulator/clientsimulator/userInteraction/__init__.py b/upstream/tools/clientSimulator/clientsimulator/userInteraction/__init__.py
index e69de29..e69de29 100644
--- a/tools/clientSimulator/clientsimulator/userInteraction/__init__.py
+++ b/upstream/tools/clientSimulator/clientsimulator/userInteraction/__init__.py
diff --git a/tools/clientSimulator/pfClientSimulator.py b/upstream/tools/clientSimulator/pfClientSimulator.py
index f58c838..f58c838 100755
--- a/tools/clientSimulator/pfClientSimulator.py
+++ b/upstream/tools/clientSimulator/pfClientSimulator.py
diff --git a/tools/coverage/README.md b/upstream/tools/coverage/README.md
index a825a08..a825a08 100644
--- a/tools/coverage/README.md
+++ b/upstream/tools/coverage/README.md
diff --git a/tools/coverage/aplog2coverage.sh b/upstream/tools/coverage/aplog2coverage.sh
index 5e0e59c..5e0e59c 100755
--- a/tools/coverage/aplog2coverage.sh
+++ b/upstream/tools/coverage/aplog2coverage.sh
diff --git a/tools/coverage/coverage.py b/upstream/tools/coverage/coverage.py
index 0a23285..0a23285 100755
--- a/tools/coverage/coverage.py
+++ b/upstream/tools/coverage/coverage.py
diff --git a/tools/coverage/coverage.xsl b/upstream/tools/coverage/coverage.xsl
index a9861b9..a9861b9 100644
--- a/tools/coverage/coverage.xsl
+++ b/upstream/tools/coverage/coverage.xsl
diff --git a/tools/xmlGenerator/CMakeLists.txt b/upstream/tools/xmlGenerator/CMakeLists.txt
index 72d1d95..72d1d95 100644
--- a/tools/xmlGenerator/CMakeLists.txt
+++ b/upstream/tools/xmlGenerator/CMakeLists.txt
diff --git a/tools/xmlGenerator/EddParser.py b/upstream/tools/xmlGenerator/EddParser.py
index 97a59a7..97a59a7 100755
--- a/tools/xmlGenerator/EddParser.py
+++ b/upstream/tools/xmlGenerator/EddParser.py
diff --git a/tools/xmlGenerator/PFWScriptGenerator.py b/upstream/tools/xmlGenerator/PFWScriptGenerator.py
index f43e317..f43e317 100755
--- a/tools/xmlGenerator/PFWScriptGenerator.py
+++ b/upstream/tools/xmlGenerator/PFWScriptGenerator.py
diff --git a/tools/xmlGenerator/PfwBaseTranslator.py b/upstream/tools/xmlGenerator/PfwBaseTranslator.py
index 0d08565..0d08565 100644
--- a/tools/xmlGenerator/PfwBaseTranslator.py
+++ b/upstream/tools/xmlGenerator/PfwBaseTranslator.py
diff --git a/tools/xmlGenerator/README.md b/upstream/tools/xmlGenerator/README.md
index 78c714d..78c714d 100644
--- a/tools/xmlGenerator/README.md
+++ b/upstream/tools/xmlGenerator/README.md
diff --git a/tools/xmlGenerator/analyse/replaceAmixerByPfwParameters.sh b/upstream/tools/xmlGenerator/analyse/replaceAmixerByPfwParameters.sh
index a23b416..a23b416 100755
--- a/tools/xmlGenerator/analyse/replaceAmixerByPfwParameters.sh
+++ b/upstream/tools/xmlGenerator/analyse/replaceAmixerByPfwParameters.sh
diff --git a/tools/xmlGenerator/analyse/sortAsound.conf.sh b/upstream/tools/xmlGenerator/analyse/sortAsound.conf.sh
index bc3f2c8..bc3f2c8 100755
--- a/tools/xmlGenerator/analyse/sortAsound.conf.sh
+++ b/upstream/tools/xmlGenerator/analyse/sortAsound.conf.sh
diff --git a/tools/xmlGenerator/domainGenerator.py b/upstream/tools/xmlGenerator/domainGenerator.py
index 0fade85..0fade85 100755
--- a/tools/xmlGenerator/domainGenerator.py
+++ b/upstream/tools/xmlGenerator/domainGenerator.py
diff --git a/tools/xmlGenerator/domainGenerator.sh b/upstream/tools/xmlGenerator/domainGenerator.sh
index 07bf2a6..07bf2a6 100755
--- a/tools/xmlGenerator/domainGenerator.sh
+++ b/upstream/tools/xmlGenerator/domainGenerator.sh
diff --git a/tools/xmlGenerator/domainGeneratorConnector.cpp b/upstream/tools/xmlGenerator/domainGeneratorConnector.cpp
index a83822f..a83822f 100644
--- a/tools/xmlGenerator/domainGeneratorConnector.cpp
+++ b/upstream/tools/xmlGenerator/domainGeneratorConnector.cpp
diff --git a/tools/xmlGenerator/hostConfig.py b/upstream/tools/xmlGenerator/hostConfig.py
index 871f8f2..871f8f2 100755
--- a/tools/xmlGenerator/hostConfig.py
+++ b/upstream/tools/xmlGenerator/hostConfig.py
diff --git a/tools/xmlGenerator/lightRoutingUpdate.sh b/upstream/tools/xmlGenerator/lightRoutingUpdate.sh
index 7403622..7403622 100755
--- a/tools/xmlGenerator/lightRoutingUpdate.sh
+++ b/upstream/tools/xmlGenerator/lightRoutingUpdate.sh
diff --git a/tools/xmlGenerator/misc/generatorpfwscript.lang b/upstream/tools/xmlGenerator/misc/generatorpfwscript.lang
index f7f9819..f7f9819 100644
--- a/tools/xmlGenerator/misc/generatorpfwscript.lang
+++ b/upstream/tools/xmlGenerator/misc/generatorpfwscript.lang
diff --git a/tools/xmlGenerator/updateRoutageDomains.sh b/upstream/tools/xmlGenerator/updateRoutageDomains.sh
index 69d57b5..69d57b5 100755
--- a/tools/xmlGenerator/updateRoutageDomains.sh
+++ b/upstream/tools/xmlGenerator/updateRoutageDomains.sh
diff --git a/tools/xmlValidator/CMakeLists.txt b/upstream/tools/xmlValidator/CMakeLists.txt
index f44fed0..f44fed0 100644
--- a/tools/xmlValidator/CMakeLists.txt
+++ b/upstream/tools/xmlValidator/CMakeLists.txt
diff --git a/tools/xmlValidator/README.md b/upstream/tools/xmlValidator/README.md
index 5b92c6d..5b92c6d 100644
--- a/tools/xmlValidator/README.md
+++ b/upstream/tools/xmlValidator/README.md
diff --git a/tools/xmlValidator/xmlValidator.py b/upstream/tools/xmlValidator/xmlValidator.py
index ccf4bd0..ccf4bd0 100755
--- a/tools/xmlValidator/xmlValidator.py
+++ b/upstream/tools/xmlValidator/xmlValidator.py
diff --git a/utility/AlwaysAssert.hpp b/upstream/utility/AlwaysAssert.hpp
index 25f6d8b..25f6d8b 100644
--- a/utility/AlwaysAssert.hpp
+++ b/upstream/utility/AlwaysAssert.hpp
diff --git a/utility/BinaryCopy.hpp b/upstream/utility/BinaryCopy.hpp
index ada6a18..ada6a18 100644
--- a/utility/BinaryCopy.hpp
+++ b/upstream/utility/BinaryCopy.hpp
diff --git a/utility/CMakeLists.txt b/upstream/utility/CMakeLists.txt
index 49e01e2..49e01e2 100644
--- a/utility/CMakeLists.txt
+++ b/upstream/utility/CMakeLists.txt
diff --git a/utility/DynamicLibrary.cpp b/upstream/utility/DynamicLibrary.cpp
index 40ffecb..40ffecb 100644
--- a/utility/DynamicLibrary.cpp
+++ b/upstream/utility/DynamicLibrary.cpp
diff --git a/utility/DynamicLibrary.hpp b/upstream/utility/DynamicLibrary.hpp
index 8c5f461..8c5f461 100644
--- a/utility/DynamicLibrary.hpp
+++ b/upstream/utility/DynamicLibrary.hpp
diff --git a/utility/ErrorContext.hpp b/upstream/utility/ErrorContext.hpp
index d963097..d963097 100644
--- a/utility/ErrorContext.hpp
+++ b/upstream/utility/ErrorContext.hpp
diff --git a/utility/Iterator.hpp b/upstream/utility/Iterator.hpp
index 49b4e3f..49b4e3f 100644
--- a/utility/Iterator.hpp
+++ b/upstream/utility/Iterator.hpp
diff --git a/utility/Memory.hpp b/upstream/utility/Memory.hpp
index 90019d1..90019d1 100644
--- a/utility/Memory.hpp
+++ b/upstream/utility/Memory.hpp
diff --git a/utility/NonCopyable.hpp b/upstream/utility/NonCopyable.hpp
index bee1da8..bee1da8 100644
--- a/utility/NonCopyable.hpp
+++ b/upstream/utility/NonCopyable.hpp
diff --git a/utility/Tokenizer.cpp b/upstream/utility/Tokenizer.cpp
index 13f4319..13f4319 100644
--- a/utility/Tokenizer.cpp
+++ b/upstream/utility/Tokenizer.cpp
diff --git a/utility/Tokenizer.h b/upstream/utility/Tokenizer.h
index 1974041..1974041 100644
--- a/utility/Tokenizer.h
+++ b/upstream/utility/Tokenizer.h
diff --git a/utility/Utility.cpp b/upstream/utility/Utility.cpp
index bf94422..bf94422 100644
--- a/utility/Utility.cpp
+++ b/upstream/utility/Utility.cpp
diff --git a/utility/Utility.h b/upstream/utility/Utility.h
index c32095a..c32095a 100644
--- a/utility/Utility.h
+++ b/upstream/utility/Utility.h
diff --git a/utility/convert.hpp b/upstream/utility/convert.hpp
index fcf8e03..fcf8e03 100644
--- a/utility/convert.hpp
+++ b/upstream/utility/convert.hpp
diff --git a/utility/posix/DynamicLibrary.cpp b/upstream/utility/posix/DynamicLibrary.cpp
index 1a3af60..1a3af60 100644
--- a/utility/posix/DynamicLibrary.cpp
+++ b/upstream/utility/posix/DynamicLibrary.cpp
diff --git a/utility/test/utility.cpp b/upstream/utility/test/utility.cpp
index 26be9e1..26be9e1 100644
--- a/utility/test/utility.cpp
+++ b/upstream/utility/test/utility.cpp
diff --git a/utility/windows/DynamicLibrary.cpp b/upstream/utility/windows/DynamicLibrary.cpp
index 7901367..7901367 100644
--- a/utility/windows/DynamicLibrary.cpp
+++ b/upstream/utility/windows/DynamicLibrary.cpp
diff --git a/xmlserializer/CMakeLists.txt b/upstream/xmlserializer/CMakeLists.txt
index 067a00e..067a00e 100644
--- a/xmlserializer/CMakeLists.txt
+++ b/upstream/xmlserializer/CMakeLists.txt
diff --git a/xmlserializer/XmlDocSink.h b/upstream/xmlserializer/XmlDocSink.h
index 9c215f3..9c215f3 100644
--- a/xmlserializer/XmlDocSink.h
+++ b/upstream/xmlserializer/XmlDocSink.h
diff --git a/xmlserializer/XmlDocSource.cpp b/upstream/xmlserializer/XmlDocSource.cpp
index ed366bf..ed366bf 100644
--- a/xmlserializer/XmlDocSource.cpp
+++ b/upstream/xmlserializer/XmlDocSource.cpp
diff --git a/xmlserializer/XmlDocSource.h b/upstream/xmlserializer/XmlDocSource.h
index 85b4114..85b4114 100644
--- a/xmlserializer/XmlDocSource.h
+++ b/upstream/xmlserializer/XmlDocSource.h
diff --git a/xmlserializer/XmlElement.cpp b/upstream/xmlserializer/XmlElement.cpp
index 902d0d9..902d0d9 100644
--- a/xmlserializer/XmlElement.cpp
+++ b/upstream/xmlserializer/XmlElement.cpp
diff --git a/xmlserializer/XmlElement.h b/upstream/xmlserializer/XmlElement.h
index f34863d..f34863d 100644
--- a/xmlserializer/XmlElement.h
+++ b/upstream/xmlserializer/XmlElement.h
diff --git a/xmlserializer/XmlMemoryDocSink.cpp b/upstream/xmlserializer/XmlMemoryDocSink.cpp
index 500ee3c..500ee3c 100644
--- a/xmlserializer/XmlMemoryDocSink.cpp
+++ b/upstream/xmlserializer/XmlMemoryDocSink.cpp
diff --git a/xmlserializer/XmlMemoryDocSink.h b/upstream/xmlserializer/XmlMemoryDocSink.h
index b91c2aa..b91c2aa 100644
--- a/xmlserializer/XmlMemoryDocSink.h
+++ b/upstream/xmlserializer/XmlMemoryDocSink.h
diff --git a/xmlserializer/XmlMemoryDocSource.cpp b/upstream/xmlserializer/XmlMemoryDocSource.cpp
index 41b5ef2..41b5ef2 100644
--- a/xmlserializer/XmlMemoryDocSource.cpp
+++ b/upstream/xmlserializer/XmlMemoryDocSource.cpp
diff --git a/xmlserializer/XmlMemoryDocSource.h b/upstream/xmlserializer/XmlMemoryDocSource.h
index c8a0d55..c8a0d55 100644
--- a/xmlserializer/XmlMemoryDocSource.h
+++ b/upstream/xmlserializer/XmlMemoryDocSource.h
diff --git a/xmlserializer/XmlSerializingContext.cpp b/upstream/xmlserializer/XmlSerializingContext.cpp
index 4666c54..4666c54 100644
--- a/xmlserializer/XmlSerializingContext.cpp
+++ b/upstream/xmlserializer/XmlSerializingContext.cpp
diff --git a/xmlserializer/XmlSerializingContext.h b/upstream/xmlserializer/XmlSerializingContext.h
index fefa9d0..fefa9d0 100644
--- a/xmlserializer/XmlSerializingContext.h
+++ b/upstream/xmlserializer/XmlSerializingContext.h
diff --git a/xmlserializer/XmlSink.h b/upstream/xmlserializer/XmlSink.h
index 20b20aa..20b20aa 100644
--- a/xmlserializer/XmlSink.h
+++ b/upstream/xmlserializer/XmlSink.h
diff --git a/xmlserializer/XmlSource.h b/upstream/xmlserializer/XmlSource.h
index 4bafd32..4bafd32 100644
--- a/xmlserializer/XmlSource.h
+++ b/upstream/xmlserializer/XmlSource.h
diff --git a/xmlserializer/XmlStreamDocSink.cpp b/upstream/xmlserializer/XmlStreamDocSink.cpp
index 4acd089..4acd089 100644
--- a/xmlserializer/XmlStreamDocSink.cpp
+++ b/upstream/xmlserializer/XmlStreamDocSink.cpp
diff --git a/xmlserializer/XmlStreamDocSink.h b/upstream/xmlserializer/XmlStreamDocSink.h
index 368505d..368505d 100644
--- a/xmlserializer/XmlStreamDocSink.h
+++ b/upstream/xmlserializer/XmlStreamDocSink.h
diff --git a/xmlserializer/XmlUtil.cpp b/upstream/xmlserializer/XmlUtil.cpp
index 86513fa..86513fa 100644
--- a/xmlserializer/XmlUtil.cpp
+++ b/upstream/xmlserializer/XmlUtil.cpp