-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-profile.json5
More file actions
64 lines (64 loc) · 1.66 KB
/
build-profile.json5
File metadata and controls
64 lines (64 loc) · 1.66 KB
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
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\wwhby\\.ohos\\config\\default_Websocket2_bhikeCFmffOMsr6veH5xYdRRNnhWgv1YsWuCERsdwYw=.cer",
"keyAlias": "debugKey",
"keyPassword": "0000001B05E663406961FEF0BAE4390B3936DAC73ECEC7E55139E634F3BA68CE99FB3742E1A896D2B821D6",
"profile": "C:\\Users\\wwhby\\.ohos\\config\\default_Websocket2_bhikeCFmffOMsr6veH5xYdRRNnhWgv1YsWuCERsdwYw=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\wwhby\\.ohos\\config\\default_Websocket2_bhikeCFmffOMsr6veH5xYdRRNnhWgv1YsWuCERsdwYw=.p12",
"storePassword": "0000001BA076202E2AC11C332ECF7F19B079CC9BA6F4C7BC8119F68FF5CE0479DC3BF8E7948459089F6FB3"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"targetSdkVersion": "5.1.0(18)",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
// {
// "name": "library",
// "srcPath": "./library",
// },
{
"name": "websocket",
"srcPath": "./websocket",
}
]
}