From a45b13ab6ba8008a461c70078ef885f7c29452a8 Mon Sep 17 00:00:00 2001 From: Lisandro Pérez Meyer Date: Tue, 14 Nov 2023 17:53:42 -0300 Subject: Add flutter-ics-homescreen recipe. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug-AGL: SPEC-4969 Change-Id: I5792df93372160e85d524dc81c3de8d2f523501e Signed-off-by: Lisandro Pérez Meyer Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29409 Reviewed-by: Scott Murray Tested-by: Jan-Simon Moeller Reviewed-by: Jan-Simon Moeller --- .../flutter-ics-homescreen/files/flutter-ics-homescreen.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json (limited to 'recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json') diff --git a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json new file mode 100644 index 00000000..56ab1d35 --- /dev/null +++ b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json @@ -0,0 +1,9 @@ +{ + "view" : [ { + "window_type" : "BG", + "width" : 1080, + "height": 1920, + "fullscreen": true + } + ] +} -- cgit 1.2.3-korg