diff options
Diffstat (limited to 'templates/service')
-rw-r--r-- | templates/service/etc/config.cmake | 2 | ||||
-rw-r--r-- | templates/service/packaging/wgt/config.xml.in | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/service/etc/config.cmake b/templates/service/etc/config.cmake index 860651f..0d2d825 100644 --- a/templates/service/etc/config.cmake +++ b/templates/service/etc/config.cmake @@ -23,6 +23,8 @@ set(VERSION "0.0") set(PROJECT_PRETTY_NAME "Service binding Example") set(PROJECT_DESCRIPTION "service binding AGL application example") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/app-templates") +set(PROJECT_AUTHOR "Last Name, First Name") +set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh") set(PROJECT_ICON "icon.png") # Compilation Mode (DEBUG, RELEASE) diff --git a/templates/service/packaging/wgt/config.xml.in b/templates/service/packaging/wgt/config.xml.in index 99c0168..fab0b9d 100644 --- a/templates/service/packaging/wgt/config.xml.in +++ b/templates/service/packaging/wgt/config.xml.in @@ -2,9 +2,9 @@ <widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@"> <name>@PROJECT_NAME@</name> <icon src="icon.png"/> - <content src="htdocs/index.html" type="application/vnd.agl.html.hybrid"/> + <content src="lib/@PROJECT_NAME@" type="application/vnd.agl.service"/> <description>@PROJECT_DESCRIPTION@</description> - <author>Romain Forlot <romain.forlot@iot.bzh></author> + <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> <license>APL 2.0</license> </widget> |