-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbuild-profile.json5
53 lines (53 loc) · 1.35 KB
/
build-profile.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "config\\default_ohos_smart_dialog_qC1s_tO_oGNOdYv8rBnkmmi3AQaaqNMoquE2-HrzQu0=.cer",
"storePassword": "0000001BC5708C643E198AB12658AF158313A6809B58CD77170D46D29C479CB62AF5EADC6E0804AC01A76E",
"keyAlias": "debugKey",
"keyPassword": "0000001B34790B7A23D08EBF0F1EBAAF0D5B22CB47BE889DB37B741E76E6FFD01D696ECBB5C1ED842E7DDD",
"profile": "config\\default_ohos_smart_dialog_qC1s_tO_oGNOdYv8rBnkmmi3AQaaqNMoquE2-HrzQu0=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "config\\default_ohos_smart_dialog_qC1s_tO_oGNOdYv8rBnkmmi3AQaaqNMoquE2-HrzQu0=.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "smart_dialog",
"srcPath": "./smart_dialog",
}
]
}