-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle.json
99 lines (99 loc) · 3.03 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
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
{
"name": "@ohos/background_task_mgr",
"description": "background task manager service",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath" : "foundation/resourceschedule/background_task_mgr"
},
"dirs": {},
"scripts": {},
"component": {
"name": "background_task_mgr",
"subsystem": "resourceschedule",
"syscap": [
"SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask",
"SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask",
"SystemCapability.ResourceSchedule.BackgroundTaskManager.EfficiencyResourcesApply"
],
"features": [
"background_task_mgr_graphics",
"background_task_mgr_jsstack",
"background_task_mgr_device_enable"
],
"adapted_system_type": [
"standard"
],
"rom": "2048KB",
"ram": "10240KB",
"hisysevent_config": [
"//foundation/resourceschedule/background_task_mgr/hisysevent.yaml"
],
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"bundle_framework",
"common_event_service",
"config_policy",
"eventhandler",
"googletest",
"hitrace",
"hilog",
"image_framework",
"ipc",
"init",
"napi",
"os_account",
"resource_management",
"safwk",
"samgr",
"c_utils",
"distributed_notification_service",
"hisysevent",
"hiview",
"i18n",
"relational_store",
"icu",
"jsoncpp"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/resourceschedule/background_task_mgr:fwk_group_background_task_mgr_all"
],
"service_group": [
"//foundation/resourceschedule/background_task_mgr:service_group_background_task_mgr_all"
]
},
"inner_kits": [
{
"header": {
"header_base": "//foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include",
"header_files": [
"background_mode.h",
"background_task_mgr_helper.h",
"background_task_subscriber.h",
"continuous_task_callback_info.h",
"continuous_task_param.h",
"delay_suspend_info.h",
"efficiency_resource_info.h",
"expired_callback.h",
"resource_callback_info.h",
"resource_type.h",
"transient_task_app_info.h"
]
},
"name": "//foundation/resourceschedule/background_task_mgr/interfaces/innerkits:bgtaskmgr_innerkits"
}
],
"test": [
"//foundation/resourceschedule/background_task_mgr:test_background_task_mgr_all"
]
}
}
}