Bug Fix: When restriction app gets invisible event, other app also gets it
[apps/agl-service-windowmanager.git] / src / layout_manager / db / layout.db
index c7cefd8..02139e6 100644 (file)
@@ -49,7 +49,7 @@
             "layer": "apps",
             "areas": [
                 {
-                    "name": "full",
+                    "name": "fullscreen",
                     "role": "map"
                 }
             ]
             "layer": "homescreen",
             "areas": [
                 {
-                    "name": "full",
+                    "name": "fullscreen",
+                    "role": "homescreen"
+                }
+            ]
+        },
+        {
+            "name": "system_alert",
+            "layer": "on_screen",
+            "areas": [
+                {
+                    "name": "system_alert",
+                    "role": "system_alert"
+                }
+            ]
+        },
+        {
+            "name": "restriction",
+            "layer": "restriction",
+            "areas": [
+                {
+                    "name": "restriction.normal",
+                    "role": "restriction"
+                }
+            ]
+        },
+        {
+            "name": "restriction.split.main",
+            "layer": "restriction",
+            "areas": [
+                {
+                    "name": "restriction.split.main",
+                    "role": "restriction"
+                }
+            ]
+        },
+        {
+            "name": "restriction.split.sub",
+            "layer": "restriction",
+            "areas": [
+                {
+                    "name": "restriction.split.sub",
+                    "role": "restriction"
+                }
+            ]
+        },
+        {
+            "name": "software_keyboard",
+            "layer": "near_homescreen",
+            "areas": [
+                {
+                    "name": "software_keyboard",
+                    "role": "software_keyboard"
+                }
+            ]
+        },
+        {
+            "name": "applications.map",
+            "layer": "apps",
+            "areas": [
+                {
+                    "name": "normal",
+                    "role": "map"
+                }
+            ]
+        },
+        {
+            "name": "applications.map_split",
+            "layer": "apps",
+            "areas": [
+                {
+                    "name": "split.main",
+                    "role": "map"
+                },
+                {
+                    "name": "split.sub",
+                    "role": "general"
+                }
+            ]
+        },
+        {
+            "name": "general",
+            "layer": "apps",
+            "areas": [
+                {
+                    "name": "normal",
+                    "role": "general"
+                }
+            ]
+        },
+        {
+            "name": "far_homescreen",
+            "layer": "far_homescreen",
+            "areas": [
+                {
+                    "name": "fullscreen",
                     "role": "homescreen"
                 }
             ]
         }
     ],
     "areas": [
+        {
+            "name": "fullscreen",
+            "rect": {
+                "x": 0,
+                "y": 0,
+                "w": 1080,
+                "h": 1920
+            }
+        },
         {
             "name": "normal",
             "rect": {
             }
         },
         {
-            "name": "full",
+            "name": "software_keyboard",
             "rect": {
                 "x": 0,
-                "y": 0,
+                "y": 962,
                 "w": 1080,
-                "h": 1920
+                "h": 744
+            }
+        },
+        {
+            "name": "restriction.normal",
+            "rect": {
+                "x": 0,
+                "y": 218,
+                "w": 1080,
+                "h": 1488
+            }
+        },
+        {
+            "name": "restriction.split.main",
+            "rect": {
+                "x": 0,
+                "y": 218,
+                "w": 1080,
+                "h": 744
+            }
+        },
+        {
+            "name": "restriction.split.sub",
+            "rect": {
+                "x": 0,
+                "y": 962,
+                "w": 1080,
+                "h": 744
             }
         },
         {