Add widget-plugin-parser source codes 52/53552/1 accepted/tizen/mobile/20151210.083439 accepted/tizen/tv/20151210.083510 accepted/tizen/wearable/20151210.083521 submit/tizen/20151210.063423
authorSangyoon Jang <s89.jang@samsung.com>
Wed, 18 Nov 2015 04:28:10 +0000 (13:28 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Tue, 8 Dec 2015 02:34:15 +0000 (11:34 +0900)
commit9a237e4ff2720421114fad06f9163ac0341c620d
treebdb88977a3e421b8c29cbfda912e0f3f894ee3ad
parent6e64d2e5b9c25c71356b6a6d366c0a8213fd299f
Add widget-plugin-parser source codes

note that data structures and related functions
at 'widget_plugin_parser_internal.h' could be separated

Change-Id: I0b236b9701572a43818b3b804b7057b3c22b7d85
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
CMakeLists.txt
packaging/libwidget_service.spec
parser/CMakeLists.txt [new file with mode: 0644]
parser/widget.sql [new file with mode: 0644]
parser/widget_plugin_parser.c [new file with mode: 0644]
parser/widget_plugin_parser_db.c [new file with mode: 0644]
parser/widget_plugin_parser_internal.c [new file with mode: 0644]
parser/widget_plugin_parser_internal.h [new file with mode: 0644]
parser/widget_plugin_parser_pkgmgr_interface.c [new file with mode: 0644]