Handle file-properties for setting eXecutable flag
[src/app-framework-main.git] / docs / 2.2-config.xml.md
index f6c88ab..a7f32dc 100644 (file)
@@ -348,6 +348,28 @@ The value is one of the following values:
 - auto:  
   export the api using the default method(s).
 
+### file-properties: feature name="urn:AGL:widget:file-properties"
+
+Use this feature for setting properties to files of the widget.
+At this time, this feature only allows to set executable flag
+for making companion program executable explicitly.
+
+Example:
+
+```xml
+  <feature name="urn:AGL:widget:file-properties">
+    <param name="flite" value="executable" />
+    <param name="jtalk" value="executable" />
+  </feature>
+```
+
+#### file-properties: param name="path"
+
+The name is the relative path of the file whose property
+must be set.
+
+The value must be "executable" to make the file executable.
+
 ## Known content types
 
 The configuration file ***/etc/afm/afm-unit.conf*** defines