From 64bf28866afa1a4dbec1b5c64103f83a61cc3875 Mon Sep 17 00:00:00 2001 From: Aakash Solanki Date: Sat, 6 Aug 2022 13:49:55 +0200 Subject: Add a new image for Flutter instrument cluster app - Add a new image: agl-cluster-demo-platform-flutter - Add recipe for instrument cluster app - Pin instrument cluster app with kuksa-val-server. Bug-AGL: SPEC-4508 Change-Id: I04dc536e5700fb6b92e8c9a672ebb107c73e6724 Signed-off-by: aakashs45 (cherry picked from commit 85d834afe1cdc9c25e3d94daefc8d515b7d0c361) --- .../flutter-cluster-dashboard/files/ic_on_bg-debug.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json (limited to 'recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json') diff --git a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json new file mode 100644 index 00000000..3cee3508 --- /dev/null +++ b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json @@ -0,0 +1,11 @@ +{ + "view" : [ { + "window_type" : "BG", + "bundle_path" : "/usr/share/flutter/ic", + "vm_args":["--observatory-host", "0.0.0.0", "--observatory-port", "1234"], + "width" : 1920, + "height": 1080, + "fullscreen": true + } + ] +} -- cgit 1.2.3-korg