diff options
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/files/config.json')
-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 + } + ] +} |