From 74e7087f693fa3e29956beda2280e614ec029068 Mon Sep 17 00:00:00 2001 From: fangwusheng Date: Sun, 18 Jan 2026 11:37:13 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E6=94=B9test=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=B7=A5=E7=A8=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangwusheng --- test/common_event_manager/test/build-profile.json5 | 5 +++-- test/common_event_manager/test/entry/src/main/module.json5 | 4 +--- test/common_event_manager/test/hvigor/hvigor-config.json5 | 6 ++---- test/common_event_manager/test/oh-package.json5 | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/test/common_event_manager/test/build-profile.json5 b/test/common_event_manager/test/build-profile.json5 index a37db2d..aa855fc 100644 --- a/test/common_event_manager/test/build-profile.json5 +++ b/test/common_event_manager/test/build-profile.json5 @@ -19,8 +19,9 @@ { name: "default", signingConfig: "default", - targetSdkVersion: "21", - compatibleSdkVersion: "21", + targetSdkVersion: "23", + compatibleSdkVersion: "23", + compileSdkVersion: "23", runtimeOS: "OpenHarmony", buildOption: { strictMode: { diff --git a/test/common_event_manager/test/entry/src/main/module.json5 b/test/common_event_manager/test/entry/src/main/module.json5 index 640c2ca..5088ed3 100644 --- a/test/common_event_manager/test/entry/src/main/module.json5 +++ b/test/common_event_manager/test/entry/src/main/module.json5 @@ -19,9 +19,7 @@ "type": "entry", "description": "$string:module_desc", "mainElement": "EntryAbility", - "deviceTypes": [ - "phone" - ], + "deviceTypes": ["default"], "deliveryWithInstall": true, "installationFree": false, "srcEntry": "ohos_app_cangjie_entry.MyAbilityStage", diff --git a/test/common_event_manager/test/hvigor/hvigor-config.json5 b/test/common_event_manager/test/hvigor/hvigor-config.json5 index 8575e97..103d3c5 100644 --- a/test/common_event_manager/test/hvigor/hvigor-config.json5 +++ b/test/common_event_manager/test/hvigor/hvigor-config.json5 @@ -14,10 +14,8 @@ */ { - "modelVersion": "6.0.0", - "dependencies": { - "@ohos/cangjie-build-support": "file:cangjie-build-support-6.0.810.tgz" - }, + "modelVersion": "6.1.0", + "dependencies": {}, "execution": { // "analyze": "normal", /* Define the build analyze mode. Value: [ "normal" | "advanced" | "ultrafine" | false ]. Default: "normal" */ // "daemon": true, /* Enable daemon compilation. Value: [ true | false ]. Default: true */ diff --git a/test/common_event_manager/test/oh-package.json5 b/test/common_event_manager/test/oh-package.json5 index 2903027..ea28853 100644 --- a/test/common_event_manager/test/oh-package.json5 +++ b/test/common_event_manager/test/oh-package.json5 @@ -14,7 +14,7 @@ */ { - "modelVersion": "6.0.0", + "modelVersion": "6.1.0", "description": "Please describe the basic information.", "dependencies": { },