Fix RDS when no start file is updated 00/45900/6
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 10 Aug 2015 06:48:11 +0000 (08:48 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Tue, 18 Aug 2015 16:17:15 +0000 (09:17 -0700)
commitc4d16fac879a62ebfcb2d2b4b3748ea10d3f574d
tree284a74113871deffe66e4c2748361892b8b0c983
parent078b746e680401b65c86026920a22bd2e1e69765
Fix RDS when no start file is updated

RDS failed to work when start file was not updated
due to switch to WidgetConfigParser that has additional
filesystem checks for start file.

StepParse has flags_ parameter now to prevent RDS from
failing when start file is localized.

Fixed backup path of files.

Requeries submit of: https://review.tizen.org/gerrit/#/c/45895/

Change-Id: I129a5face58c51324de0fd774c39008cceac86f0
src/wgt/step/step_parse.cc
src/wgt/step/step_parse.h
src/wgt/step/step_parse_recovery.cc
src/wgt/step/step_parse_recovery.h
src/wgt/step/step_rds_modify.cc
src/wgt/wgt_installer.cc