Generate widget element in platform manifest 37/71237/6
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 24 May 2016 09:18:41 +0000 (11:18 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Wed, 25 May 2016 11:56:58 +0000 (04:56 -0700)
commit1bd5cf1b550d00f2b90dd1a187d1b1de921d5b16
treef090ccfb4574f713d38476c9146c651d4b76c687
parent82cbc1e3df10c4eb2b8c54372354694ed1210457
Generate widget element in platform manifest

To verify, install widget with appwidget and:
 - check information generated in manifest file,
 - check creation of symlink for widgets in bin/ directory,
 - check preview icons in shared/res/ directory.

Requires:
 - https://review.tizen.org/gerrit/71235

Change-Id: I2a38aaee729c4c1f18200d2f63764c4c87e7d730
src/hybrid/hybrid_installer.cc
src/wgt/CMakeLists.txt
src/wgt/step/configuration/step_parse.cc
src/wgt/step/configuration/step_parse.h
src/wgt/step/filesystem/step_copy_preview_icons.cc [new file with mode: 0644]
src/wgt/step/filesystem/step_copy_preview_icons.h [new file with mode: 0644]
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/wgt_backend_data.h
src/wgt/wgt_installer.cc