diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-07-20 19:40:25 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2022-07-20 19:43:07 +0300 |
commit | f76a4e381d478a4bcad69909587d25f99051d24f (patch) | |
tree | e2072b2e77aea094ed23f4cad0cd0dcdf1bd9228 /meta-agl-flutter/recipes-graphics/toyota/files | |
parent | a401ff69d9fce660b7dce85e1d9c07a37641240f (diff) |
ivi-homescreen_aglflutter.inc: Add a config.json for the shell client
Since the last update to ivi-homescreen it requires a JSON configuration
file. This one brings it to be able to bind to the agl-shell interface
and use the app gallery as the background surface.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I7ec2c64308f028d7d25b3604bbe0cde32199aab9
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/files')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/files/config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/files/config.json b/meta-agl-flutter/recipes-graphics/toyota/files/config.json new file mode 100644 index 00000000..90dec21b --- /dev/null +++ b/meta-agl-flutter/recipes-graphics/toyota/files/config.json @@ -0,0 +1,9 @@ +{ + "view" : [ { + "window_type" : "BG", + "bundle_path" : "/usr/share/flutter/gallery", + "width" : 1920, + "height": 1080 + } + ] +} |