Add field for backend specific data in installer context 16/41416/2
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 11 Jun 2015 08:11:12 +0000 (10:11 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Mon, 15 Jun 2015 14:27:50 +0000 (16:27 +0200)
commitda2223765dad46efab6f455a80346f6a6d816d25
tree821f6885ea9445e02909f719cae956dcbc7bc366
parent85f14a0753c35111a65e86be9c356df25bee2d6f
Add field for backend specific data in installer context

There will be additional field in context just to store
backend specific data - "backend_data".

Each backend should set this to own instance of BackendData
implementation.

Settings field will be used in next commits.

Change-Id: Idf500cbac8d96c2dd10eb87113529f297fa3bcff
src/common/context_installer.cc
src/common/context_installer.h
src/common/utils/property.h [new file with mode: 0644]
src/wgt/CMakeLists.txt
src/wgt/step/step_parse.cc
src/wgt/wgt_backend.cc
src/wgt/wgt_backend_data.cc [new file with mode: 0644]
src/wgt/wgt_backend_data.h [new file with mode: 0644]