From cc6db400ee1aab1c3b8c73892aaab06bcf14dad5 Mon Sep 17 00:00:00 2001 From: Antranig Basman Date: Mon, 23 Apr 2018 12:25:55 +0100 Subject: [PATCH] GPII-2653: Initial onboarding of the PSP - starting with just the language setting --- testData/preferences/snapset_2a.json | 3 +++ testData/preferences/snapset_2b.json | 3 +++ testData/preferences/snapset_2c.json | 3 +++ testData/solutions/win32.json5 | 27 +++++++++++++++++++++++++++ 4 files changed, 36 insertions(+) diff --git a/testData/preferences/snapset_2a.json b/testData/preferences/snapset_2a.json index 7c849a8e3..254faa7e6 100644 --- a/testData/preferences/snapset_2a.json +++ b/testData/preferences/snapset_2a.json @@ -15,6 +15,9 @@ "http://registry.gpii.net/common/highContrast/enabled": true, "http://registry.gpii.net/common/highContrastTheme": "white-black", "http://registry.gpii.net/common/supportTool": ["dictionary"] + }, + "http://registry.gpii.net/applications/net.gpii.psp": { + "http://registry.gpii.net/common/language": "en" } } } diff --git a/testData/preferences/snapset_2b.json b/testData/preferences/snapset_2b.json index 255c881c5..d7d52851e 100644 --- a/testData/preferences/snapset_2b.json +++ b/testData/preferences/snapset_2b.json @@ -15,6 +15,9 @@ "http://registry.gpii.net/common/highContrast/enabled": true, "http://registry.gpii.net/common/highContrastTheme": "white-black", "http://registry.gpii.net/common/supportTool": ["dictionary"] + }, + "http://registry.gpii.net/applications/net.gpii.psp": { + "http://registry.gpii.net/common/language": "en" } } } diff --git a/testData/preferences/snapset_2c.json b/testData/preferences/snapset_2c.json index 9a39129ff..29b4563b6 100644 --- a/testData/preferences/snapset_2c.json +++ b/testData/preferences/snapset_2c.json @@ -15,6 +15,9 @@ "http://registry.gpii.net/common/highContrast/enabled": true, "http://registry.gpii.net/common/highContrastTheme": "white-black", "http://registry.gpii.net/common/supportTool": ["dictionary"] + }, + "http://registry.gpii.net/applications/net.gpii.psp": { + "http://registry.gpii.net/common/language": "en" } } } diff --git a/testData/solutions/win32.json5 b/testData/solutions/win32.json5 index bc7638128..9a6468043 100644 --- a/testData/solutions/win32.json5 +++ b/testData/solutions/win32.json5 @@ -2963,6 +2963,33 @@ } }, + "net.gpii.psp": { + "name": "Personal Settings Panel", + "contexts": { + "OS": [{ + "id": "win32", + "version": ">=5.0" + }] + }, + "settingsHandlers": { + "configuration": { + "type": "gpii.settingsHandlers.webSockets", + "liveness": "live", + "options": { + "path": "net.gpii.psp" + }, + "supportedSettings": { + "language": {}, + } + } + }, + "isInstalled": [ + { + "type": "gpii.deviceReporter.alwaysInstalled" + } + ] + }, + "net.gpii.uioPlus": { "name": "UIO+", "contexts": {