• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/cellular_data",
3    "version": "3.1.0",
4    "description": "telephony cellular data service",
5    "publishAs": "code-segment",
6    "homePage": "https://gitee.com/openharmony",
7    "repository": "https://gitee.com/openharmony/telephony_cellular_data",
8    "license": "Apache License 2.0",
9    "language": "",
10    "private": false,
11    "scripts": {},
12    "envs": [],
13    "dirs": [],
14    "author": {},
15    "contributors": [],
16    "segment": {
17        "destPath": "base/telephony/cellular_data"
18    },
19    "component": {
20        "name": "cellular_data",
21        "subsystem": "telephony",
22        "syscap": [
23            "SystemCapability.Telephony.CellularData"
24        ],
25        "features": [],
26        "adapted_system_type": [
27            "standard"
28        ],
29        "rom": "750KB",
30        "ram": "1MB",
31        "deps": {
32            "components": [
33                "ability_base",
34                "ability_runtime",
35                "c_utils",
36                "common_event_service",
37                "core_service",
38                "eventhandler",
39                "hisysevent_native",
40                "hitrace_native",
41                "hiviewdfx_hilog_native",
42                "init",
43                "ipc",
44                "napi",
45                "netmanager_base",
46                "relational_store",
47                "safwk",
48                "samgr"
49            ]
50        },
51        "build": {
52            "group_type": {
53                "base_group": [
54                ],
55                "fwk_group": [
56                    "//base/telephony/cellular_data/frameworks/js:data",
57                    "//base/telephony/cellular_data/frameworks/native:tel_cellular_data_api"
58                ],
59                "service_group": [
60                    "//base/telephony/cellular_data:tel_cellular_data",
61                    "//base/telephony/cellular_data/sa_profile:cellular_data_sa_profile"
62                ]
63            },
64            "inner_kits": [
65                {
66                    "type": "so",
67                    "name": "//base/telephony/cellular_data/frameworks/native:tel_cellular_data_api",
68                    "header": {
69                        "header_files": [
70                            "cellular_data_types.h",
71                            "cellular_data_client.h",
72                            "i_cellular_data_manager.h"
73                        ],
74                        "header_base":"//base/telephony/cellular_data/interfaces/innerkits"
75                    }
76                }
77            ],
78            "test": [
79                "//base/telephony/cellular_data/test:unittest",
80                "//base/telephony/cellular_data/test/fuzztest:fuzztest"
81            ]
82        }
83    }
84}
85