diff options
-rw-r--r-- | templates/html5/etc/config.cmake | 2 | ||||
-rw-r--r-- | templates/html5/packaging/wgt/config.xml.in | 2 | ||||
-rw-r--r-- | templates/hybrid-html5/etc/config.cmake | 2 | ||||
-rw-r--r-- | templates/hybrid-html5/packaging/wgt/config.xml.in | 4 | ||||
-rw-r--r-- | templates/native/etc/config.cmake | 8 | ||||
-rw-r--r-- | templates/native/packaging/wgt/config.xml.in | 4 | ||||
-rw-r--r-- | templates/service/etc/config.cmake | 2 | ||||
-rw-r--r-- | templates/service/packaging/wgt/config.xml.in | 4 |
8 files changed, 18 insertions, 10 deletions
diff --git a/templates/html5/etc/config.cmake b/templates/html5/etc/config.cmake index 1a99bc6..db599ae 100644 --- a/templates/html5/etc/config.cmake +++ b/templates/html5/etc/config.cmake @@ -23,6 +23,8 @@ set(VERSION "0.0") set(PROJECT_PRETTY_NAME "HTML5 Example") set(PROJECT_DESCRIPTION "HTML5 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/html5/packaging/wgt/config.xml.in b/templates/html5/packaging/wgt/config.xml.in index 9af897b..26f4664 100644 --- a/templates/html5/packaging/wgt/config.xml.in +++ b/templates/html5/packaging/wgt/config.xml.in @@ -4,7 +4,7 @@ <icon src="icon.png"/> <content src="index.html" type="text/html"/> <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> diff --git a/templates/hybrid-html5/etc/config.cmake b/templates/hybrid-html5/etc/config.cmake index ee4015b..31ddb02 100644 --- a/templates/hybrid-html5/etc/config.cmake +++ b/templates/hybrid-html5/etc/config.cmake @@ -23,6 +23,8 @@ set(VERSION "0.0") set(PROJECT_PRETTY_NAME "Hybrid HTML5 Example") set(PROJECT_DESCRIPTION "Hybrid HTML5 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/hybrid-html5/packaging/wgt/config.xml.in b/templates/hybrid-html5/packaging/wgt/config.xml.in index 99c0168..af4fd89 100644 --- a/templates/hybrid-html5/packaging/wgt/config.xml.in +++ b/templates/hybrid-html5/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="index.html" type="application/vnd.agl.html.hybrid"/> <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> diff --git a/templates/native/etc/config.cmake b/templates/native/etc/config.cmake index 5e8a488..db69675 100644 --- a/templates/native/etc/config.cmake +++ b/templates/native/etc/config.cmake @@ -18,11 +18,13 @@ # Project Info # ------------------ -set(NAME Hybrid-QML-example) +set(NAME native-example) set(VERSION "0.0") -set(PROJECT_PRETTY_NAME "Hybrid QML Example") -set(PROJECT_DESCRIPTION "Hybrid QML AGL application example") +set(PROJECT_PRETTY_NAME "Native Example") +set(PROJECT_DESCRIPTION "Native 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/native/packaging/wgt/config.xml.in b/templates/native/packaging/wgt/config.xml.in index 99c0168..411b210 100644 --- a/templates/native/packaging/wgt/config.xml.in +++ b/templates/native/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="@PROJECT_NAME@" type="application/vnd.agl.native"/> <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> 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> |