summaryrefslogtreecommitdiffstats
path: root/src/wgt-strings.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-03-17 23:43:41 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-03-20 16:07:43 +0100
commit2c566e2dc9df934fb3884f9d4a9ad7ffc73a4aab (patch)
treeaca751afe6992e95d99ab43accb1f58bacc517d6 /src/wgt-strings.c
parenta069be3d476bbdaa56ce4750c8868b4f0682564a (diff)
Provide unit in config.xml and documentation
This commit remove urn:AGL:widget:provided-application in favour of urn:AGL:widget:provided-unit. In the same time, the feature urn:AGL:widget:provided-api must be attached to a unit. This will enable to export more than one API for a unit if needed. Change-Id: I17ade3651db2cd61402875333d063ee05cf57a10 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/wgt-strings.c')
-rw-r--r--src/wgt-strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgt-strings.c b/src/wgt-strings.c
index f9fe01e..12e5ba5 100644
--- a/src/wgt-strings.c
+++ b/src/wgt-strings.c
@@ -56,8 +56,8 @@ const char string_level[] = "level";
const char string_list[] = "list";
const char string_main[] = "main";
const char string_optional[] = "optional";
-const char string_provided_application[] = "provided-application";
const char string_provided_api[] = "provided-api";
+const char string_provided_unit[] = "provided-unit";
const char string_required_api[] = "required-api";
const char string_required_permission[] = "required-permission";
const char string_targets[] = "targets";