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>
Mon, 7 Aug 2017 16:34:40 +0000 (18:34 +0200)
commit3adee97248b312fa2e943695a88ff2ab3fc0fba5
tree9b53c7e6ded41a33e276bea0d8878b73e7f1d915
parentdb0f29830b95f917029d5b91267e3493c0444d58
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