X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=layers.json.split;h=641e2f474337e1940d2e5020c9df88a40d7571be;hb=a79b572a5f26d6ecdd97dff159c40bad330e1c4c;hp=79026afe2988287753737e66cacc1f27886a4fd1;hpb=cf05c2b5c92b9a79635aa2277a9d55449e14fab6;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/layers.json.split b/layers.json.split index 79026af..641e2f4 100644 --- a/layers.json.split +++ b/layers.json.split @@ -11,22 +11,19 @@ "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" + "comment": "Single BackGround layer map for the map, radio, music and video" }, { "role": "homescreen", - "name": "HomeScreen", + "name": "FarHomeScreen", "layer_id": 1000, - "area": { "type": "full" }, - "comment": "Single layer map for the HomeScreen" + "comment": "FarHomeScreen is the part of HomeScreen. The z order of this layer is lower than NearHomeScreen" }, { "role": "music|video|browser|radio|phone|map|hvac|settings|dashboard|poi|mixer|sdl|launcher|fallback", - "name": "apps", + "name": "Apps", "layer_id": 1001, - "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } }, - "comment": "Range of IDs that will always be placed on layer 1001, negative rect values are interpreted as output_size.dimension - $value", + "comment": "Range of IDs that will always be placed on layer 1001", "split_layouts": [ { @@ -37,12 +34,23 @@ } ] }, + { + "role": "software_keyboard", + "name": "NearHomeScreen", + "layer_id": 1002, + "comment": "NearHomeScreen is the part of HomeScreen. The z order of this layer is upper than FarHomeScreen" + }, + { + "role": "restriction", + "name": "Restriction", + "layer_id": 1003, + "comment": "This layer is for restriction notification. This is used by restriction role" + }, { "role": "^on_screen.*", - "name": "popups", + "name": "OnScreen", "layer_id": 9999, - "area": { "type": "rect", "rect": { "x": 0, "y": 760, "width": -1, "height": 400 } }, - "comment": "Range of IDs that will always be placed on the popup layer, that gets a very high 'dummy' id of 9999" + "comment": "Range of IDs that will always be placed on the OnScreen layer, that gets a very high 'dummy' id of 9999" } ] }