Files
LayaNative2.0/publish/nativetools/template/ohos/build-profile.json5
T
helloworldlv a513fcbc52 同步
2025-11-24 17:34:26 +08:00

32 lines
579 B
Plaintext

{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.3(15)",
"runtimeOS": "HarmonyOS",
"targetSdkVersion": "6.0.1(21)"
}
],
"signingConfigs": []
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "libSysCapabilities",
"srcPath": "./libSysCapabilities"
}
]
}