diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/wgt/config.xml.in | 4 |
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@ <@PROJECT_AUTHOR_MAIL@></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> |