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 b8bf551..02139e6 100644 (file)
@@ -1,6 +1,5 @@
 {
     "layouts": [
-        "description": "The layout is what roles the layer has in the areas.",
         {
             "name": "pu",
             "layer": "on_screen",
@@ -94,7 +93,7 @@
             "layer": "homescreen",
             "areas": [
                 {
-                    "name": "",
+                    "name": "fullscreen",
                     "role": "homescreen"
                 }
             ]
                 },
                 {
                     "name": "split.sub",
-                    "role", "general"
+                    "role": "general"
                 }
             ]
         },
         }
     ],
     "areas": [
-        "description": "The area is in the layer. The layout attaches areas to the layer"
         {
-            "name": "normal",
+            "name": "fullscreen",
             "rect": {
                 "x": 0,
-                "y": 218,
+                "y": 0,
                 "w": 1080,
-                "h": 1488
+                "h": 1920
             }
         },
         {
-            "name": "restriction.normal",
+            "name": "normal",
             "rect": {
                 "x": 0,
                 "y": 218,
             }
         },
         {
-            "name": "restriction.split.main",
+            "name": "split.main",
             "rect": {
                 "x": 0,
                 "y": 218,
             }
         },
         {
-            "name": "restriction.split.sub",
+            "name": "split.sub",
             "rect": {
                 "x": 0,
                 "y": 962,
             }
         },
         {
-            "name": "split.main",
+            "name": "software_keyboard",
             "rect": {
                 "x": 0,
                 "y": 962,
             }
         },
         {
-            "name": "split.sub",
+            "name": "restriction.normal",
             "rect": {
                 "x": 0,
-                "y": 962,
+                "y": 218,
                 "w": 1080,
-                "h": 744
+                "h": 1488
             }
         },
         {
-            "name": "fullscreen",
+            "name": "restriction.split.main",
             "rect": {
                 "x": 0,
-                "y": 0,
+                "y": 218,
                 "w": 1080,
-                "h": 1920
+                "h": 744
             }
         },
         {
-            "name": "pop_up",
+            "name": "restriction.split.sub",
             "rect": {
                 "x": 0,
-                "y": 640,
+                "y": 962,
                 "w": 1080,
-                "h": 640
+                "h": 744
             }
         },
         {
-            "name": "software_keyboard",
+            "name": "pop_up",
             "rect": {
                 "x": 0,
-                "y": 1162,
+                "y": 640,
                 "w": 1080,
-                "h": 544
+                "h": 640
             }
         },
         {