summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json
diff options
context:
space:
mode:
authorAakash Solanki <tech2aks@gmail.com>2022-10-29 16:21:34 +0200
committerAakash Solanki <tech2aks@gmail.com>2022-10-29 16:28:31 +0200
commit7832492d87871cfb382b58c1eeb9f182537c0c60 (patch)
treedbda16a87c711ccd156e43dc7fe15fc5b9cb3ba3 /recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json
parent2c0ca4f324f997f2ba3173655f73ae1c5ce0dc89 (diff)
Update flutter-cluster-dashboard
- Import all flutter-cluster-dashboard changes from master. - Add 'flutter-cluster-dashboard.yaml' file. - Set openrouteservice API Key in local.conf to the variable `OPENROUTE_API_KEY`. - Change SRCREV and SRC_URI Bug-AGL: SPEC-4508 Change-Id: Ic1cd18e290c951443b393840bcf053a549fd2ee2 Signed-off-by: Aakash Solanki <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.json11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 3cee3508..00000000
--- a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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
- }
- ]
-}