Save author certificate to pkgmgr database 49/41949/3
authorTomasz Iwanek <t.iwanek@samsung.com>
Fri, 12 Jun 2015 09:01:12 +0000 (11:01 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Mon, 29 Jun 2015 12:48:07 +0000 (14:48 +0200)
commit2842522a2eb0dada8536fa99aee3f84d274816c7
treec2b1aebe302c393dacdfe0364d99bc2213f92c1e
parente6a55f4dbc4c90077f8050495ee5a774f05e692f
Save author certificate to pkgmgr database

Registration and unregistation of package was moved to
pkgmgr_registration.cc.

Change-Id: I80c838983b16302b7bea1d2acfe4d271e8732901
src/common/CMakeLists.txt
src/common/context_installer.h
src/common/pkgmgr_registration.cc [new file with mode: 0644]
src/common/pkgmgr_registration.h [new file with mode: 0644]
src/common/step/step_check_signature.cc
src/common/step/step_check_signature.h
src/common/step/step_register_app.cc
src/common/step/step_register_app.h
src/common/step/step_unregister_app.cc
src/common/step/step_update_app.cc
src/unit_tests/signature_unittest.cc