Define new functions for handling package recovery mode 56/211356/3
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 2 Aug 2019 00:46:42 +0000 (09:46 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Fri, 2 Aug 2019 03:29:52 +0000 (03:29 +0000)
commitc853a80970bcab463b6486dd1a189df92687fb03
treea5299c0dc60791ce2a3d1b0b4f19a02be906245d
parentc03789e3e7d41a6887018091a2c70e51e908235c
Define new functions for handling package recovery mode

To handle recovering the package, the functions are added.
While recoverying the package, the functions will be invoked by the
installer.

Adds:
 - PKGMGR_PARSER_PLUGIN_RECOVERINSTALL()
 - PKGMGR_PARSER_PLUGIN_RECOVERUNINSTALL()
 - PKGMGR_PARSER_PLUGIN_RECOVERUPGRADE()
 - PKGMGR_MDPARSER_PLUGIN_RECOVERINSTALL()
 - PKGMGR_MDPARSER_PLUGIN_RECOVERUNINSTALL()
 - PKGMGR_MDPARSER_PLUGIN_RECOVERUPGRADE()

Change-Id: I80526ca8181c4c48bfe04029185b078d2fcdb351
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
parser/component/src/component_plugin_parser_pkgmgr_interface.c
parser/metadata/src/metadata_plugin_parser_pkgmgr_interface.c