From 57cdfae52bead9fb0a9fa6074b77517a223881d7 Mon Sep 17 00:00:00 2001 From: yanglifeng1217 Date: Tue, 6 Dec 2022 19:26:55 +0800 Subject: [PATCH] Signed-off-by: yanglifeng1217 --- .../dataObjectjstest/hap/src/main/config.json | 3 ++- distributeddatamgr/dataSharejstest/hap/src/main/config.json | 4 ++-- .../distributedKVStorejstest/hap/src/main/config.json | 5 +++-- .../preferencesjstest/hap/src/main/config.json | 6 +++--- .../relationalStoreStagetest/entry/src/main/module.json | 5 +++-- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/distributeddatamgr/dataObjectjstest/hap/src/main/config.json b/distributeddatamgr/dataObjectjstest/hap/src/main/config.json index 5cd042f20..7aaccad9a 100644 --- a/distributeddatamgr/dataObjectjstest/hap/src/main/config.json +++ b/distributeddatamgr/dataObjectjstest/hap/src/main/config.json @@ -17,7 +17,8 @@ "name": ".entry", "mainAbility": ".MainAbility", "deviceType": [ - "default", + "default", + "tablet", "phone" ], "distro": { diff --git a/distributeddatamgr/dataSharejstest/hap/src/main/config.json b/distributeddatamgr/dataSharejstest/hap/src/main/config.json index 8a86c779b..af3908bab 100644 --- a/distributeddatamgr/dataSharejstest/hap/src/main/config.json +++ b/distributeddatamgr/dataSharejstest/hap/src/main/config.json @@ -16,8 +16,8 @@ "package": "ohos.acts.dataSharejstest", "name": ".entry", "deviceType": [ - "tablet", - "default", + "default", + "tablet", "phone" ], "distro": { diff --git a/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json b/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json index e1b24342d..60b078688 100644 --- a/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json +++ b/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/config.json @@ -18,8 +18,9 @@ "mainAbility": ".MainAbility", "srcPath":"", "deviceType": [ - "default", - "tablet" + "default", + "tablet", + "phone" ], "distro": { "deliveryWithInstall": true, diff --git a/distributeddatamgr/preferencesjstest/hap/src/main/config.json b/distributeddatamgr/preferencesjstest/hap/src/main/config.json index 652a38366..d02d08842 100644 --- a/distributeddatamgr/preferencesjstest/hap/src/main/config.json +++ b/distributeddatamgr/preferencesjstest/hap/src/main/config.json @@ -16,9 +16,9 @@ "package": "ohos.acts.preferencesjstest", "name": ".entry", "deviceType": [ - "tablet", - "default", - "phone" + "tablet", + "default", + "phone" ], "distro": { "deliveryWithInstall": true, diff --git a/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json b/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json index 9da232903..eed3943f3 100644 --- a/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json +++ b/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json @@ -8,8 +8,9 @@ "description": "$string:entry_desc", "mainElement": "MainAbility", "deviceTypes": [ - "default", - "tablet" + "default", + "tablet", + "phone" ], "deliveryWithInstall": true, "installationFree": false, -- GitLab