-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle.json
42 lines (42 loc) · 863 Bytes
/
bundle.json
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
{
"name": "@ohos/weight_raft",
"description": "weight_raft.",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/weight_raft"
},
"dirs": {},
"scripts": {},
"component": {
"name": "weight_raft",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"mini",
"small",
"standard"
],
"rom": "10KB",
"ram": "10KB",
"deps": {
"components": [],
"third_party": [
"braft",
"brpc",
"json"
]
},
"build": {
"sub_component": [
"//third_party/weight_raft:weight_raft",
"//third_party/weight_raft:weight_raft_server",
"//third_party/weight_raft:weight_raft_client"
],
"inner_kits": [],
"test": []
}
}
}