From 1339edfa2da2185491d7ee0023a2a4ab03b0e698 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 May 2017 16:40:25 +0200 Subject: Update to the latest modification from reference Change-Id: I488eb76f809516a65ae642d7ff25b7ba51c94e2c Signed-off-by: Romain Forlot --- templates/native/etc/config.cmake | 8 +++++--- templates/native/packaging/wgt/config.xml.in | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'templates/native') 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 @@ @PROJECT_NAME@ - + @PROJECT_DESCRIPTION@ - Romain Forlot <romain.forlot@iot.bzh> + @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> APL 2.0 -- cgit 1.2.3-korg