Ohos/BasicVideoCall/build-profile.json5 (42 lines of code) (raw):
{
"app": {
"signingConfigs": [
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "Demo",
"srcPath": "./Demo",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
]
}