-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-profile.json5
93 lines (93 loc) · 2.11 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/hzlzh/.ohos/config/default_Music_-U-LnA0qIDHZqL-BNelGcrZI7D3zfhj1KuiAEV_Pe7g=.cer",
"storePassword": "0000001B8477E97B467A783AE1F7EF9A89172897D3D07DDD6C7E8F27FB626205F076C1042094D6B4B900CC",
"keyAlias": "debugKey",
"keyPassword": "0000001B56AF6C6E48804358B49A7B6AADF355265620F933210F1AF07641E12EE464C07A7976B30464F3CB",
"profile": "/Users/hzlzh/.ohos/config/default_Music_-U-LnA0qIDHZqL-BNelGcrZI7D3zfhj1KuiAEV_Pe7g=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/hzlzh/.ohos/config/default_Music_-U-LnA0qIDHZqL-BNelGcrZI7D3zfhj1KuiAEV_Pe7g=.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "phone",
"srcPath": "./products/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "commonConstant",
"srcPath": "./common/commonConstant",
},
{
"name": "commonMedia",
"srcPath": "./common/commonMedia",
},
{
"name": "live",
"srcPath": "./features/live",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "musicComment",
"srcPath": "./features/musicComment",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "musicList",
"srcPath": "./features/musicList",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}