Introducing PkgMgrInterface to separate app-installer from 23/37923/2
authorPawel Sikorski <p.sikorski@samsung.com>
Fri, 3 Apr 2015 11:36:27 +0000 (13:36 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Thu, 9 Apr 2015 07:52:22 +0000 (09:52 +0200)
commit3d46d1cb2e94b30740b847f14c2c8f519c5f89a7
tree8a4fd3e89dced2d523eddcf3ec010db5f05fa7bb
parent3b4a374e76adf775bd142a808afc8da491aca2c3
Introducing PkgMgrInterface to separate app-installer from
external library.

TODO:
* PkgMgrSignal should be refactor. Possibly, it could inherit from
  PkgMgrInterface

Change-Id: I3f934674aec54c69073a122fcb4b71e16a94565f
src/common/CMakeLists.txt
src/common/app_installer.cc
src/common/app_installer.h
src/common/context_installer.cc
src/common/context_installer.h
src/common/pkgmgr_interface.cc [new file with mode: 0644]
src/common/pkgmgr_interface.h [new file with mode: 0644]
src/tpk/task.cc
src/tpk/task.h
src/utils/macros.h
src/wgt/wgt_backend.cc