From 1da38273874da7d17a946348278cd849fb8516e7 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 7 Aug 2017 18:07:26 +0200 Subject: Handle file-properties for setting eXecutable flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Bug-AGL: SPEC-384 Change-Id: If13ca3b1015576317fd52cb9540b77d0e2675f67 Signed-off-by: José Bollo --- docs/2.2-config.xml.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs') diff --git a/docs/2.2-config.xml.md b/docs/2.2-config.xml.md index f6c88ab..a7f32dc 100644 --- a/docs/2.2-config.xml.md +++ b/docs/2.2-config.xml.md @@ -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 + + + + +``` + +#### 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 -- cgit 1.2.3-korg