-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbuild-profile.json5
70 lines (70 loc) · 1.76 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_HarmonyUtils_CMdHBmfPiA_XUKbuKPjuQjwbq8ZkGKaaSQqm0yqzRtU=.cer",
"storePassword": "0000001B0DF76E654FF6E5AB03118AEB4E05BAA17FB3C7BC6A7EB6FB862FA8106E73C3A30AF65C253EBFE1",
"keyAlias": "debugKey",
"keyPassword": "0000001BDD3881C32B33F7B558A167F1863D0990288E158FE871C792846E66C83B06A2F680B0F414D3557C",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\default_HarmonyUtils_CMdHBmfPiA_XUKbuKPjuQjwbq8ZkGKaaSQqm0yqzRtU=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_HarmonyUtils_CMdHBmfPiA_XUKbuKPjuQjwbq8ZkGKaaSQqm0yqzRtU=.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"useNormalizedOHMUrl": false
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "harmony_utils",
"srcPath": "./harmony_utils"
},
{
"name": "harmony_dialog",
"srcPath": "./harmony_dialog",
},
{
"name": "spinkit",
"srcPath": "./spinkit",
},
{
"name": "china_area",
"srcPath": "./china_area",
}
]
}