harmony/build-profile.json5
2025-05-15 13:14:18 +08:00

73 lines
1.3 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",
},
{
"name": "polyv",
"srcPath": "./polyv"
},
{
"name": "scene_single_video",
"srcPath": "./scene_single_video"
}
]
}