Add a new pkgmgr parser plugin for component-based application 14/203514/5
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 10 Apr 2019 23:10:49 +0000 (08:10 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 15 Apr 2019 22:12:22 +0000 (07:12 +0900)
commit39c677dccdb77e96fc7f6d072bfa16ae20fe7366
tree240fd6f77a2af3a1f246e7218ae80817eec9dec2
parent70b17fd909db541ddb80b82afd4c14f9cd8dd8f4
Add a new pkgmgr parser plugin for component-based application

Change-Id: I8a677cbfbea0760b8cc91e3f4b33b391b460d2f2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
24 files changed:
CMakeLists.txt
packaging/aul.spec
parser/CMakeLists.txt
parser/component/CMakeLists.txt [new file with mode: 0644]
parser/component/data/component.info [new file with mode: 0644]
parser/component/data/component_db.sql [new file with mode: 0644]
parser/component/inc/component_plugin_parser.h [new file with mode: 0644]
parser/component/inc/component_plugin_parser_db.h [new file with mode: 0644]
parser/component/inc/component_plugin_parser_handler.h [new file with mode: 0644]
parser/component/inc/component_plugin_parser_private.h [new file with mode: 0644]
parser/component/inc/component_plugin_parser_type.h [new file with mode: 0644]
parser/component/script/14_component-add.post [new file with mode: 0755]
parser/component/src/component_plugin_parser.c [new file with mode: 0644]
parser/component/src/component_plugin_parser_db.c [new file with mode: 0644]
parser/component/src/component_plugin_parser_handler.c [new file with mode: 0644]
parser/component/src/component_plugin_parser_pkgmgr_interface.c [new file with mode: 0644]
parser/metadata/CMakeLists.txt [new file with mode: 0644]
parser/metadata/inc/metadata_plugin_parser.h [moved from parser/metadata_plugin_parser.h with 100% similarity]
parser/metadata/inc/metadata_plugin_parser_db.h [moved from parser/metadata_plugin_parser_db.h with 100% similarity]
parser/metadata/inc/metadata_plugin_parser_handler.h [moved from parser/metadata_plugin_parser_handler.h with 100% similarity]
parser/metadata/src/metadata_plugin_parser.c [moved from parser/metadata_plugin_parser.c with 100% similarity]
parser/metadata/src/metadata_plugin_parser_db.c [moved from parser/metadata_plugin_parser_db.c with 100% similarity]
parser/metadata/src/metadata_plugin_parser_handler.c [moved from parser/metadata_plugin_parser_handler.c with 100% similarity]
parser/metadata/src/metadata_plugin_parser_pkgmgr_interface.c [moved from parser/metadata_plugin_parser_pkgmgr_interface.c with 100% similarity]