test: 修改test目录下配置文件适配工程配置

Signed-off-by: fangwusheng <fangwusheng@h-partners.com>
This commit is contained in:
fangwusheng
2026-01-18 11:37:13 +08:00
parent bdb785641b
commit 74e7087f69
4 changed files with 7 additions and 10 deletions
@@ -19,8 +19,9 @@
{
name: "default",
signingConfig: "default",
targetSdkVersion: "21",
compatibleSdkVersion: "21",
targetSdkVersion: "23",
compatibleSdkVersion: "23",
compileSdkVersion: "23",
runtimeOS: "OpenHarmony",
buildOption: {
strictMode: {
@@ -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",
@@ -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 */
@@ -14,7 +14,7 @@
*/
{
"modelVersion": "6.0.0",
"modelVersion": "6.1.0",
"description": "Please describe the basic information.",
"dependencies": {
},