From 2f371aa6ad5fe7dfb61aa8fb77d8d1893bd4f06c Mon Sep 17 00:00:00 2001 From: Grigorii Zimin Date: Sat, 4 Apr 2020 01:18:31 +0300 Subject: [apps, format] update package yamls against appman5.14 - remove mimeTypes for the spotify - it doesn't work for the music app - remove mimeTypes for the videoplayer - it doesn't work for the music app Task-number: AUTOSUITE-1495 Change-Id: I769bbc093ad473aaa62561daef2b6f0b95f61d9b Reviewed-by: Egor Nemtsev --- com.luxoft.videoplayer/info.yaml | 10 ++++++---- com.luxoft.webbrowser/info.yaml | 9 ++++++--- com.pelagicore.camera/app/info.yaml | 13 ++++++++----- com.pelagicore.parking/info.yaml | 9 ++++++--- com.pelagicore.webradio/info.yaml | 11 +++++++---- com.pelagicore.youtube/info.yaml | 9 ++++++--- 6 files changed, 39 insertions(+), 22 deletions(-) diff --git a/com.luxoft.videoplayer/info.yaml b/com.luxoft.videoplayer/info.yaml index 4d22d92..04cde29 100644 --- a/com.luxoft.videoplayer/info.yaml +++ b/com.luxoft.videoplayer/info.yaml @@ -1,12 +1,14 @@ formatVersion: 1 -formatType: am-application +formatType: am-package --- id: 'com.luxoft.videoplayer' icon: 'icon.png' -code: 'Main.qml' -runtime: 'qml' name: en: 'Video Player' +applications: + - id: 'com.luxoft.videoplayer' + code: 'Main.qml' + runtime: 'qml' + categories: [ 'other', 'widget' ] -mimeTypes: [ 'x-scheme-handler/x-videoplayer' ] diff --git a/com.luxoft.webbrowser/info.yaml b/com.luxoft.webbrowser/info.yaml index 54ae9e8..aec0817 100644 --- a/com.luxoft.webbrowser/info.yaml +++ b/com.luxoft.webbrowser/info.yaml @@ -1,11 +1,14 @@ formatVersion: 1 -formatType: am-application +formatType: am-package --- id: 'com.luxoft.webbrowser' icon: 'icon.png' -code: 'Main.qml' -runtime: 'qml' name: en: 'Web Browser' +applications: + - id: 'com.luxoft.webbrowser' + code: 'Main.qml' + runtime: 'qml' + categories: [ 'productivity', 'widget' ] diff --git a/com.pelagicore.camera/app/info.yaml b/com.pelagicore.camera/app/info.yaml index 79b0391..a354fe0 100644 --- a/com.pelagicore.camera/app/info.yaml +++ b/com.pelagicore.camera/app/info.yaml @@ -1,13 +1,16 @@ formatVersion: 1 -formatType: am-application +formatType: am-package --- id: 'com.pelagicore.camera' icon: 'icon.png' -code: 'Camera.qml' -runtime: 'qml' -runtimeParameters: - importPaths: [ 'imports' ] name: en: 'Camera' +applications: +- id: 'com.pelagicore.camera' + code: 'Camera.qml' + runtime: 'qml' + runtimeParameters: + importPaths: [ 'imports' ] + categories: [ 'app', 'widget' ] diff --git a/com.pelagicore.parking/info.yaml b/com.pelagicore.parking/info.yaml index 6f83d05..372322b 100644 --- a/com.pelagicore.parking/info.yaml +++ b/com.pelagicore.parking/info.yaml @@ -1,13 +1,16 @@ formatVersion: 1 -formatType: am-application +formatType: am-package --- id: 'com.pelagicore.parking' icon: 'icon.png' -code: 'Main.qml' -runtime: 'qml' name: en: 'Parking' de: 'Parking' cs: 'Parking' +applications: +- id: 'com.pelagicore.parking' + code: 'Main.qml' + runtime: 'qml' + categories: [ 'other' ] diff --git a/com.pelagicore.webradio/info.yaml b/com.pelagicore.webradio/info.yaml index 326876d..94f32f3 100644 --- a/com.pelagicore.webradio/info.yaml +++ b/com.pelagicore.webradio/info.yaml @@ -1,13 +1,16 @@ formatVersion: 1 -formatType: am-application +formatType: am-package --- id: 'com.pelagicore.webradio' icon: 'icon.png' -code: 'Main.qml' -runtime: 'qml' -runtimeParameters: { importPaths: ['.'] } name: en: 'WebRadio' de: 'WebRadio' +applications: + - id: 'com.pelagicore.webradio' + code: 'Main.qml' + runtime: 'qml' + runtimeParameters: { importPaths: ['.'] } + categories: [ 'media' ] diff --git a/com.pelagicore.youtube/info.yaml b/com.pelagicore.youtube/info.yaml index de35fce..1718823 100644 --- a/com.pelagicore.youtube/info.yaml +++ b/com.pelagicore.youtube/info.yaml @@ -1,12 +1,15 @@ formatVersion: 1 -formatType: am-application +formatType: am-package --- id: 'com.pelagicore.youtube' icon: 'icon.png' -code: 'Browser.qml' -runtime: 'qml' name: en: 'Youtube' de: 'Youtube' +applications: + - id: 'com.pelagicore.youtube' + code: 'Browser.qml' + runtime: 'qml' + categories: [ 'other' ] -- cgit v1.2.3