aboutsummaryrefslogtreecommitdiffstats
path: root/layers.json.split
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-01-11 11:08:47 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-01-24 14:13:48 +0900
commita94f6c67c67a68df8a894699686f2eaa8e870208 (patch)
tree70e8cd228f771d3ef4e31797c78ef261fdffeb17 /layers.json.split
parent7614135f5b9e129bb9af431e80f377cc128196c5 (diff)
Change the protocol from ivi-controller to ivi-wm
This patch is for master branch only. For using wayland-ivi-extension version 2.x, the wayland protocol in WindowManager is changed from ivi-controller to ivi-wm. NOTE: If using this patch, the modification for AGL/meta-agl which described in SPEC-1244 is necessary. Bug-AGL: SPEC-1244 Change-Id: I5489db202dfeec8f4626aee53bd1f86c145b95d9 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'layers.json.split')
-rw-r--r--layers.json.split9
1 files changed, 8 insertions, 1 deletions
diff --git a/layers.json.split b/layers.json.split
index f83ac6b..91e563d 100644
--- a/layers.json.split
+++ b/layers.json.split
@@ -8,6 +8,13 @@
"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,
@@ -15,7 +22,7 @@
"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",
"name": "apps",
"layer_id": 1001,
"area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } },