[Path usage Unification] Plugin Installation part unification
authorKamil Nowac <k.nowac@partner.samsung.com>
Wed, 29 May 2013 13:05:55 +0000 (15:05 +0200)
committerGerrit Code Review <gerrit2@kim11>
Mon, 10 Jun 2013 11:25:57 +0000 (20:25 +0900)
commita0fdf64138c4db7668690c3eb8bc914aacadf3e9
tree7c2e5f12b5be683d6f4c3da166e92b757d5e7a9f
parent22e9a2cdecf869ec5643cf17f37e95ad7279eb8c
[Path usage Unification] Plugin Installation part unification

[Issue#] LINUXWRT-395
[Problem] A lot of paths used in wrt are constructed manually
[Cause] N/A
[Solution] Used module DPL::Utils::Path
[Verification] 1. Build wrt-installer repo with --define "WITH_TESTS ON"
2. Install plugins by using wrt-installer -p and
run tests wrt-installer-tests-general --output=text
They shoud install without problems and tests should pass.

Change-Id: I6e03f4732a6bb10df78dfb0bc451f5a3da627ac8
src/jobs/plugin_install/job_plugin_install.cpp
src/jobs/plugin_install/job_plugin_install.h
src/jobs/plugin_install/plugin_install_task.cpp
src/jobs/plugin_install/plugin_installer_context.h
src/jobs/plugin_install/plugin_metafile_reader.h
src/logic/installer_logic.cpp