diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-09-12 17:23:36 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-09-12 17:23:36 +0200 |
commit | 028707375969d857cf3fd1e73069592d09ec851e (patch) | |
tree | af7f6f09293030bed0266f55193046f9d2ae6abd /doc/writing-config.xml.md | |
parent | 1840ae0c704640319f52706fc72e881a2bae6afd (diff) |
Describes the permissions in the config file
Change-Id: I9f786ed0ae552354383796c4137a82b6116ad016
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/writing-config.xml.md')
-rw-r--r-- | doc/writing-config.xml.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/writing-config.xml.md b/doc/writing-config.xml.md index 54172ff..9010112 100644 --- a/doc/writing-config.xml.md +++ b/doc/writing-config.xml.md @@ -190,8 +190,9 @@ Each required permission must be explicited using a <param> entry. The value is either: -- required: the permission is really needed. -- optional: the permission isn't mandatory +- required: the permission is mandatorily needed except if the feature +isn't required (required="false") and in that case it is optional. +- optional: the permission is optional ### feature name="urn:AGL:defined-permissions" |