From 52f416b5d9e98ac741bf53dad12378d0d3e9c567 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 5 Oct 2018 17:16:14 +0200 Subject: Unify test launch between target and native On a target, the binder process name is taken from the widget "id", now the native launcher script also launches the binder using the widget "id". As the controller searches its configuration file using the binder process middle name we need to differentiate between both "id" otherwise the wrong configuration file is used. The commit renames configuration file according to the new "id". Change-Id: Icd01abe21ddee562518c7f822baca8b098bbb55e Signed-off-by: Romain Forlot --- conf.d/wgt/config.xml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf.d/wgt/config.xml.in') diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index adb4f18..b66ab0c 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -1,6 +1,6 @@ - - @PROJECT_NAME@ + + afbtest @PROJECT_DESCRIPTION@ @@ -13,7 +13,7 @@ - + -- cgit 1.2.3-korg