This commit is contained in:
Hiiragi
2024-10-24 21:08:49 +08:00
commit 63329f0df5
35 changed files with 512 additions and 0 deletions

35
build-profile.json5 Normal file
View File

@ -0,0 +1,35 @@
{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}