harmony-demo-panel/build-profile.json5
2023-11-22 18:34:30 +08:00

50 lines
1.4 KiB
Plaintext

{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.0.0(10)",
"compatibleSdkVersion": "4.0.0(10)",
"runtimeOS": "HarmonyOS"
}
],
"buildModeSet": [
{
"name": "debug"
},
{
"name": "release"
}
],
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony-demo-panel_com.example.panel_70086000144137060.cer",
"storePassword": "0000001BDA1568E6FC7F9D67F9116B46BAF3635A180A9B0F775F92EA9056F74C573805DE767B74781E8246",
"keyAlias": "debugKey",
"keyPassword": "0000001B1716A04F4856291436BCE42F79B026527EA9427CAC968CAD6672539EA36D30AB2F3D853CE0F1BB",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony-demo-panel_com.example.panel_70086000144137060.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony-demo-panel_com.example.panel_70086000144137060.p12"
}
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}