add source for ces2019
[apps/agl-service-windowmanager-2017.git] / src / config / areas.json
1 {
2     "ecus": [
3         {
4             "name": "master",
5             "screens": [
6                 {
7                     "id": 0,
8                     "areas": [
9                         {
10                             "name": "fullscreen",
11                             "rect": {
12                                 "x": 0,
13                                 "y": 0,
14                                 "w": 1920,
15                                 "h": 720
16                             }
17                         },
18                         {
19                             "name": "normal.full",
20                             "rect": {
21                                 "x": 0,
22                                 "y": 0,
23                                 "w": 1920,
24                                 "h": 720
25                             }
26                         },
27                         {
28                             "name": "split.main",
29                             "rect": {
30                                 "x": 0,
31                                 "y": 0,
32                                 "w": 1280,
33                                 "h": 720
34                             }
35                         },
36                         {
37                             "name": "split.sub",
38                             "rect": {
39                                 "x": 1280,
40                                 "y": 0,
41                                 "w": 640,
42                                 "h": 720
43                             }
44                         },
45                         {
46                             "name": "software_keyboard",
47                             "rect": {
48                                 "x": 0,
49                                 "y": 962,
50                                 "w": 1080,
51                                 "h": 744
52                             }
53                         },
54                         {
55                             "name": "restriction.normal",
56                             "rect": {
57                                 "x": 0,
58                                 "y": 0,
59                                 "w": 1920,
60                                 "h": 1080
61                             }
62                         },
63                         {
64                             "name": "restriction.split.main",
65                             "rect": {
66                                 "x": 0,
67                                 "y": 0,
68                                 "w": 1920,
69                                 "h": 540
70                             }
71                         },
72                         {
73                             "name": "restriction.split.sub",
74                             "rect": {
75                                 "x": 0,
76                                 "y": 540,
77                                 "w": 1920,
78                                 "h": 540
79                             }
80                         },
81                         {
82                             "name": "on_screen",
83                             "rect": {
84                                 "x": 1280,
85                                 "y": 0,
86                                 "w": 640,
87                                 "h": 720
88                             }
89                         },
90                         {
91                             "name": "master.split.sub",
92                             "rect": {
93                                 "x": 1280,
94                                 "y": 0,
95                                 "w": 640,
96                                 "h": 720
97                             }
98                         }
99                     ]
100                 }
101             ]
102         },
103         {
104             "name": "slave",
105             "screens": [
106                 {
107                     "id": 0,
108                     "areas": [
109                         {
110                             "name": "fullscreen",
111                             "rect": {
112                                 "x": 0,
113                                 "y": 0,
114                                 "w": 1080,
115                                 "h": 1920
116                             }
117                         },
118                         {
119                             "name": "normal.full",
120                             "rect": {
121                                 "x": 0,
122                                 "y": 218,
123                                 "w": 1080,
124                                 "h": 1488
125                             }
126                         },
127                         {
128                             "name": "split.main",
129                             "rect": {
130                                 "x": 0,
131                                 "y": 218,
132                                 "w": 1080,
133                                 "h": 744
134                             }
135                         },
136                         {
137                             "name": "split.sub",
138                             "rect": {
139                                 "x": 0,
140                                 "y": 962,
141                                 "w": 1080,
142                                 "h": 744
143                             }
144                         },
145                         {
146                             "name": "software_keyboard",
147                             "rect": {
148                                 "x": 0,
149                                 "y": 962,
150                                 "w": 1080,
151                                 "h": 744
152                             }
153                         },
154                         {
155                             "name": "restriction.normal",
156                             "rect": {
157                                 "x": 0,
158                                 "y": 218,
159                                 "w": 1080,
160                                 "h": 1488
161                             }
162                         },
163                         {
164                             "name": "restriction.split.main",
165                             "rect": {
166                                 "x": 0,
167                                 "y": 218,
168                                 "w": 1080,
169                                 "h": 744
170                             }
171                         },
172                         {
173                             "name": "restriction.split.sub",
174                             "rect": {
175                                 "x": 0,
176                                 "y": 962,
177                                 "w": 1080,
178                                 "h": 744
179                             }
180                         },
181                         {
182                             "name": "on_screen",
183                             "rect": {
184                                 "x": 0,
185                                 "y": 218,
186                                 "w": 1080,
187                                 "h": 1488
188                             }
189                         },
190                         {
191                             "name": "master.split.sub",
192                             "rect": {
193                                 "x": 0,
194                                 "y": 180,
195                                 "w": 640,
196                                 "h": 720
197                             }
198                         }
199                     ]
200                 }
201             ]
202         }
203     ]
204 }