From 1c308dd77cd92f8dda024a7b4fb5694bc72f0774 Mon Sep 17 00:00:00 2001 From: Grigorii Zimin Date: Mon, 6 Apr 2020 16:41:42 +0300 Subject: Update info.yaml against qtappman 5.14 Task-number: AUTOSUITE-1495 Change-Id: I7cffcccfce674d2371090c47e28ecbf7742b52aa Reviewed-by: Egor Nemtsev --- app/info.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/app/info.yaml b/app/info.yaml index b336937..f869f19 100644 --- a/app/info.yaml +++ b/app/info.yaml @@ -1,23 +1,24 @@ formatVersion: 1 -formatType: am-application +formatType: am-package --- id: 'com.luxoft.alexa' icon: 'icon.png' -runtime: qml -code: main.qml -runtimeParameters: - importPaths: [ '.' , "./imports"] - name: en: 'Alexa' de: 'Alexa' -categories: [ 'other' ] - -applicationProperties: - private: +applications: + - id: 'com.luxoft.alexa' + runtime: qml + code: main.qml + runtimeParameters: + importPaths: [ '.' , "./imports"] + applicationProperties: + private: # log level: 'none', 'critical', 'error', 'warning', 'info', 'debug0' .. 'debug9' logLevel: 'warning' + +categories: [ 'other' ] intents: - id: activate-app - id: trigger-voiceassistant -- cgit v1.2.3