diff options
author | Aakash Solanki <tech2aks@gmail.com> | 2022-08-06 13:49:55 +0200 |
---|---|---|
committer | Aakash Solanki <tech2aks@gmail.com> | 2022-08-06 14:28:10 +0200 |
commit | 85d834afe1cdc9c25e3d94daefc8d515b7d0c361 (patch) | |
tree | 3f9bb3af126091f88b7b9fb5dff11d983f53144a /recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json | |
parent | 1358fce0ca46b764e12c6bee79e8f5239baa60f9 (diff) |
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 <tech2aks@gmail.com>
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json')
-rw-r--r-- | recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json | 11 |
1 files changed, 11 insertions, 0 deletions
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 000000000..3cee35087 --- /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 + } + ] +} |