Processing watch application from config.xml 47/60247/6
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 24 Feb 2016 08:33:50 +0000 (09:33 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Fri, 4 Mar 2016 12:39:20 +0000 (04:39 -0800)
commit879048abb2f7c3c643905d13908703850fe368e0
tree070a09aca954c1a2930e76433e029829227c10dd
parenta6026597c314561e39ff7b94f928e4559628a8cc
Processing watch application from config.xml

Writes information about wgt's watch application to manifest_x
and adds it to generated platform xml in wgt-backend.

In tizen 2.x watch-application was not registered by wgt-installer
AT ALL. This was done libwatch-application.so pkgmgr plugin parser.
This behaviour should be probably removed so that only app-installer
insert data into pkgmgr database. After this commit data of all
applications (including watch-application) is added to pkgmgr_parser.db.

Note that update installation of watch-application will work only
when tizen-manifest.xml parsing changes will be introduced.

Requires:
 - https://review.tizen.org/gerrit/#/c/60241/

Change-Id: I67f9cf1c04ecf435cfc90f5ab83d2ccebbc45a4a
src/wgt/step/step_generate_xml.cc
src/wgt/step/step_generate_xml.h
src/wgt/step/step_parse.cc
src/wgt/step/step_parse.h