371be3bb4f7214dd74c40e94cf2b20e4214c025f
[apps/agl-service-windowmanager-2017.git] / policy_manager / db / states.db
1 {
2     "states": [
3         {
4             "name": "homescreen",
5             "areas": [
6                 {
7                     "name": "fullscreen",
8                     "category": "homescreen"
9                 }
10             ]
11         },
12         {
13             "name": "map.normal",
14             "areas": [
15                 {
16                     "name": "normal.full",
17                     "category": "map"
18                 }
19             ]
20         },
21         {
22             "name": "map.split",
23             "areas": [
24                 {
25                     "name": "split.main",
26                     "category": "map"
27                 },
28                 {
29                     "name": "split.sub",
30                     "category": "splitable"
31                 }
32             ]
33         },
34         {
35             "name": "map.fullscreen",
36             "areas": [
37                 {
38                     "name": "fullscreen",
39                     "category": "map"
40                 }
41             ]
42         },
43         {
44             "name": "splitable.normal",
45             "areas": [
46                 {
47                     "name": "normal.full",
48                     "category": "splitable"
49                 }
50             ]
51         },
52         {
53             "name": "splitable.split",
54             "areas": [
55                 {
56                     "name": "split.main",
57                     "category": "splitable"
58                 },
59                 {
60                     "name": "split.sub",
61                     "category": "splitable"
62                 }
63             ]
64         },
65         {
66             "name": "general.normal",
67             "areas": [
68                 {
69                     "name": "normal.full",
70                     "category": "general"
71                 }
72             ]
73         },
74         {
75             "name": "system.normal",
76             "areas": [
77                 {
78                     "name": "normal.full",
79                     "category": "system"
80                 }
81             ]
82         },
83         {
84             "name": "software_keyboard",
85             "areas": [
86                 {
87                     "name": "software_keyboard",
88                     "category": "software_keyboard"
89                 }
90             ]
91         },
92         {
93             "name": "restriction.normal",
94             "areas": [
95                 {
96                     "name": "restriction.normal",
97                     "category": "restriction"
98                 }
99             ]
100         },
101         {
102             "name": "restriction.split.main",
103             "areas": [
104                 {
105                     "name": "restriction.split.main",
106                     "category": "restriction"
107                 }
108             ]
109         },
110         {
111             "name": "restriction.split.sub",
112             "areas": [
113                 {
114                     "name": "restriction.split.sub",
115                     "category": "restriction"
116                 }
117             ]
118         },
119         {
120             "name": "pop_up",
121             "areas": [
122                 {
123                     "name": "on_screen",
124                     "category": "pop_up"
125                 }
126             ]
127         },
128         {
129             "name": "system_alert",
130             "areas": [
131                 {
132                     "name": "on_screen",
133                     "category": "system_alert"
134                 }
135             ]
136         },
137         {
138             "name": "debug.normal",
139             "areas": [
140                 {
141                     "name": "normal.full",
142                     "category": "debug"
143                 }
144             ]
145         },
146         {
147             "name": "debug.split.main",
148             "areas": [
149                 {
150                     "name": "split.main",
151                     "category": "debug"
152                 }
153             ]
154         },
155         {
156             "name": "debug.split.sub",
157             "areas": [
158                 {
159                     "name": "split.sub",
160                     "category": "debug"
161                 }
162             ]
163         },
164         {
165             "name": "debug.fullscreen",
166             "areas": [
167                 {
168                     "name": "fullscreen",
169                     "category": "debug"
170                 }
171             ]
172         }
173     ]
174 }