aboutsummaryrefslogtreecommitdiffstats
path: root/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s.js
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-06-30 22:23:18 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-06-30 22:23:18 +0200
commit12fb6b8cbb2e3c79896bf036e4ed5cb006ab7907 (patch)
tree1ebef0aec137abc1625707b152fff72e5f0dd166 /ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s.js
parent3c8980219cf0bc53283e6ea8369366387b8362d5 (diff)
Update the .gitreview file. Bug-AGL: SPEC-4006 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Iabf29cfa5ac0b0b3e3f75dfff344950bbe2add4f
Diffstat (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s.js')
0 files changed, 0 insertions, 0 deletions
eral.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
   "comment": "Surface ID to Layer ID mapping",

   "main_surface": {
      "surface_role": "HomeScreen",
      "comment": "This surface should never be made invisible (The HomeScreen)"
   },

   "mappings": [
      {
         "role": "BackGroundLayer",
         "name": "BackGroundLayer",
         "layer_id": 999,
         "comment": "Single BackGround layer map for the Navigation, Radio and MediaPlayer"
      },
      {
         "role": "homescreen",
         "name": "HomeScreen",
         "layer_id": 1000,
         "comment": "Single layer map for the HomeScreen"
      },
      {
         "role": "music|video|browser|radio|phone|map|hvac|settings|dashboard|poi|mixer|sdl|launcher|fallback",
         "name": "apps",
         "layer_id": 1001,
         "comment": "Range of IDs that will always be placed on layer 1001, negative rect values are interpreted as output_size.dimension - $value",

         "split_layouts": [
            {
               "name": "map",
               "main_match": "map",
               "sub_match": "hvac|music",
               "priority": 1000
            }
         ]
      },
      {
         "role": "^on_screen.*",
         "name": "popups",
         "layer_id": 9999,
         "comment": "Range of IDs that will always be placed on the popup layer, that gets a very high 'dummy' id of 9999"
      }
   ]
}