Add handling for background-category element. 02/50502/18
authorLukasz Wysocki <l.wysocki@samsung.com>
Thu, 29 Oct 2015 10:19:16 +0000 (11:19 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Tue, 8 Dec 2015 15:14:24 +0000 (07:14 -0800)
commitc328ed26c2a6915caf292ecabab498daaf4364df
tree401781fb664f610ea572b85cf23373309a033988
parent55ed14a024e933a1e2b6b290cc533aa96da985be
Add handling for background-category element.

This commit depend on:
 - https://review.tizen.org/gerrit/#/c/50500/
 - https://review.tizen.org/gerrit/#/c/52917/

changes should be submitted together.

Created sperated header files for classes that
belong to ExtraManifestData.

Change-Id: Ia487d33b9c83977852a292256499077cf805ee83
src/common/installer_context.h
src/common/manifest_info/account.h [new file with mode: 0644]
src/common/step/step_generate_xml.cc
src/common/utils/specification.h [new file with mode: 0644]
src/wgt/CMakeLists.txt
src/wgt/step/step_check_background_category.cc [new file with mode: 0644]
src/wgt/step/step_check_background_category.h [new file with mode: 0644]
src/wgt/step/step_parse.cc
src/wgt/step/step_parse.h
src/wgt/wgt_installer.cc