263ab09adc2ef57d9cefaaf06f1fb1c73f4887b7
[apps/agl-service-windowmanager-2017.git] / layers.json
1 {
2    "comment": "Surface ID to Layer ID mapping",
3
4    "main_surface": {
5       "surface_role": "HomeScreen",
6       "comment": "This surface should never be made invisible (The HomeScreen)"
7    },
8
9    "mappings": [
10       {
11          "role": "BackGroundLayer",
12          "name": "BackGroundLayer",
13          "layer_id": 999,
14          "comment": "Single BackGround layer map for the Navigation, Radio and MediaPlayer"
15       },
16       {
17          "role": "homescreen",
18          "name": "HomeScreen",
19          "layer_id": 1000,
20          "comment": "Single layer map for the HomeScreen"
21       },
22       {
23          "role": "music|video|browser|radio|phone|map|hvac|settings|dashboard|poi|mixer|sdl|launcher|fallback",
24          "name": "apps",
25          "layer_id": 1001,
26          "comment": "Range of IDs that will always be placed on layer 1001, negative rect values are interpreted as output_size.dimension - $value"
27       },
28       {
29          "role": "^on_screen.*",
30          "name": "popups",
31          "layer_id": 9999,
32          "comment": "Range of IDs that will always be placed on the popup layer, that gets a very high 'dummy' id of 9999"
33       }
34    ]
35 }