diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-07-16 11:21:23 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-07-21 18:18:46 +0000 |
commit | b4c61ecd637abb01af20a8e5f432f1ee9c32ce47 (patch) | |
tree | ff5206896863c72223a37facb75e9849e5e02b60 /conf.d/wgt/config.xml.in | |
parent | d5345f9f10897d4191deb4444cce6335da60761c (diff) |
Export publicly lua filesjellyfish_9.99.3jellyfish_9.99.2jellyfish/9.99.3jellyfish/9.99.29.99.39.99.2
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
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> |