X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=layers.json;h=2b157ee1f60bc45f76d604a4be102361f7431934;hb=556884fe71a3577ffc9ba5ddf65029cf0ca699ee;hp=539846ad2341d99fb1bfbe90c2221ebd2f6163c1;hpb=010ca3f3459a52e44deb5e70e94e9cd394814e3e;p=apps%2Fagl-service-windowmanager.git diff --git a/layers.json b/layers.json index 539846a..2b157ee 100644 --- a/layers.json +++ b/layers.json @@ -1,54 +1,98 @@ { - "description": "Layer mapping", + "description": "Layer mapping, if screen is not specified, screen is set to 0", "mappings": [ { "name": "BackGroundLayer", - "role" : "navigation|radio|music|video", + "role" : "map|radio|music|video|navigation", "id_range_begin": 0, "id_range_end": 0, - "comment": "Work Around: This is a special fallback layer that not stopping wayland event loop." + "comment": "Work Around: This is evacuation layer that not stopping event loop" }, { "name": "FarHomeScreen", - "role": "homescreen", + "role": "", "id_range_begin": 100, "id_range_end": 199, "comment": "FarHomeScreen is the part of HomeScreen. The z order of this layer is lower than NearHomeScreen" }, { "name": "Apps", - "role": "music|video|browser|radio|phone|navigation|map|hvac|settings|dashboard|poi|mixer|sdl|launcher|fallback", + "role": "music|video|browser|radio|phone|map|navigation|hvac|settings|dashboard|poi|mixer|sdl|launcher|receiver|tachometer|fallback", "id_range_begin": 1000, + "id_range_end": 2599, + "comment": "Range of IDs that will always be placed on layer 1001" + }, + { + "name": "NearApps", + "role": "receiver2|upleftreceiver", + "id_range_begin": 2600, "id_range_end": 2999, - "comment": "Application layer" + "comment": "NearApps is the part of Apps. The z order of this layer is higher than Apps" }, { "name": "NearHomeScreen", - "role": "software_keyboard", + "role": "homescreen", "id_range_begin": 3000, - "id_range_end": 3999, - "comment": "NearHomeScreen is the part of HomeScreen. The usecase is used by software_keyboard etc" + "id_range_end": 3000, + "comment": "TOYOTA special software keyboard" }, { - "name": "Popup", + "name": "Application Popup Layer", "role": "popup*", "id_range_begin": 4000, "id_range_end": 4999, - "comment": "This layer is for popup application layer" + "comment": "[T.B.D]This layer is for application popup layer" }, { "name": "Restriction", "role": "restriction", "id_range_begin": 5000, "id_range_end": 5999, - "comment": "This layer is for restriction notification on driving. This is used by restriction role" + "comment": "This layer is for restriction notification. This is used by restriction role" }, { "name": "OnScreen", - "role": "^on_screen.*", + "role": "^on_screen*", "id_range_begin": 6000, "id_range_end": 6999, - "comment": "System notification layer. For example, on_screen_low_battery_alert to notify user" + "comment": "Range of IDs that will always be placed on the OnScreen layer, that gets a very high 'dummy' id of 9999" + }, + { + "name": "Remote", + "role": "tbtnavi", + "id_range_begin": 9000, + "id_range_end": 9199, + "screen" : 1, + "comment": "Range of IDs that will always be placed on the OnScreen layer, that gets a very high 'dummy' id of 9999" + }, + { + "name": "RemoteRSE1", + "role": "music|video|browser|radio|phone|map|navigation|hvac|settings|dashboard|poi|mixer|sdl|launcher|tachometer|fallback", + "id_range_begin": 9200, + "id_range_end": 9399, + "comment": "Range of IDs that will always be placed on the OnScreen layer, that gets a very high 'dummy' id of 9999" + }, + { + "name": "RemoteRSE2", + "role": "music|video|browser|radio|phone|map|navigation|hvac|settings|dashboard|poi|mixer|sdl|launcher|tachometer|fallback", + "id_range_begin": 9400, + "id_range_end": 9599, + "comment": "Range of IDs that will always be placed on the OnScreen layer, that gets a very high 'dummy' id of 9999" + }, + { + "name": "RemoteHUD", + "role": "music|video|browser|radio|phone|map|navigation|hvac|settings|dashboard|poi|mixer|sdl|launcher|tachometer|fallback", + "id_range_begin": 9600, + "id_range_end": 9799, + "screen": 2, + "comment": "Range of IDs that will always be placed on the OnScreen layer, that gets a very high 'dummy' id of 9999" + }, + { + "name": "RemoteHUDUpperLeft", + "role": "music|video|browser|radio|phone|map|navigation|hvac|settings|dashboard|poi|mixer|sdl|launcher|tachometer|fallback", + "id_range_begin": 9800, + "id_range_end": 9999, + "comment": "Range of IDs that will always be placed on the OnScreen layer, that gets a very high 'dummy' id of 9999" } ] }