diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-07-16 11:21:23 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-07-28 19:09:27 +0000 |
commit | dcf53dd03a6c23a4c77f857422639b15245074e7 (patch) | |
tree | 1708d3c408e7f43a1518a6c931b7a89c9c18d1a3 /conf.d/wgt/config.xml.in | |
parent | da2b6562c46127882b534fc495b607ae4187c2be (diff) |
Export publicly lua filesicefish_9.0.4icefish_9.0.3icefish/9.0.4icefish/9.0.39.0.49.0.3icefish
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)
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-rw-r--r-- | conf.d/wgt/config.xml.in | 6 |
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> |