-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-profile.json5
61 lines (61 loc) · 1.51 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
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/heyu/.ohos/config/default_iot_link_ohos_3fO_LQrygN0ktxtGM0dB8ecDQJHPl2MfTGeXEGJ5tcQ=.cer",
"storePassword": "0000001BD9ABF1C87676111DC3C0351A045A8F963694ADCE7D047C293469E4E30356A693D0C45A1FB4B550",
"keyAlias": "debugKey",
"keyPassword": "0000001B0824485C49BCBAA30641E0D91507EEC5AD5F77C389307900B6D92172564A824600A76EB451973E",
"profile": "/Users/heyu/.ohos/config/default_iot_link_ohos_3fO_LQrygN0ktxtGM0dB8ecDQJHPl2MfTGeXEGJ5tcQ=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/heyu/.ohos/config/default_iot_link_ohos_3fO_LQrygN0ktxtGM0dB8ecDQJHPl2MfTGeXEGJ5tcQ=.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": "sdkdemo",
"srcPath": "./sdkdemo",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}