aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi, Xiaoming <lixm.fnst@cn.fujitsu.com>2020-08-31 10:01:22 +0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-08-31 08:41:35 +0000
commit05b656fffb1e34b4721b1a7880633a77b5f2bfe9 (patch)
tree5fac53efd8630dcc03f00915a6294a3c6174bba8
parente415c188b6b76c3b0a57573f0f42fcd0889cbe82 (diff)
fix(config.xml.in): replace the wrong api nameHEADmaster
Bug-AGL: SPEC-3458 Change-Id: I40a7fc7d6f2f1b56e2819464d187558072cc7557 Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
-rw-r--r--conf.d/wgt/config.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 157a5c7..7d94100 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -7,9 +7,9 @@
<author>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
<license>@PROJECT_LICENSE@</license>
<feature name="urn:AGL:widget:provided-api">
- <param name="helloworld" value="ws" />
+ <param name="agl-speech" value="ws" />
</feature>
<feature name="urn:AGL:widget:required-binding">
- <param name="lib/afb-helloworld.so" value="local" />
+ <param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>
</widget>