-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbuild-profile.json5
122 lines (122 loc) · 2.63 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/luyao/.ohos/config/default_HarmonyWorld_fwceqV8rNKWSUVW1Pb4mI7tbkejAJNw-Eiis5V5RIeo=.cer",
"storePassword": "0000001A40AB133C023ED8F0ABCEB6D89290FCAB0BED90C35463A99DDA2F1815B9ED5C31F251F0C01BD8",
"keyAlias": "debugKey",
"keyPassword": "0000001ACACCD9B6FB0106CD774B56DCF0A9395CE418E9F4ADFE4BEE598A02AC8675DFB5143BDAEA0C34",
"profile": "/Users/luyao/.ohos/config/default_HarmonyWorld_fwceqV8rNKWSUVW1Pb4mI7tbkejAJNw-Eiis5V5RIeo=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/luyao/.ohos/config/default_HarmonyWorld_fwceqV8rNKWSUVW1Pb4mI7tbkejAJNw-Eiis5V5RIeo=.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.1.0(11)",
"compatibleSdkVersion": "4.1.0(11)",
"runtimeOS": "HarmonyOS",
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "utils",
"srcPath": "./common/utils"
},
{
"name": "floatWindow",
"srcPath": "./feature/floatWindow"
},
{
"name": "components",
"srcPath": "./common/components"
},
{
"name": "hspOne",
"srcPath": "./feature/hspOne",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "hspTwo",
"srcPath": "./feature/hspTwo",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "harOne",
"srcPath": "./feature/harOne"
},
{
"name": "harTwo",
"srcPath": "./feature/harTwo"
},
{
"name": "bridge",
"srcPath": "./common/bridge",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "stateManage",
"srcPath": "./feature/stateManage"
},
{
"name": "scan",
"srcPath": "./feature/scan"
},
{
"name": "web",
"srcPath": "./feature/web"
},
{
"name": "dialog",
"srcPath": "./feature/dialog"
}
]
}