diff --git a/distributeddatamgr/preferencesdatagroupidtest/src/main/module.json b/distributeddatamgr/preferencesdatagroupidtest/src/main/module.json index 9781a30a69aa969c19010da8fa32ff68e3d26d37..bbdb624b801d7cf60da6c878958ca54e5df78fca 100644 --- a/distributeddatamgr/preferencesdatagroupidtest/src/main/module.json +++ b/distributeddatamgr/preferencesdatagroupidtest/src/main/module.json @@ -7,8 +7,7 @@ "deviceTypes": [ "default", "tablet", - "phone", - "2in1" + "phone" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/distributeddatamgr/relationalstoredatagroupidtest/src/main/module.json b/distributeddatamgr/relationalstoredatagroupidtest/src/main/module.json index 766cc11af93df1b5fad8748ad7d7ab28f8c0b8b2..23d85fb62f443f042bc42dfc8fb3106be0eb261e 100644 --- a/distributeddatamgr/relationalstoredatagroupidtest/src/main/module.json +++ b/distributeddatamgr/relationalstoredatagroupidtest/src/main/module.json @@ -7,8 +7,7 @@ "deviceTypes": [ "default", "tablet", - "phone", - "2in1" + "phone" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/driver/device_manager/src/main/config.json b/driver/device_manager/src/main/config.json index fdfd69bf320f9c903b48e40a9ea167c6b8b7aabb..915b7241aac8d2d8def20f09e7e50fc33d4f465b 100644 --- a/driver/device_manager/src/main/config.json +++ b/driver/device_manager/src/main/config.json @@ -18,8 +18,7 @@ "deviceType": [ "tablet", "default", - "phone", - "2in1" + "phone" ], "distro": { "deliveryWithInstall": true, diff --git a/multimedia/image/image_js_standard/image/src/main/config.json b/multimedia/image/image_js_standard/image/src/main/config.json index 918d86cbda32ce83105062fcadc2938178fc9e7d..657bc15460bebcaad7889d4c41814936eda7139c 100644 --- a/multimedia/image/image_js_standard/image/src/main/config.json +++ b/multimedia/image/image_js_standard/image/src/main/config.json @@ -62,8 +62,7 @@ "phone", "tablet", "tv", - "wearable", - "2in1" + "wearable" ], "mainAbility": ".MainAbility", "distro": { diff --git a/storage/backupextensiontest/entry/src/main/module.json b/storage/backupextensiontest/entry/src/main/module.json index f86610a6a3873c031d58125a0ee2c9df454a0af6..8e19922c477b10022a4fc8f4444244c4af7ea0c4 100644 --- a/storage/backupextensiontest/entry/src/main/module.json +++ b/storage/backupextensiontest/entry/src/main/module.json @@ -8,8 +8,7 @@ "deviceTypes": [ "tablet", "default", - "phone", - "2in1" + "phone" ], "deliveryWithInstall": true, "installationFree": false,