-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild-profile.json5
49 lines (49 loc) · 1.38 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
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Enbin\\.ohos\\config\\default_MyApplication2_n7Zm6ed9Qq1L2C8mdfOrOtMVwfatqORm2-Ei1admeiE=.cer",
"storePassword": "0000001A4529DF9108CCADACB923573629B9184C64780A988D090AAAEFEB1B18A7982EB40DD4E50C32AA",
"keyAlias": "debugKey",
"keyPassword": "0000001AB0B7C27E8C6F8F6A44C045B73F874FB7296B7587912117BAEFF852E86D17A05745FA0F5B544A",
"profile": "C:\\Users\\Enbin\\.ohos\\config\\default_MyApplication2_n7Zm6ed9Qq1L2C8mdfOrOtMVwfatqORm2-Ei1admeiE=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Enbin\\.ohos\\config\\default_MyApplication2_n7Zm6ed9Qq1L2C8mdfOrOtMVwfatqORm2-Ei1admeiE=.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"
]
}
]
}
]
}