StepConfigure - new step responsible for the InstallerContext 11/38311/2
authorPawel Sikorski <p.sikorski@samsung.com>
Tue, 14 Apr 2015 09:37:30 +0000 (11:37 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Fri, 17 Apr 2015 13:04:39 +0000 (06:04 -0700)
commitd97c70f3eb9641b8db72f62e41bb724700b5debc
treecb9f8833db1372819e1ab93d0b5ee0a88e491ec8
parentb2ea7fb13b6926ccfc4cf59aa49cecee6aef1717
StepConfigure - new step responsible for the InstallerContext
configuration.

Previously, AppInstaller included the general logic and some setup of
InstallerContext. However, InstallerContext should be only used within steps
(AppInstaller) should not mix the data and the logic.

Hence, Almost all context setup was moved to separate, new step - Configure

Change-Id: I508d2383bd6fca66326aa18df1bedb6f52fae3a6
src/common/CMakeLists.txt
src/common/app_installer.cc
src/common/step/step_configure.cc [new file with mode: 0644]
src/common/step/step_configure.h [new file with mode: 0644]
src/tpk/task.cc
src/wgt/wgt_backend.cc