{
"app": {
"signingConfigs": [
{
"name": "release",
"type": "HarmonyOS",
"material": {
"certpath": "signature/OpenHarmony.cer",
"keyAlias": "OpenHarmony Application Release",
"keyPassword": "000000163A9BEF81ADA41E16D3F578F3797BD91F31DD8CA8A098B3D1336A40CDAF1FA8943BBB",
"profile": "signature/camera.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "signature/OpenHarmony.p12",
"storePassword": "00000016FDA1D772B52A9228CEB59EF23467EFB6F77F125284178A34CB7C4B9D1A74C162330F"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "release",
"compileSdkVersion": "26.0.0",
"targetSdkVersion": 20,
"compatibleSdkVersion": 20,
"runtimeOS": "OpenHarmony",
"buildOption": {
"nativeCompiler": "BiSheng"
}
},
]
},
"modules": [
{
"name": "common",
"srcPath": "./common"
},
{
"name": "pc",
"srcPath": "./product/pc",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "tablet",
"srcPath": "./product/tablet",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "photo",
"srcPath": "./features/photo"
},
{
"name": "video",
"srcPath": "./features/video"
},
{
"name": "extend",
"srcPath": "./features/extend"
},
{
"name": "picker",
"srcPath": "./product/picker",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "pcpicker",
"srcPath": "./product/pcpicker",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "appnative",
"srcPath": "./appnative"
}
]
}