Fix generating widget-application item 75/72575/3 accepted/tizen/common/20160610.175859 accepted/tizen/ivi/20160609.091412 accepted/tizen/mobile/20160609.091547 accepted/tizen/tv/20160609.091350 accepted/tizen/wearable/20160609.091326 submit/tizen/20160609.010102
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 1 Jun 2016 11:29:06 +0000 (13:29 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Tue, 7 Jun 2016 15:23:39 +0000 (17:23 +0200)
commitffed32d0f9f28668c0409507c5b71cc606cd8348
tree93f94c1d8d9e330e18d676e7bed0b3955d028495
parent70f5b6d15f222869221b012499e40ebda3ac7f4b
Fix generating widget-application item

This commit is based on:
 - https://review.tizen.org/gerrit/71796

The way it is changed is:
 - widget information is gathered in manifest_x structure and
   backend data because data that is created by StepParse is
   inserted into database directly according to past changes
   (even we add widget information to generated manifest
   it is not read).
 - icon path is full path for widget-application (same as for
   ui-application) to handle icon backup, copying and pkgmgr
   expectations.
 - <size> is changed to <support-size> defined in manifest.xsd.in
   in pkgmgr-info repository.

Requires:
 - https://review.tizen.org/gerrit/71798
 - https://review.tizen.org/gerrit/72573

Change-Id: I2c980ae205f29fb70928aba58d8d3458d88a9c90
src/wgt/step/configuration/step_parse.cc
src/wgt/step/configuration/step_parse.h
src/wgt/step/filesystem/step_create_symbolic_link.cc
src/wgt/step/filesystem/step_create_symbolic_link.h
src/wgt/step/pkgmgr/step_generate_xml.cc
src/wgt/step/pkgmgr/step_generate_xml.h