Add handling for background-category element in TPK. 81/53081/20
authorLukasz Wysocki <l.wysocki@samsung.com>
Tue, 1 Dec 2015 15:07:18 +0000 (16:07 +0100)
committerLukasz Wysocki <l.wysocki@samsung.com>
Fri, 11 Dec 2015 11:51:46 +0000 (12:51 +0100)
commit512482291b2ac70211815745f08777746e23cb79
tree090a68125ca22c6aa4985893674c52a3f3177af9
parentb0a8e9c439badf2608cf9e7a67234bbcc5252c6f
Add handling for background-category element in TPK.

Refactoring - remove ISpecification from the solution.

This commit depend on:
- https://review.tizen.org/gerrit/#/c/53072/
- https://review.tizen.org/gerrit/#/c/50502/

changes should be submitted together.

Fix code review from:
- https://review.tizen.org/gerrit/#/c/50502/

Fix issue from:
- https://review.tizen.org/gerrit/#/c/53835/

Change-Id: I8ca81da641e724822c96b6606343a619673b63a2
16 files changed:
src/common/CMakeLists.txt
src/common/step/step_check_background_category.cc [new file with mode: 0644]
src/common/step/step_check_background_category.h [new file with mode: 0644]
src/common/utils/specification.h [deleted file]
src/tpk/CMakeLists.txt
src/tpk/step/step_check_tpk_background_category.cc [new file with mode: 0644]
src/tpk/step/step_check_tpk_background_category.h [new file with mode: 0644]
src/tpk/step/step_parse.cc
src/tpk/step/step_parse.h
src/tpk/tpk_installer.cc
src/wgt/CMakeLists.txt
src/wgt/step/step_check_background_category.cc [deleted file]
src/wgt/step/step_check_background_category.h [deleted file]
src/wgt/step/step_check_wgt_background_category.cc [new file with mode: 0644]
src/wgt/step/step_check_wgt_background_category.h [new file with mode: 0644]
src/wgt/wgt_installer.cc