X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=layers.json;h=cf7ed348c18041fe43c9ec63c6f4dd0dc0609ee1;hb=3e58f01b27b293717ce081ea094294890843eb06;hp=9cbe0075d6c71470d16e9e3c47b0d835a170355b;hpb=022def7c34eff5814ef9b5ba3bba7c7d8b869297;p=apps%2Fagl-service-windowmanager.git diff --git a/layers.json b/layers.json index 9cbe007..cf7ed34 100644 --- a/layers.json +++ b/layers.json @@ -7,15 +7,22 @@ }, "mappings": [ + { + "role": "BackGroundLayer", + "name": "BackGroundLayer", + "layer_id": 999, + "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } }, + "comment": "Single BackGround layer map for the Navigation, Radio and MediaPlayer" + }, { "role": "^HomeScreen$", "name": "HomeScreen", "layer_id": 1000, "area": { "type": "full" }, - "comment": "Single layer map for the HomeScreen, XXX: type is redundant, could also check existence of id/first_id+last_id" + "comment": "Single layer map for the HomeScreen" }, { - "role": "MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer", + "role": "Music|Video|WebBrowser|MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer|Fallback", "name": "apps", "layer_id": 1001, "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } },