summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-01-16 20:29:54 -0500
committerScott Murray <scott.murray@konsulko.com>2019-01-16 20:32:08 -0500
commit13ef75141312d50c2d4caeffe4ba0e132752cf99 (patch)
tree6fad10e18ff1897615adcc6f39490c52459decd5 /recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
parent251fb524e791d40cb7a7e1581649e63da9da3b08 (diff)
cluster-windowmanager-conf: Update configurationhalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4
Update the recipe and files to handle the rename of areas.db to areas.json and the significant rewrite of layers.json. Change-Id: I9af4e6bf29e8983568126c92b17645be4735dabe Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json')
-rw-r--r--recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json b/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
new file mode 100644
index 0000000..00322ac
--- /dev/null
+++ b/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
@@ -0,0 +1,40 @@
+{
+ "areas": [
+ {
+ "name": "fullscreen",
+ "rect": {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
+ },
+ {
+ "name": "normal.full",
+ "rect": {
+ "x": 672,
+ "y": 264,
+ "w": 576,
+ "h": 552
+ }
+ },
+ {
+ "name": "restriction.normal",
+ "rect": {
+ "x": 672,
+ "y": 264,
+ "w": 576,
+ "h": 552
+ }
+ },
+ {
+ "name": "on_screen",
+ "rect": {
+ "x": 672,
+ "y": 264,
+ "w": 576,
+ "h": 552
+ }
+ }
+ ]
+}