[XWALK-214] RDS support 51/42051/4
authorWojciech Kosowicz <w.kosowicz@samsung.com>
Fri, 12 Jun 2015 15:24:29 +0000 (17:24 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Mon, 29 Jun 2015 12:30:47 +0000 (05:30 -0700)
commite6a55f4dbc4c90077f8050495ee5a774f05e692f
treed64cc151ece1ea5f0ffd474d367d07514bcd5830
parent85f2c23bd42a6f65c35f4255917312eb4213f968
[XWALK-214] RDS support

Implemented:
         * parsing rds_delta file
         * actions(add/delete/modify) on changed files
         * backup of files before modification
         * restoring files in case of failure
         * registering smack labels

Change-Id: Ia0fd00567d50c70588dc6f4af69c5c3f581cc006
src/common/step/step_configure.cc
src/wgt/CMakeLists.txt
src/wgt/rds_parser.cc [new file with mode: 0644]
src/wgt/rds_parser.h [new file with mode: 0644]
src/wgt/step/step_rds_modify.cc [new file with mode: 0644]
src/wgt/step/step_rds_modify.h [new file with mode: 0644]
src/wgt/step/step_rds_parse.cc [new file with mode: 0644]
src/wgt/step/step_rds_parse.h [new file with mode: 0644]
src/wgt/wgt_backend.cc
src/wgt/wgt_backend_data.h