• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/cellular_call",
3    "version": "3.1.0",
4    "description": "telephony cellular call service",
5    "publishAs": "code-segment",
6    "homePage": "https://gitee.com/openharmony",
7    "repository": "https://gitee.com/openharmony/telephony_cellular_call",
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_call"
18    },
19    "component": {
20        "name": "cellular_call",
21        "subsystem": "telephony",
22        "syscap": [
23            "SystemCapability.Telephony.CellularCall"
24        ],
25        "features": [],
26        "adapted_system_type": [
27            "standard"
28        ],
29        "rom": "1MB",
30        "ram": "650KB",
31        "deps": {
32            "components": [
33                "appexecfwk_standard",
34                "ipc",
35                "ril_adapter",
36                "safwk",
37                "samgr_standard",
38                "utils_base"
39            ],
40            "third_party": [
41                "libphonenumber"
42            ]
43        },
44        "build": {
45            "sub_component": [
46                "//base/telephony/cellular_call:tel_cellular_call",
47                "//base/telephony/cellular_call/sa_profile:cellular_call_sa_profile",
48                "//base/telephony/cellular_call/vendor/ims:tel_ims"
49            ],
50            "inner_kits": [
51            ],
52            "test": [
53                "//base/telephony/cellular_call/test:unittest"
54            ]
55        }
56    }
57}
58