Handle file-properties for setting eXecutable flag
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 7 Aug 2017 16:07:26 +0000 (18:07 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 8 Aug 2017 07:42:45 +0000 (09:42 +0200)
commit1da38273874da7d17a946348278cd849fb8516e7
treeff2de5f71542d04632c06914b750b363a39a525d
parent683bcd6b10aa6775416d8bb5f72f8ff0eed14efb
Handle file-properties for setting eXecutable flag

This commits introduce the feature "urn:AGL:widget:file-properties".

This feature actually only allows to set execution flag to files
of the widget.

Example:
  <feature name="urn:AGL:widget:file-properties">
    <param name="flite" value="executable" />
    <param name="jtalk" value="executable" />
  </feature>

Bug-AGL: SPEC-384

Change-Id: If13ca3b1015576317fd52cb9540b77d0e2675f67
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
docs/2.2-config.xml.md
src/wgtpkg-install.c