diff --git a/account/appaccount/actsaccountoperatetest/src/main/config.json b/account/appaccount/actsaccountoperatetest/src/main/config.json index 90decaf4ca3dcfc820f4417689d909f3c10b0efb..c30611b150d96aa52394cba994497d0ad10ac25c 100644 --- a/account/appaccount/actsaccountoperatetest/src/main/config.json +++ b/account/appaccount/actsaccountoperatetest/src/main/config.json @@ -17,7 +17,8 @@ "package": "com.example.actsaccountoperatetest", "name": ".MyApplication", "deviceType": [ - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -111,4 +112,4 @@ "srcPath": "TestRunner" } } -} \ No newline at end of file +} diff --git a/account/appaccount/actsgetaccountsbyowner/src/main/config.json b/account/appaccount/actsgetaccountsbyowner/src/main/config.json index 0e54794356ec9d908cbbeb70917d4e279f2737eb..5901a7d3cfd71f8cbe003a9cb283e98ba29272fe 100644 --- a/account/appaccount/actsgetaccountsbyowner/src/main/config.json +++ b/account/appaccount/actsgetaccountsbyowner/src/main/config.json @@ -19,7 +19,8 @@ "mainAbility": ".MainAbility", "srcPath":"", "deviceType": [ - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -124,4 +125,4 @@ "srcPath": "TestRunner" } } -} \ No newline at end of file +} diff --git a/account/appaccount/actssetcheckdatasyncenable/src/main/config.json b/account/appaccount/actssetcheckdatasyncenable/src/main/config.json index 5e61894391bcf2a8cddfb9f86ed5b429bc6f3792..4aa7921346e8fe3e72bda859d1d5b6153150fe8d 100644 --- a/account/appaccount/actssetcheckdatasyncenable/src/main/config.json +++ b/account/appaccount/actssetcheckdatasyncenable/src/main/config.json @@ -19,7 +19,8 @@ "mainAbility": ".MainAbility", "srcPath":"", "deviceType": [ - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -128,4 +129,4 @@ "srcPath": "TestRunner" } } -} \ No newline at end of file +} diff --git a/account/appaccount/getallaccounts/actsgetallaccountsnoparameter/src/main/config.json b/account/appaccount/getallaccounts/actsgetallaccountsnoparameter/src/main/config.json index 108d3d283f38d56d1b24fe713d7b24fcde692740..269a00c92a4b9c6a314feb4e8e769d07f2e5c549 100644 --- a/account/appaccount/getallaccounts/actsgetallaccountsnoparameter/src/main/config.json +++ b/account/appaccount/getallaccounts/actsgetallaccountsnoparameter/src/main/config.json @@ -19,7 +19,8 @@ "mainAbility": ".MainAbility", "srcPath":"", "deviceType": [ - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -124,4 +125,4 @@ "srcPath": "TestRunner" } } -} \ No newline at end of file +} diff --git a/account/appaccount/getallaccounts/actsgetmultipleaccounts/src/main/config.json b/account/appaccount/getallaccounts/actsgetmultipleaccounts/src/main/config.json index 37e94203c6ff618821c3cc8d738a80ba35f4ffa0..e3b5ee38be94975904bc5d2726d981cba4a1f1e6 100644 --- a/account/appaccount/getallaccounts/actsgetmultipleaccounts/src/main/config.json +++ b/account/appaccount/getallaccounts/actsgetmultipleaccounts/src/main/config.json @@ -19,7 +19,8 @@ "mainAbility": ".MainAbility", "srcPath":"", "deviceType": [ - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -124,4 +125,4 @@ "srcPath": "TestRunner" } } -} \ No newline at end of file +} diff --git a/barrierfree/accessibilityconfigreqreadpermission/entry/src/main/module.json b/barrierfree/accessibilityconfigreqreadpermission/entry/src/main/module.json index bdaa0d926f93b79ec01b98e998b06a7f171e7993..708fbe4257e5159834a07aa47225a28a4ce8a540 100644 --- a/barrierfree/accessibilityconfigreqreadpermission/entry/src/main/module.json +++ b/barrierfree/accessibilityconfigreqreadpermission/entry/src/main/module.json @@ -6,8 +6,8 @@ "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", "deviceTypes": [ - "tablet", - "phone" + "tablet", + "default" ], "deliveryWithInstall": true, "installationFree": false, @@ -51,4 +51,4 @@ } ] } -} \ No newline at end of file +} diff --git a/barrierfree/accessibilityconfigreqwritepermission/entry/src/main/module.json b/barrierfree/accessibilityconfigreqwritepermission/entry/src/main/module.json index 6167c862f0b513ae18b02a7a67360eeda4c86c0f..1262c281d7f95d00f50d1dcb89617f0a4df05ed8 100644 --- a/barrierfree/accessibilityconfigreqwritepermission/entry/src/main/module.json +++ b/barrierfree/accessibilityconfigreqwritepermission/entry/src/main/module.json @@ -6,8 +6,8 @@ "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", "deviceTypes": [ - "tablet", - "phone" + "tablet", + "default" ], "deliveryWithInstall": true, "installationFree": false, @@ -37,4 +37,4 @@ } ] } -} \ No newline at end of file +} diff --git a/barrierfree/accessibletest/actsgesturesimulationtest/entry/src/main/module.json b/barrierfree/accessibletest/actsgesturesimulationtest/entry/src/main/module.json index ec6e5f605300bdac86fb2633e766b065584b72c8..dd3617c1531c23caed2c344d3fe6e15b913d9379 100644 --- a/barrierfree/accessibletest/actsgesturesimulationtest/entry/src/main/module.json +++ b/barrierfree/accessibletest/actsgesturesimulationtest/entry/src/main/module.json @@ -6,8 +6,7 @@ "description": "$string:entry_desc", "mainElement": "MainAbility", "deviceTypes": [ - "tablet", - "phone", + "default", "tablet" ], "deliveryWithInstall": true, diff --git a/distributeddatamgr/dataObjectjstest/hap/src/main/config.json b/distributeddatamgr/dataObjectjstest/hap/src/main/config.json index 5cd042f20b639798f9a1208195924f0e3b02cd23..6c21eb179cea917f4288c5362b7493bfe58223dc 100644 --- a/distributeddatamgr/dataObjectjstest/hap/src/main/config.json +++ b/distributeddatamgr/dataObjectjstest/hap/src/main/config.json @@ -17,8 +17,8 @@ "name": ".entry", "mainAbility": ".MainAbility", "deviceType": [ - "default", - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -109,4 +109,4 @@ }, "srcPath": "" } -} \ No newline at end of file +} diff --git a/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json b/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json index 4eb191549f534c9a2de1f7641f9b57f3f80e2595..e1b24342d24549abc414e1e79fd687f6c960905b 100644 --- a/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json +++ b/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json @@ -19,7 +19,7 @@ "srcPath":"", "deviceType": [ "default", - "phone" + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -92,4 +92,4 @@ "srcPath": "TestRunner" } } -} \ No newline at end of file +} diff --git a/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json b/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json index 85be88d3637ebecf9c74766ea7ea7f49c6b837f6..9da23290334d7b4eea829923843f7bf570fb1bab 100644 --- a/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json +++ b/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json @@ -9,7 +9,7 @@ "mainElement": "MainAbility", "deviceTypes": [ "default", - "phone" + "tablet" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/hiviewdfx/abilityconstanttest/src/main/config.json b/hiviewdfx/abilityconstanttest/src/main/config.json index c0c7e3dd54017e41fd0a9329f5f06d3af6930d4a..7b2154cd9acbaaa6fa4ae6936c4348c12af9ba42 100755 --- a/hiviewdfx/abilityconstanttest/src/main/config.json +++ b/hiviewdfx/abilityconstanttest/src/main/config.json @@ -19,7 +19,7 @@ "srcPath":"", "deviceType": [ "default", - "phone" + "tablet" ], "distro": { "deliveryWithInstall": true, diff --git a/hiviewdfx/apprecoverytest/src/main/config.json b/hiviewdfx/apprecoverytest/src/main/config.json index 63ce81e7b6f2c9d959f21f3283aca9e1682b8923..1c7cef33a0d257a47a643f0d55d16bec3c12a5c1 100755 --- a/hiviewdfx/apprecoverytest/src/main/config.json +++ b/hiviewdfx/apprecoverytest/src/main/config.json @@ -19,7 +19,7 @@ "srcPath":"", "deviceType": [ "default", - "phone" + "tablet" ], "distro": { "deliveryWithInstall": true, diff --git a/hiviewdfx/hitracemetertest/src/main/config.json b/hiviewdfx/hitracemetertest/src/main/config.json index b245b774a21c61c04f95cd3ad729253d2fd7f88e..eee6cf54e6eef816ba9843dfbb7e5469484d1e04 100755 --- a/hiviewdfx/hitracemetertest/src/main/config.json +++ b/hiviewdfx/hitracemetertest/src/main/config.json @@ -19,7 +19,7 @@ "srcPath":"", "deviceType": [ "default", - "phone" + "tablet" ], "distro": { "deliveryWithInstall": true, diff --git a/multimedia/audio/audio_js_standard/audioInterruptRender/entry/src/main/config.json b/multimedia/audio/audio_js_standard/audioInterruptRender/entry/src/main/config.json index f1ba832bd3d001ae53604ac43ee8efd2b363fb67..e2d3c22e9e3778d5887b4942e14c1211494fe414 100644 --- a/multimedia/audio/audio_js_standard/audioInterruptRender/entry/src/main/config.json +++ b/multimedia/audio/audio_js_standard/audioInterruptRender/entry/src/main/config.json @@ -17,7 +17,8 @@ "name": ".entry", "mainAbility": ".MainAbility", "deviceType": [ - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -67,4 +68,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsNotificationSecondaryDirectory/entry/src/main/module.json b/notification/ans_standard/actsNotificationSecondaryDirectory/entry/src/main/module.json index 9c41ece04253025cf587a9021cdd37c3af31fd0d..d696e1448ab33a73fbc765b180fbafa1a36d95f1 100644 --- a/notification/ans_standard/actsNotificationSecondaryDirectory/entry/src/main/module.json +++ b/notification/ans_standard/actsNotificationSecondaryDirectory/entry/src/main/module.json @@ -6,8 +6,8 @@ "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", "deviceTypes": [ - "tablet", - "phone" + "tablet", + "default" ], "deliveryWithInstall": true, "installationFree": false, @@ -37,4 +37,4 @@ } ] } - } \ No newline at end of file + } diff --git a/storage/storagefileiov9jstest/src/main/config.json b/storage/storagefileiov9jstest/src/main/config.json index 03424320d248a5a9b2fac7933b550913b30aba35..f671d3531f88ccd26e77aed2fe553269224df53c 100644 --- a/storage/storagefileiov9jstest/src/main/config.json +++ b/storage/storagefileiov9jstest/src/main/config.json @@ -16,8 +16,8 @@ "package": "ohos.acts.storage.fileiov9", "name": ".entry", "deviceType": [ - "default", - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, @@ -92,4 +92,4 @@ "mainAbility": ".MainAbility", "srcPath": "" } -} \ No newline at end of file +}