harmony-template/build-profile.json5

50 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-10-08 14:24:05 +08:00
{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.0.0(10)",
"compatibleSdkVersion": "4.0.0(10)",
2023-10-25 18:07:55 +08:00
"runtimeOS": "HarmonyOS"
2023-10-08 14:24:05 +08:00
}
],
"buildModeSet": [
{
2023-10-25 18:07:55 +08:00
"name": "debug"
2023-10-08 14:24:05 +08:00
},
{
"name": "release"
}
2023-10-25 18:07:55 +08:00
],
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony-template_com.example.myapplication_70086000144137060.cer",
"storePassword": "0000001A4E024BA063005297DAF51A4E6AC02DC4110DB0F9ECDE58FB011E8C50A5CC87E5863792EEDF4C",
2023-10-25 18:07:55 +08:00
"keyAlias": "debugKey",
"keyPassword": "0000001A19D14859F9DF7CA863C1E9DBBFA175415654D0A40427DA68F389526520D09076BFCDEB369B0A",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony-template_com.example.myapplication_70086000144137060.p7b",
2023-10-25 18:07:55 +08:00
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony-template_com.example.myapplication_70086000144137060.p12"
2023-10-25 18:07:55 +08:00
}
}
2023-10-08 14:24:05 +08:00
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}