aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2020-07-16 11:21:23 +0200
committerScott Murray <scott.murray@konsulko.com>2020-07-28 19:09:27 +0000
commitdcf53dd03a6c23a4c77f857422639b15245074e7 (patch)
tree1708d3c408e7f43a1518a6c931b7a89c9c18d1a3
parentda2b6562c46127882b534fc495b607ae4187c2be (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 (cherry picked from commit b4c61ecd637abb01af20a8e5f432f1ee9c32ce47)
-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>