harmony_demo_napi_drawing/build-profile.json5

62 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2023-12-29 22:36:31 +08:00
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony_demo_napi_drawing_com.example.harmony_demo_napi_drawing_70086000144137060.cer",
"storePassword": "0000001BE3753910899E0BBB6ECF202A75EEFB89D3A07523759EE64981C319C97D66402C494CE432BBF304",
"keyAlias": "debugKey",
"keyPassword": "0000001BAC241F099392989D533D4D4FF463DB473AD97FFE782F55EAD43F81EB506344AFD09877228BDBB3",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony_demo_napi_drawing_com.example.harmony_demo_napi_drawing_70086000144137060.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_harmony_demo_napi_drawing_com.example.harmony_demo_napi_drawing_70086000144137060.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.1.0(11)",
"compatibleSdkVersion": "4.0.0(10)",
"runtimeOS": "HarmonyOS"
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "drawing",
"srcPath": "./drawing",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}