applications_screenshot/build-profile.json5

29 lines
521 B
Plaintext
Raw Permalink Normal View History

{
"app": {
"products": [
{
"name": "default",
"signingConfig": "release",
"compileSdkVersion": 12,
"compatibleSdkVersion": 12,
"targetSdkVersion": 12,
"runtimeOS": "OpenHarmony",
}
],
"signingConfigs": []
},
"modules": [
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default",
],
},
],
}
],
}