From e9e28e11ed96d49ed5faf9a807a9a14bd990306e Mon Sep 17 00:00:00 2001 From: yuxiaoya2 Date: Wed, 10 Apr 2024 16:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A02in1=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuxiaoya2 Change-Id: I622a9f30eb0022a59141134fa8df52d142e8ba0d --- .../server/hap/entry/src/main/module.json | 8 ++++++-- .../client/entry/src/main/module.json | 10 +++++++--- .../server/entry/src/main/module.json | 8 ++++++-- .../client/hap/src/main/config.json | 2 +- .../server/entry/src/main/module.json | 10 +++++++--- .../client/entry/src/main/module.json | 10 +++++++--- .../server/entry/src/main/module.json | 10 +++++++--- .../client/hap/src/main/config.json | 2 +- .../server/hap/entry/src/main/module.json | 10 +++++++--- 9 files changed, 49 insertions(+), 21 deletions(-) diff --git a/distributeddatamgr/jstest/distributed_data_object/server/hap/entry/src/main/module.json b/distributeddatamgr/jstest/distributed_data_object/server/hap/entry/src/main/module.json index 9eff5f9..96f0d22 100644 --- a/distributeddatamgr/jstest/distributed_data_object/server/hap/entry/src/main/module.json +++ b/distributeddatamgr/jstest/distributed_data_object/server/hap/entry/src/main/module.json @@ -5,9 +5,13 @@ "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:entry_desc", "mainElement": "MainAbility", - "deviceTypes": [ + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable", "default", - "tablet" + "2in1" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/distributeddatamgr/jstest/distributed_data_object_stage/client/entry/src/main/module.json b/distributeddatamgr/jstest/distributed_data_object_stage/client/entry/src/main/module.json index 68928d3..9386993 100644 --- a/distributeddatamgr/jstest/distributed_data_object_stage/client/entry/src/main/module.json +++ b/distributeddatamgr/jstest/distributed_data_object_stage/client/entry/src/main/module.json @@ -5,9 +5,13 @@ "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet" + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable", + "default", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/distributeddatamgr/jstest/distributed_data_object_stage/server/entry/src/main/module.json b/distributeddatamgr/jstest/distributed_data_object_stage/server/entry/src/main/module.json index 70ea3fe..7bcfe9b 100644 --- a/distributeddatamgr/jstest/distributed_data_object_stage/server/entry/src/main/module.json +++ b/distributeddatamgr/jstest/distributed_data_object_stage/server/entry/src/main/module.json @@ -5,9 +5,13 @@ "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", - "deviceTypes": [ + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable", "default", - "tablet" + "2in1" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/config.json b/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/config.json index 086a22d..6cbed08 100644 --- a/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/config.json +++ b/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/config.json @@ -23,7 +23,7 @@ "tv", "wearable", "default", - "2in1" + "2in1" ], "distro": { "deliveryWithInstall": true, diff --git a/distributeddatamgr/jstest/distributed_kv_store/server/entry/src/main/module.json b/distributeddatamgr/jstest/distributed_kv_store/server/entry/src/main/module.json index 94153bd..02bc33c 100644 --- a/distributeddatamgr/jstest/distributed_kv_store/server/entry/src/main/module.json +++ b/distributeddatamgr/jstest/distributed_kv_store/server/entry/src/main/module.json @@ -5,9 +5,13 @@ "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:entry_desc", "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet" + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable", + "default", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/distributeddatamgr/jstest/distributed_rdb_stage_store/client/entry/src/main/module.json b/distributeddatamgr/jstest/distributed_rdb_stage_store/client/entry/src/main/module.json index 99f364a..78ce502 100644 --- a/distributeddatamgr/jstest/distributed_rdb_stage_store/client/entry/src/main/module.json +++ b/distributeddatamgr/jstest/distributed_rdb_stage_store/client/entry/src/main/module.json @@ -5,9 +5,13 @@ "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet" + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable", + "default", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/distributeddatamgr/jstest/distributed_rdb_stage_store/server/entry/src/main/module.json b/distributeddatamgr/jstest/distributed_rdb_stage_store/server/entry/src/main/module.json index 040d4ac..cdcb4cb 100644 --- a/distributeddatamgr/jstest/distributed_rdb_stage_store/server/entry/src/main/module.json +++ b/distributeddatamgr/jstest/distributed_rdb_stage_store/server/entry/src/main/module.json @@ -5,9 +5,13 @@ "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet" + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable", + "default", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/config.json b/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/config.json index e9a32fd..7712087 100644 --- a/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/config.json +++ b/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/config.json @@ -24,7 +24,7 @@ "tv", "wearable", "default", - "2in1" + "2in1" ], "distro": { "deliveryWithInstall": true, diff --git a/distributeddatamgr/jstest/distributed_rdb_store/server/hap/entry/src/main/module.json b/distributeddatamgr/jstest/distributed_rdb_store/server/hap/entry/src/main/module.json index 6a09e86..6ad585f 100644 --- a/distributeddatamgr/jstest/distributed_rdb_store/server/hap/entry/src/main/module.json +++ b/distributeddatamgr/jstest/distributed_rdb_store/server/hap/entry/src/main/module.json @@ -5,9 +5,13 @@ "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet" + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable", + "default", + "2in1" ], "deliveryWithInstall": true, "installationFree": false,