From 33d1ea369edc857634143f057109c252a66583af Mon Sep 17 00:00:00 2001 From: Aakash Solanki Date: Fri, 2 Sep 2022 11:55:26 +0200 Subject: Change SRCREV for flutter instrument cluster recipe - Change SRCREV to use latest commit - Change packagename from `ic` to `flutter_cluster_dashboard` - Change kuksa_vss_init.py to add signals for navigation Latest commit of the flutter app includes the new navigation in the instrument cluster, more indicators and unnecessary files and folders are also removed. Bug-AGL: SPEC-4508 Change-Id: I766b410cd66774bfb84eeb0ce9654ed85e8d2af3 Signed-off-by: Aakash Solanki --- .../files/flutter_cluster_dashboard_on_bg-profile.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json (limited to 'recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json') diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json new file mode 100644 index 000000000..aca303fb1 --- /dev/null +++ b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json @@ -0,0 +1,18 @@ +{ + "view": [ + { + "window_type": "BG", + "bundle_path": "/usr/share/flutter/flutter_cluster_dashboard", + "vm_args": [ + "--observatory-host", + "0.0.0.0", + "--observatory-port", + "1234", + "--start-paused" + ], + "width": 1920, + "height": 1080, + "fullscreen": true + } + ] +} \ No newline at end of file -- cgit 1.2.3-korg