更新默认OpenHarmony工程

Signed-off-by: Madixin <madixin@huawei.com>
This commit is contained in:
Madixin 2024-11-27 11:27:54 +08:00 committed by Madi
parent 9ff70d9c78
commit 8aebc58a53
6 changed files with 10 additions and 11 deletions

View File

@ -8,7 +8,8 @@
"name": "default", "name": "default",
"signingConfig": "default", "signingConfig": "default",
"compileSdkVersion": 12, "compileSdkVersion": 12,
"compatibleSdkVersion": 12 "compatibleSdkVersion": 12,
"runtimeOS": "OpenHarmony"
} }
], ],
"buildModeSet": [ "buildModeSet": [

View File

@ -4,8 +4,7 @@
"type": "har", "type": "har",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
] ]
} }
} }

View File

@ -1,4 +1,5 @@
{ {
"modelVersion": "5.0.1",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@ohos/hypium": "1.0.6" "@ohos/hypium": "1.0.6"
@ -8,4 +9,4 @@
"repository": {}, "repository": {},
"version": "", "version": "",
"dependencies": {} "dependencies": {}
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "sharedlibrary", "name": "@ohos/libraryimageknife",
"version": "1.0.0", "version": "1.0.0",
"description": "Please describe the basic information.", "description": "Please describe the basic information.",
"main": "Index.ets", "main": "Index.ets",

View File

@ -4,9 +4,8 @@
"type": "shared", "type": "shared",
"description": "$string:shared_desc", "description": "$string:shared_desc",
"deviceTypes": [ "deviceTypes": [
"phone", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"pages": "$profile:main_pages" "pages": "$profile:main_pages"

View File

@ -5,9 +5,8 @@
"description": "$string:module_test_desc", "description": "$string:module_test_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"phone", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,