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_demo_panel_com.example.myapplication_70086000144137060.cer",
"storePassword": "0000001B767E7E8C6D3EBFB6061DAE0E0136D0BDF27E3115977950BFFF98B3355E9353160B972AA3C07C07",
"keyAlias": "debugKey",
"keyPassword": "0000001BBD05595914755974A2674C85F88396B4366BFBEE8893724421C4C36C138D1BC83330092A159397",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony_demo_panel_com.example.myapplication_70086000144137060.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony_demo_panel_com.example.myapplication_70086000144137060.p12"
}
}
2023-10-08 14:24:05 +08:00
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}