-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle.json
65 lines (64 loc) · 1.83 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@ohos/ffrt",
"description": "Concurrent Programming Framework",
"optional": "false",
"version": "4.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/resourceschedule/ffrt"
},
"dirs": {},
"scripts": {},
"component": {
"name": "ffrt",
"subsystem": "resourceschedule",
"syscap": [
"SystemCapability.Resourceschedule.Ffrt.Core"
],
"features": [
"ffrt_support_enable",
"ffrt_allocator_mmap_size",
"ffrt_stack_size"
],
"adapted_system_type": [
"standard"
],
"hisysevent_config": [
"//foundation/resourceschedule/ffrt/hisysevent.yaml"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"bounds_checking_function",
"c_utils",
"hilog",
"hisysevent",
"faultloggerd",
"napi"
]
},
"build": {
"sub_component": [
"//foundation/resourceschedule/ffrt:libffrt",
"//foundation/resourceschedule/ffrt:ffrt_ndk"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/resourceschedule/ffrt/interfaces/",
"header_files": [
"kits/ffrt.h",
"inner_api/ffrt_inner.h"
]
},
"name": "//foundation/resourceschedule/ffrt:libffrt"
}
],
"test": [
"//foundation/resourceschedule/ffrt/test/ut:ffrt_unittest_ffrt"
]
}
}
}