HMDemo/build-profile.json5
2024-03-07 11:33:23 +08:00

48 lines
812 B
Plaintext

{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.1.0(11)",
"compatibleSdkVersion": "4.0.0(10)",
"runtimeOS": "HarmonyOS",
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "app",
"srcPath": "./app",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "shareLib",
"srcPath": "./shareLib",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}