Add 'app-control' manifest handler 74/36374/2
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 2 Mar 2015 14:48:14 +0000 (15:48 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Fri, 13 Mar 2015 08:59:52 +0000 (01:59 -0700)
commit5f983b85f7bcf1b2ee8a92de6dcc35b998770607
tree6c85cbed79255371142b3a832e8ac7c61af34ee8
parentdbc813c968fa96ba5bd8940726d14a1b5def406c
Add 'app-control' manifest handler

Change-Id: Ib06a69de03eddbac768c8ada921dfed60b33e006
CMakeLists.txt
packaging/app-installers.spec
src/common/step/step_generate_xml.cc
src/widget-manifest-parser/CMakeLists.txt
src/widget-manifest-parser/app_control_info.cc [new file with mode: 0644]
src/widget-manifest-parser/app_control_info.h [new file with mode: 0644]
src/widget-manifest-parser/manifest_handler.cc
src/widget-manifest-parser/manifest_handlers/app_control_handler.cc [new file with mode: 0644]
src/widget-manifest-parser/manifest_handlers/app_control_handler.h [new file with mode: 0644]
src/widget-manifest-parser/widget_manifest_parser.cc
src/widget-manifest-parser/widget_manifest_parser.h