source files reorganization 31/32931/2
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Tue, 30 Dec 2014 11:18:16 +0000 (12:18 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Tue, 30 Dec 2014 16:08:04 +0000 (08:08 -0800)
commit6849707aca0f139338e33ccca8eeaa9a42f220e9
tree6dc3c06e87a5baa91f4632d941cb0c748caeb1d2
parentbb8423a7d2840261d7cacb0f446bcb86f5557b43
source files reorganization

* move step.h and step-unzip.h into ./include/step/ dir
* create utils source files in order to offer some filesystem functions
* fix some coding style errrors

Change-Id: I339c94774f6d1b0e281425f290e3ef49a44ba66d
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
common/CMakeLists.txt
common/include/app_installer.h
common/include/context_installer.h
common/include/step/step.h [moved from common/include/step.h with 75% similarity]
common/include/step/step_unzip.h [moved from common/include/step_unzip.h with 78% similarity]
common/include/utils.h [new file with mode: 0644]
common/src/context_installer.cc
common/src/step/step_unzip.cc
common/src/utils.cc [new file with mode: 0644]
wgt/src/wgt_backend.cc