!47 适配新的ide

Merge pull request !47 from chenlang/OpenHarmony-4.0-Beta1
This commit is contained in:
openharmony_ci 2023-05-30 09:15:04 +00:00 committed by Gitee
commit a5685b9432
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 14 additions and 8 deletions

View File

@ -1,14 +1,18 @@
{
"app": {
"signingConfigs": [
],
"compileSdkVersion": 10,
"compatibleSdkVersion": 10,
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 10,
"compatibleSdkVersion": 10,
"runtimeOS": "OpenHarmony"
}
],
"buildModeSet":[
{"name":"debug"},
{name:"release"}
]
},
"modules": [

View File

@ -5,9 +5,6 @@
"targets": [
{
"name": "default",
},
{
"name": "ohosTest",
}
]
}

View File

@ -1 +1,6 @@
{}
{
"src":[
"DataAbility/DataExtAbility",
"StaticSubscriber/UserChangeStaticSubscriber"
]
}