diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-05-25 17:01:36 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-05-28 09:35:34 +0900 |
commit | 93078aba559e7bed5f7d204bd921b8e603c07dcd (patch) | |
tree | 9cb044e725e6ce118368148979186c74969495de /layers.json | |
parent | e0e3fa11d1c13f6ed41a2cbc1cf96796a98f8e9a (diff) |
The surfaces are managed by using the roles instead of the drawing names
Change-Id: I7373a54f2df334ac223b51a6cb9a643a88e7c33c
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'layers.json')
-rw-r--r-- | layers.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers.json b/layers.json index 0fb9983..551c86a 100644 --- a/layers.json +++ b/layers.json @@ -15,14 +15,14 @@ "comment": "Single BackGround layer map for the Navigation, Radio and MediaPlayer" }, { - "role": "^HomeScreen$", + "role": "^HomeScreen$|homescreen", "name": "FarHomeScreen", "layer_id": 1000, "area": { "type": "full" }, "comment": "FarHomeScreen is the part of HomeScreen, and lawer layer of z order for HomeScreen" }, { - "role": "Music|Video|WebBrowser|MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer|Splitable1|Splitable2|Fallback", + "role": "Music|Video|WebBrowser|MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer|Fallback|music|video|browser|radio|phone|map|hvac|settings|dashboard|poi|fallback", "name": "apps", "layer_id": 1001, "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } }, |