Implement execution of removed plugin feature 44/195744/24
authorJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 14 Dec 2018 08:46:03 +0000 (17:46 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 11 Mar 2019 06:58:36 +0000 (15:58 +0900)
commit4218958f4025e9b3530d71dad32ec014b72107a0
tree1c0bbd6840baa81633a08cdb1c44402d8b655d9e
parentfd20eaa804b6c1dbc3cefd44d8398884723221ad
Implement execution of removed plugin feature

Related changes:
[pkgmgr-info] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/pkgmgr-info/+/195920/

Change-Id: Ief580418d693f98458334c7ac2a353964e9dd6ed
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
25 files changed:
src/common/pkgmgr_query.cc
src/common/pkgmgr_query.h
src/common/pkgmgr_registration.cc
src/common/pkgmgr_registration.h
src/common/plugins/plugin.h
src/common/plugins/plugin_factory.cc
src/common/plugins/plugin_factory.h
src/common/plugins/plugin_manager.cc
src/common/plugins/plugin_manager.h
src/common/plugins/types/category_plugin.cc
src/common/plugins/types/category_plugin.h
src/common/plugins/types/metadata_plugin.cc
src/common/plugins/types/metadata_plugin.h
src/common/plugins/types/tag_plugin.cc
src/common/plugins/types/tag_plugin.h
src/common/step/configuration/step_parse_manifest.cc
src/common/step/pkgmgr/step_register_plugin_info.cc [new file with mode: 0644]
src/common/step/pkgmgr/step_register_plugin_info.h [new file with mode: 0644]
src/common/step/pkgmgr/step_run_parser_plugins.cc
src/common/step/pkgmgr/step_run_parser_plugins.h
src/common/step/pkgmgr/step_unregister_plugin_info.cc [new file with mode: 0644]
src/common/step/pkgmgr/step_unregister_plugin_info.h [new file with mode: 0644]
src/common/step/pkgmgr/step_update_plugin_info.cc [new file with mode: 0644]
src/common/step/pkgmgr/step_update_plugin_info.h [new file with mode: 0644]
src/unit_tests/plugins_unittest.cc