Split API in pkgmgr_registration.h 09/75109/4
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 15 Jun 2016 15:39:28 +0000 (17:39 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Thu, 23 Jun 2016 09:40:19 +0000 (11:40 +0200)
commit872310a24ef2693a9fc0d8763132557a07bc1b9e
tree2a47dcf3d216585d5d43cb5678c180683b37655d
parent17b0d301387392e59d1ff20d69f76ff8ffb31a19
Split API in pkgmgr_registration.h

API that gets existing data from pkgmgr database is moved to seperate file.

Submit together:
 - https://review.tizen.org/gerrit/75107
 - https://review.tizen.org/gerrit/75108
 - https://review.tizen.org/gerrit/75109

Change-Id: Idbc71bdb646d5afb2c90c559f59c565d2338795b
15 files changed:
src/common/CMakeLists.txt
src/common/pkgmgr_query.cc [new file with mode: 0644]
src/common/pkgmgr_query.h [new file with mode: 0644]
src/common/pkgmgr_registration.cc
src/common/pkgmgr_registration.h
src/common/pkgmgr_signal.cc
src/common/security_registration.cc
src/common/shared_dirs.cc
src/common/step/configuration/step_parse_manifest.cc
src/common/step/filesystem/step_remove_files.cc
src/common/step/filesystem/step_remove_zip_image.cc
src/common/step/pkgmgr/step_unregister_app.cc
src/common/step/pkgmgr/step_update_app.cc
src/common/step/security/step_check_old_certificate.cc
src/common/step/security/step_check_signature.cc