Modify getting icon list 78/85078/5
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 23 Aug 2016 09:51:27 +0000 (11:51 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Fri, 26 Aug 2016 11:09:27 +0000 (04:09 -0700)
commit2f85b1a3cb78e3b26ea98bfe30d90b221b302a0e
tree817531d52eede102af70436cb6c8c97c356f327c
parentffed2fb48a6b6e2a030bd2bc352f8a632af5ac0e
Modify getting icon list

Installer (now) provides xml:lang localization of icon items in
platform manifest. This information is generated from folder
based localization of wgt package.

From now:
 - icon list returned by handler contains only valid <icon> tag
   related positions, this will prevent parser from modifing
   constant data,
 - client will need to pass icon list from handler to utility
   function (together with base path) to get localized custom
   and default icon list that can be used in runtime or for
   platform manifest <icon> tag assignment,
 - installer generates list of localized icons and for each
   available locale icon element in manifest_x is created.

Submit together:
 - https://review.tizen.org/gerrit/85076
 - https://review.tizen.org/gerrit/85078

Change-Id: I8797bfa57f185d679dd5b6cbea4278658bedd7a2
CMakeLists.txt
data/CMakeLists.txt [new file with mode: 0644]
data/default.png [new file with mode: 0644]
packaging/wgt-backend.spec
src/wgt/step/configuration/step_parse.cc
src/wgt/step/filesystem/step_wgt_patch_icons.cc
src/wgt/step/pkgmgr/step_generate_xml.cc