14 Star 10 Fork 259

OpenHarmony/telephony_cellular_data

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
bundle.json 2.83 KB
Copy Edit Raw Blame History
王鸿睿 authored 2024-12-10 23:28 . 动态启停SA
{
"name": "@ohos/cellular_data",
"version": "4.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": [
"cellular_data_dynamic_start"
],
"adapted_system_type": [
"standard"
],
"rom": "750KB",
"ram": "1MB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"c_utils",
"common_event_service",
"core_service",
"data_share",
"eventhandler",
"hicollie",
"hilog",
"hisysevent",
"hitrace",
"init",
"ipc",
"napi",
"netmanager_base",
"preferences",
"relational_store",
"safwk",
"samgr",
"telephony_data",
"power_manager"
]
},
"build": {
"group_type": {
"base_group": [
"//base/telephony/cellular_data/interfaces/kits/c/telephony_data:telephony_data"
],
"fwk_group": [
"//base/telephony/cellular_data/frameworks/js:data",
"//base/telephony/cellular_data/frameworks/native:tel_cellular_data_api"
],
"service_group": [
"//base/telephony/cellular_data:tel_cellular_data",
"//base/telephony/cellular_data/sa_profile:cellular_data_sa_profile",
"//base/telephony/cellular_data/frameworks/cj:cj_cellular_data_ffi"
]
},
"inner_kits": [
{
"type": "so",
"name": "//base/telephony/cellular_data/frameworks/native:tel_cellular_data_api",
"header": {
"header_files": [],
"header_base":"//base/telephony/cellular_data/interfaces/innerkits"
}
}
],
"test": [
"//base/telephony/cellular_data/test:unittest",
"//base/telephony/cellular_data/test/fuzztest:fuzztest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/telephony_cellular_data.git
git@gitee.com:openharmony/telephony_cellular_data.git
openharmony
telephony_cellular_data
telephony_cellular_data
master

Search