harmony/build-profile.json5
2025-05-09 15:47:54 +08:00

65 lines
1.2 KiB
Plaintext

{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.2(14)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "default",
"srcPath": "./products/expert",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "uicomponents",
"srcPath": "./commons/uicomponents",
},
{
"name": "utils",
"srcPath": "./commons/utils",
},
{
"name": "mypage",
"srcPath": "./features/mypage"
},
{
"name": "basic",
"srcPath": "./commons/basic",
},
{
"name": "Home",
"srcPath": "./features/Home",
},
{
"name": "register",
"srcPath": "./features/register",
}
]
}