Skip to content

Commit

Permalink
GPII-4461: Offboarded the screen mirror solution due to instability i…
Browse files Browse the repository at this point in the history
…ssues
  • Loading branch information
kaspermarkus committed May 5, 2020
1 parent 5f2944b commit b49b07b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 91 deletions.
4 changes: 0 additions & 4 deletions testData/deviceReporter/acceptanceTests/win7_builtIn.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
"id": "com.microsoft.windows.desktopBackgroundColor"
},

{
"id": "com.microsoft.windows.mirrorScreen"
},

{
"id": "com.microsoft.windows.soundSentry"
}
Expand Down
4 changes: 0 additions & 4 deletions testData/deviceReporter/installedSolutions.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@
"id": "com.microsoft.windows.desktopBackgroundColor"
},

{
"id": "com.microsoft.windows.mirrorScreen"
},

{
"id": "com.microsoft.windows.brightness"
},
Expand Down
3 changes: 0 additions & 3 deletions testData/preferences/intra_application.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"SolidColor": { r: 128, g: 128, b: 128 }, // Transformed to "SolidColorConfig" setting
"WallpaperStyle": "6" // Transformed to "Scaling" setting
},
"http://registry.gpii.net/applications/com.microsoft.windows.mirrorScreen": {
"ScreenMirror": true // Transformed to "ScreenMirrorConfig" setting
},
"http://registry.gpii.net/applications/com.microsoft.windows.mouseSettings": {
"DoubleClickTime": 500, // Transformed to "DoubleClickTimeConfig" setting
"ScrollChars": 5, // Transformed to "ScrollCharsConfig" setting
Expand Down
51 changes: 0 additions & 51 deletions testData/solutions/win32.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5131,57 +5131,6 @@
}
]
},
"com.microsoft.windows.mirrorScreen": {
"name": "Windows Screen Mirroring",
"contexts": {
"OS": [
{
"id": "win32",
"version": ">=5.0"
}
]
},
"settingsHandlers": {
"configure": {
"type": "gpii.windows.nativeSettingsHandler",
"liveness": "live",
"options": {
"functionName": "ScreenMirror"
},
"supportedSettings": {
"ScreenMirrorConfig": {
"schema": {
"title": "Screen mirroring",
"description": "Mirrors the primary screen into a secondary screen.",
"type": "object",
"properties": {
"value": {
"type": "boolean",
"default": false
}
}
}
}
},
"capabilitiesTransformations": {
"ScreenMirrorConfig": {
"value": "http://registry\\.gpii\\.net/applications/com\\.microsoft\\.windows\\.mirrorScreen.ScreenMirror"
}
},
"inverseCapabilitiesTransformations": {
"http://registry\\.gpii\\.net/applications/com\\.microsoft\\.windows\\.mirrorScreen.ScreenMirror": "ScreenMirrorConfig.value"
}
}
},
"configure": [
"settings.configure"
],
"isInstalled": [
{
"type": "gpii.deviceReporter.alwaysInstalled"
}
]
},
"com.microsoft.windows.cursors": {
"name": "Windows Cursors",
"contexts": {
Expand Down
12 changes: 0 additions & 12 deletions tests/JournalIntegrationTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,18 +189,6 @@ gpii.tests.journal.initialSettings = {
"functionName": "Volume"
}
}
],
"com.microsoft.windows.mirrorScreen": [
{
"settings": {
"ScreenMirrorConfig": {
"value": false
}
},
"options": {
"functionName": "ScreenMirror"
}
}
]
}
};
Expand Down
5 changes: 0 additions & 5 deletions tests/data/preferences/os_win.json5
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,6 @@
"InsertSpace": 0,
"Dock": 0
},
"http://registry.gpii.net/applications/com.microsoft.windows.mirrorScreen": {
"ScreenMirrorConfig": {
"value": false
}
},
"http://registry.gpii.net/applications/com.microsoft.windows.soundSentry": {
"WindowsEffect": 2
},
Expand Down
12 changes: 0 additions & 12 deletions tests/platform/windows/windows-builtIn-testSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,6 @@ gpii.tests.windows.builtIn = [
"functionName": "Volume"
}
}
],
"com.microsoft.windows.mirrorScreen": [
{
"settings": {
"ScreenMirrorConfig": {
"value": false
}
},
"options": {
"functionName": "ScreenMirror"
}
}
]
},
"gpii.windows.spiSettingsHandler": {
Expand Down

0 comments on commit b49b07b

Please sign in to comment.