-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle.json
78 lines (78 loc) · 2.47 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
{
"name": "@ohos/cellular_data",
"version": "3.1.0",
"description": "telephony cellular data service",
"publishAs": "code-segment",
"homePage": "https://gitee.com/openharmony",
"repository": "https://gitee.com/openharmony/telephony_cellular_data",
"license": "Apache License 2.0",
"language": "",
"private": false,
"scripts": {},
"envs": [],
"dirs": [],
"author": {},
"contributors": [],
"segment": {
"destPath": "//base/telephony/cellular_data"
},
"component": {
"name": "cellular_data",
"subsystem": "telephony",
"syscap": [
"SystemCapability.Telephony.CellularData"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "750KB",
"ram": "1MB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"appexecfwk_standard",
"common_event_service",
"core_service",
"dmsfwk_standard",
"hiviewdfx_hilog_native",
"ipc",
"native_appdatamgr",
"netmanager_base",
"ril_adapter",
"safwk",
"samgr_standard",
"startup_l2",
"utils_base"
],
"third_party": [
]
},
"build": {
"sub_component": [
"//base/telephony/cellular_data:tel_cellular_data",
"//base/telephony/cellular_data/frameworks/js:data",
"//base/telephony/cellular_data/frameworks/native:tel_cellular_data_api",
"//base/telephony/cellular_data/sa_profile:cellular_data_sa_profile"
],
"inner_kits": [
{
"type": "so",
"name": "//base/telephony/cellular_data/frameworks/native:tel_cellular_data_api",
"header": {
"header_files": [
"cellular_data_types.h",
"cellular_data_client.h",
"i_cellular_data_manager.h"
],
"header_base":"//base/telephony/cellular_data/interfaces/innerkits"
}
}
],
"test": [
"//base/telephony/cellular_data/test:unittest"
]
}
}
}