From 6a151ec022b2520f5c68fc1c8af483afd4c887c7 Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Wed, 10 Apr 2019 17:52:47 +0800 Subject: add json file Change-Id: Ib68bf6c21b4644626042789e48fa8eb47dc1a0cc --- conf/hs-conf.json | 32 ++++++++++++++++++++++++++++++++ conf/lastmode.json | 10 ++++++++++ 2 files changed, 42 insertions(+) create mode 100644 conf/hs-conf.json create mode 100644 conf/lastmode.json (limited to 'conf') diff --git a/conf/hs-conf.json b/conf/hs-conf.json new file mode 100644 index 0000000..633f585 --- /dev/null +++ b/conf/hs-conf.json @@ -0,0 +1,32 @@ +{ + "handshake": { + "times": 20000, + "sleep": 50 + }, + "hs-apps": [ + { + "appid": "homescreen", + "visibility": "visible" + }, + { + "appid": "launcher", + "visibility": "invisible" + }, + { + "appid": "onscreenapp", + "visibility": "invisible" + }, + { + "appid": "restriction", + "visibility": "invisible" + } + ], + "default-lastmode": { + "appid": "launcher", + "area": "normal.full" + }, + "normal-apps": { + "appid": "warehouse", + "visibility": "invisible" + } +} \ No newline at end of file diff --git a/conf/lastmode.json b/conf/lastmode.json new file mode 100644 index 0000000..fbae6e9 --- /dev/null +++ b/conf/lastmode.json @@ -0,0 +1,10 @@ +[ + { + "appid": "navigation", + "area": "split.main" + }, + { + "appid": "video", + "area": "split.sub" + } +] \ No newline at end of file -- cgit 1.2.3-korg