1d95e75fdSopenharmony_ci{
2d95e75fdSopenharmony_ci    "name": "@ohos/cellular_call",
3d95e75fdSopenharmony_ci    "version": "4.0",
4d95e75fdSopenharmony_ci    "description": "telephony cellular call service",
5d95e75fdSopenharmony_ci    "publishAs": "code-segment",
6d95e75fdSopenharmony_ci    "homePage": "https://gitee.com/openharmony",
7d95e75fdSopenharmony_ci    "repository": "https://gitee.com/openharmony/telephony_cellular_call",
8d95e75fdSopenharmony_ci    "license": "Apache License 2.0",
9d95e75fdSopenharmony_ci    "language": "",
10d95e75fdSopenharmony_ci    "private": false,
11d95e75fdSopenharmony_ci    "scripts": {},
12d95e75fdSopenharmony_ci    "envs": [],
13d95e75fdSopenharmony_ci    "dirs": [],
14d95e75fdSopenharmony_ci    "author": {},
15d95e75fdSopenharmony_ci    "contributors": [],
16d95e75fdSopenharmony_ci    "segment": {
17d95e75fdSopenharmony_ci        "destPath": "base/telephony/cellular_call"
18d95e75fdSopenharmony_ci    },
19d95e75fdSopenharmony_ci    "component": {
20d95e75fdSopenharmony_ci        "name": "cellular_call",
21d95e75fdSopenharmony_ci        "subsystem": "telephony",
22d95e75fdSopenharmony_ci        "syscap": [
23d95e75fdSopenharmony_ci            "SystemCapability.Telephony.CellularCall"
24d95e75fdSopenharmony_ci        ],
25d95e75fdSopenharmony_ci        "features": [],
26d95e75fdSopenharmony_ci        "adapted_system_type": [
27d95e75fdSopenharmony_ci            "standard"
28d95e75fdSopenharmony_ci        ],
29d95e75fdSopenharmony_ci        "rom": "1MB",
30d95e75fdSopenharmony_ci        "ram": "650KB",
31d95e75fdSopenharmony_ci        "deps": {
32d95e75fdSopenharmony_ci            "components": [
33d95e75fdSopenharmony_ci                "ability_base",
34d95e75fdSopenharmony_ci                "ability_runtime",
35d95e75fdSopenharmony_ci                "c_utils",
36d95e75fdSopenharmony_ci                "call_manager",
37d95e75fdSopenharmony_ci                "common_event_service",
38d95e75fdSopenharmony_ci                "core_service",
39d95e75fdSopenharmony_ci                "data_share",
40d95e75fdSopenharmony_ci                "eventhandler",
41d95e75fdSopenharmony_ci                "graphic_surface",
42d95e75fdSopenharmony_ci                "hilog",
43d95e75fdSopenharmony_ci                "hisysevent",
44d95e75fdSopenharmony_ci                "hitrace",
45d95e75fdSopenharmony_ci                "init",
46d95e75fdSopenharmony_ci                "ipc",
47d95e75fdSopenharmony_ci                "libphonenumber",
48d95e75fdSopenharmony_ci                "resource_management",
49d95e75fdSopenharmony_ci                "safwk",
50d95e75fdSopenharmony_ci                "samgr",
51d95e75fdSopenharmony_ci                "telephony_data"
52d95e75fdSopenharmony_ci            ]
53d95e75fdSopenharmony_ci        },
54d95e75fdSopenharmony_ci        "build": {
55d95e75fdSopenharmony_ci            "group_type": {
56d95e75fdSopenharmony_ci                "base_group": [
57d95e75fdSopenharmony_ci                ],
58d95e75fdSopenharmony_ci                "fwk_group": [
59d95e75fdSopenharmony_ci                ],
60d95e75fdSopenharmony_ci                "service_group": [
61d95e75fdSopenharmony_ci                    "//base/telephony/cellular_call:tel_cellular_call",
62d95e75fdSopenharmony_ci                    "//base/telephony/cellular_call/sa_profile:cellular_call_sa_profile"
63d95e75fdSopenharmony_ci                ]
64d95e75fdSopenharmony_ci            },
65d95e75fdSopenharmony_ci            "inner_kits": [
66d95e75fdSopenharmony_ci                {
67d95e75fdSopenharmony_ci                    "header": {
68d95e75fdSopenharmony_ci                        "header_base" : [
69d95e75fdSopenharmony_ci                            "//base/telephony/cellular_call/interfaces/innerkits/ims",
70d95e75fdSopenharmony_ci                            "//base/telephony/cellular_call/interfaces/innerkits/ims_common"
71d95e75fdSopenharmony_ci                        ],
72d95e75fdSopenharmony_ci                        "header_files": []
73d95e75fdSopenharmony_ci                    },
74d95e75fdSopenharmony_ci                    "name":"//base/telephony/cellular_call/interfaces/innerkits/ims:tel_ims_call_api"
75d95e75fdSopenharmony_ci                },
76d95e75fdSopenharmony_ci                {
77d95e75fdSopenharmony_ci                    "header": {
78d95e75fdSopenharmony_ci                        "header_base" : "//base/telephony/cellular_call/interfaces/innerkits/satellite",
79d95e75fdSopenharmony_ci                        "header_files": []
80d95e75fdSopenharmony_ci                    },
81d95e75fdSopenharmony_ci                    "name":"//base/telephony/cellular_call/interfaces/innerkits/satellite:tel_satellite_call_api"
82d95e75fdSopenharmony_ci                }
83d95e75fdSopenharmony_ci            ],
84d95e75fdSopenharmony_ci            "test": [
85d95e75fdSopenharmony_ci                "//base/telephony/cellular_call/test:unittest",
86d95e75fdSopenharmony_ci                "//base/telephony/cellular_call/test/fuzztest:fuzztest"
87d95e75fdSopenharmony_ci            ]
88d95e75fdSopenharmony_ci        }
89d95e75fdSopenharmony_ci    }
90d95e75fdSopenharmony_ci}
91