aboutsummaryrefslogtreecommitdiffstats
path: root/src/layout_manager/db
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-06-08 10:15:52 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-06-08 10:15:52 +0900
commit3bbf0f407a27c28c99a58108915c7f08a3be9b72 (patch)
treedfbb66a83ea4fb97bf2ddb321bc9532eb2174c65 /src/layout_manager/db
parent758f292ad413bf8a6a328ffc81a58f5bbb3d172e (diff)
PolicyManager uses layout information
Change-Id: I6628c5614d0ed28d9c60a9d6f792a31c805178dd Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/layout_manager/db')
-rw-r--r--src/layout_manager/db/layout.db32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/layout_manager/db/layout.db b/src/layout_manager/db/layout.db
index 02139e6..0945bcd 100644
--- a/src/layout_manager/db/layout.db
+++ b/src/layout_manager/db/layout.db
@@ -6,7 +6,7 @@
"areas": [
{
"name": "pop_up",
- "role": "incomming_call"
+ "category": "incomming_call"
}
]
},
@@ -16,7 +16,7 @@
"areas": [
{
"name": "system_alert",
- "role": "system_alert"
+ "category": "system_alert"
}
]
},
@@ -26,7 +26,7 @@
"areas": [
{
"name": "normal",
- "role": "map"
+ "category": "map"
}
]
},
@@ -36,7 +36,7 @@
"areas": [
{
"name": "split.main",
- "role": "map"
+ "category": "map"
},
{
"name": "split.sub",
@@ -50,7 +50,7 @@
"areas": [
{
"name": "fullscreen",
- "role": "map"
+ "category": "map"
}
]
},
@@ -94,7 +94,7 @@
"areas": [
{
"name": "fullscreen",
- "role": "homescreen"
+ "category": "homescreen"
}
]
},
@@ -104,7 +104,7 @@
"areas": [
{
"name": "system_alert",
- "role": "system_alert"
+ "category": "system_alert"
}
]
},
@@ -114,7 +114,7 @@
"areas": [
{
"name": "restriction.normal",
- "role": "restriction"
+ "category": "restriction"
}
]
},
@@ -124,7 +124,7 @@
"areas": [
{
"name": "restriction.split.main",
- "role": "restriction"
+ "category": "restriction"
}
]
},
@@ -134,7 +134,7 @@
"areas": [
{
"name": "restriction.split.sub",
- "role": "restriction"
+ "category": "restriction"
}
]
},
@@ -144,7 +144,7 @@
"areas": [
{
"name": "software_keyboard",
- "role": "software_keyboard"
+ "category": "software_keyboard"
}
]
},
@@ -154,7 +154,7 @@
"areas": [
{
"name": "normal",
- "role": "map"
+ "category": "map"
}
]
},
@@ -164,11 +164,11 @@
"areas": [
{
"name": "split.main",
- "role": "map"
+ "category": "map"
},
{
"name": "split.sub",
- "role": "general"
+ "category": "general"
}
]
},
@@ -178,7 +178,7 @@
"areas": [
{
"name": "normal",
- "role": "general"
+ "category": "general"
}
]
},
@@ -188,7 +188,7 @@
"areas": [
{
"name": "fullscreen",
- "role": "homescreen"
+ "category": "homescreen"
}
]
}