-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathbuild-profile.json5
59 lines (59 loc) · 2.03 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
{
"app": {
"signingConfigs": [
// {
// "name": "default",
// "type": "HarmonyOS",
// "material": {
// "certpath": "C:\\Users\\XML\\.ohos\\config\\auto_debug_dsbrige-demo_com.hzw.dsbrige_40086000000034244.cer",
// "storePassword": "0000001B1C1534C7E1ABCEBA1CD52558F7E7779255409A648491F2D87B76D9A24466026C40941730300685",
// "keyAlias": "debugKey",
// "keyPassword": "0000001B4F1F3B61AB4D995FF1EE597FF674AC21FEDF291E39CD446C317255684ECD4EEEA1B449BFA1336E",
// "profile": "C:\\Users\\XML\\.ohos\\config\\auto_debug_dsbrige-demo_com.hzw.dsbrige_40086000000034244.p7b",
// "signAlg": "SHA256withECDSA",
// "storeFile": "C:\\Users\\XML\\.ohos\\config\\auto_debug_dsbrige-demo_com.hzw.dsbrige_40086000000034244.p12"
// }
// },
// {
// "name": "dev",
// "type": "HarmonyOS",
// "material": {
// "storePassword": "0000001AD3E70B3390747316F31068ACB366520BEB3A38C0CC40BD3598C13D48CBD879A87CEE8C033F80",
// "certpath": "./config/dsbridge.cer",
// "keyAlias": "dsbridge",
// "keyPassword": "0000001ADDD7BEAA0C1757391F0D72EAEFF37965BA2DFC12054DF5FDCFB17325D3559FA70B5E3C8FA801",
// "profile": "./config/dsbridgeDebug.p7b",
// "signAlg": "SHA256withECDSA",
// "storeFile": "./config/dsbridge.p12"
// }
// }
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"targetSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "library",
"srcPath": "./library"
}
]
}