Adding Uninstallation features 63/33863/7
authorPawel Sikorski <p.sikorski@samsung.com>
Thu, 15 Jan 2015 23:25:12 +0000 (00:25 +0100)
committerBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Mon, 19 Jan 2015 10:20:45 +0000 (11:20 +0100)
commit3e4fb4d15071ae5bf4940a9629da6aa64b3e611f
tree55f939f5de04585b5ba471254e910455a61a9676
parent473e4c058aaff12db3583403ef244cfd93670eba
Adding Uninstallation features

Adding Methods to get Root Applications path and Application path
Adding Step remove to remove files of 1 package
Adding Step to unregister a package

Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Pawel Sikorski <p.sikorski@samsung.com>
Change-Id: I3d7bd76a75b413e310b0804b3856b021d4115e13
16 files changed:
src/common/CMakeLists.txt
src/common/context_installer.cc
src/common/context_installer.h
src/common/step/step_copy.cc
src/common/step/step_generate_xml.cc
src/common/step/step_parse.cc [new file with mode: 0644]
src/common/step/step_parse.h [new file with mode: 0644]
src/common/step/step_remove.cc [new file with mode: 0755]
src/common/step/step_remove.h [new file with mode: 0755]
src/common/step/step_signature.cc
src/common/step/step_unregister.cc [new file with mode: 0755]
src/common/step/step_unregister.h [new file with mode: 0755]
src/common/step/step_unzip.cc
src/wgt/step/step_parse.cc
src/wgt/step/step_parse.h
src/wgt/wgt_backend.cc