diff options
Diffstat (limited to 'src/policy_manager/db')
-rw-r--r-- | src/policy_manager/db/layouts.db | 152 | ||||
-rw-r--r-- | src/policy_manager/db/roles.db | 44 | ||||
-rw-r--r-- | src/policy_manager/db/roles.db.split | 51 |
3 files changed, 0 insertions, 247 deletions
diff --git a/src/policy_manager/db/layouts.db b/src/policy_manager/db/layouts.db deleted file mode 100644 index da78b31..0000000 --- a/src/policy_manager/db/layouts.db +++ /dev/null @@ -1,152 +0,0 @@ -{ - "layouts": [ - { - "name": "homescreen", - "layer": "far_homescreen", - "areas": [ - { - "name": "fullscreen", - "category": "homescreen" - } - ] - }, - { - "name": "map.normal", - "layer": "apps", - "areas": [ - { - "name": "normal.full", - "category": "map" - } - ] - }, - { - "name": "map.split", - "layer": "apps", - "areas": [ - { - "name": "split.main", - "category": "map" - }, - { - "name": "split.sub", - "category": "splitable" - } - ] - }, - { - "name": "map.fullscreen", - "layer": "apps", - "areas": [ - { - "name": "fullscreen", - "category": "map" - } - ] - }, - { - "name": "splitable.normal", - "layer": "apps", - "areas": [ - { - "name": "normal.full", - "category": "splitable" - } - ] - }, - { - "name": "splitable.split", - "layer": "apps", - "areas": [ - { - "name": "split.main", - "category": "splitable" - }, - { - "name": "split.sub", - "category": "splitable" - } - ] - }, - { - "name": "general.normal", - "layer": "apps", - "areas": [ - { - "name": "normal.full", - "category": "general" - } - ] - }, - { - "name": "system.normal", - "layer": "apps", - "areas": [ - { - "name": "normal.full", - "category": "system" - } - ] - }, - { - "name": "software_keyboard", - "layer": "near_homescreen", - "areas": [ - { - "name": "software_keyboard", - "category": "software_keyboard" - } - ] - }, - { - "name": "restriction.normal", - "layer": "restriction", - "areas": [ - { - "name": "restriction.normal", - "category": "restriction" - } - ] - }, - { - "name": "restriction.split.main", - "layer": "restriction", - "areas": [ - { - "name": "restriction.split.main", - "category": "restriction" - } - ] - }, - { - "name": "restriction.split.sub", - "layer": "restriction", - "areas": [ - { - "name": "restriction.split.sub", - "category": "restriction" - } - ] - }, - { - "name": "pop_up", - "layer": "on_screen", - "areas": [ - { - "name": "on_screen", - "category": "pop_up" - } - ] - }, - { - "name": "system_alert", - "layer": "on_screen", - "areas": [ - { - "name": "on_screen", - "category": "system_alert" - } - ] - } - ] -} diff --git a/src/policy_manager/db/roles.db b/src/policy_manager/db/roles.db deleted file mode 100644 index d0d911a..0000000 --- a/src/policy_manager/db/roles.db +++ /dev/null @@ -1,44 +0,0 @@ -{ - "roles":[ - { - "category": "homescreen", - "role": "homescreen", - "area": "fullscreen", - }, - { - "category": "map", - "role": "map", - "area": "normal.full | split.main", - }, - { - "category": "general", - "role": "launcher | poi | browser | sdl | mixer | radio | hvac | debug | phone | video | music | fallback", - "area": "normal.full", - }, - { - "category": "system", - "role": "settings | dashboard", - "area": "normal.full", - }, - { - "category": "software_keyboard", - "role": "software_keyboard", - "area": "software_keyboard", - }, - { - "category": "restriction", - "role": "restriction", - "area": "restriction.normal | restriction.split.main | restriction.split.sub", - }, - { - "category": "pop_up", - "role": "on_screen | on_screen_phone", - "area": "on_screen", - }, - { - "category": "system_alert", - "role": "system_alert", - "area": "on_screen", - } - ] -} diff --git a/src/policy_manager/db/roles.db.split b/src/policy_manager/db/roles.db.split deleted file mode 100644 index 2776ce5..0000000 --- a/src/policy_manager/db/roles.db.split +++ /dev/null @@ -1,51 +0,0 @@ -{ - "roles":[ - { - "category": "homescreen", - "role": "homescreen", - "area": "fullscreen", - }, - { - "category": "map", - "role": "map", - "area": "normal.full | split.main", - }, - { - "category": "general", - "role": "launcher | poi | browser | sdl | mixer | radio | hvac | debug | phone | fallback", - "area": "normal.full", - "description": "For split test, video and music are moved to category:splitable", - }, - { - "category": "system", - "role": "settings | dashboard", - "area": "normal.full", - }, - { - "category": "splitable", - "role": "video | music", - "area": "normal.full | split.main | split.sub", - "description": "For split test, video and music are included here", - }, - { - "category": "software_keyboard", - "role": "software_keyboard", - "area": "software_keyboard", - }, - { - "category": "restriction", - "role": "restriction", - "area": "restriction.normal | restriction.split.main | restriction.split.sub", - }, - { - "category": "pop_up", - "role": "on_screen | on_screen_phone", - "area": "on_screen", - }, - { - "category": "system_alert", - "role": "system_alert", - "area": "on_screen", - } - ] -} |