mirror of
https://github.com/openharmony/telephony_cellular_data.git
synced 2026-08-25 09:04:03 -04:00
cad12da85f
Signed-off-by: zhf <zhanghaifeng11@huawei.com>
79 lines
2.5 KiB
JSON
Executable File
79 lines
2.5 KiB
JSON
Executable File
{
|
|
"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": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"ability_runtime",
|
|
"appexecfwk_standard",
|
|
"ces_standard",
|
|
"core_service",
|
|
"dmsfwk_standard",
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"native_appdatamgr",
|
|
"netmanager_base",
|
|
"ril_adapter",
|
|
"safwk",
|
|
"samgr_standard",
|
|
"startup_l2",
|
|
"state_registry",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|