Files
2022-01-22 12:14:37 +08:00

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"
]
}
}
}