aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2020-07-16 11:21:23 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-21 18:18:46 +0000
commitb4c61ecd637abb01af20a8e5f432f1ee9c32ce47 (patch)
treeff5206896863c72223a37facb75e9849e5e02b60
parentd5345f9f10897d4191deb4444cce6335da60761c (diff)
The provided widget is automatically exported publicly but its lua scripts file also need to be exported publicly. This fixes. Bug-AGL: SPEC-3489 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Change-Id: Idfd2a5f26743604159f683621a016b21cb29c391
-rw-r--r--conf.d/wgt/config.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index b66ab0c..ee089d8 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -23,4 +23,10 @@
<feature name="urn:AGL:widget:required-binding">
<param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>
+
+ <feature name="urn:AGL:widget:public-files">
+ <param name="generic" value="var/luaunit.lua" />
+ <param name="agl" value="var/aft.lua" />
+ </feature>
+
</widget>