1 Star 0 Fork 309

刘彬俊/telephony_cellular_call

forked from OpenHarmony/telephony_cellular_call
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
Hongjin Li 提交于 2022-04-12 20:42 +08:00 . feature: ims_service通话基础框架
{
"name": "@ohos/cellular_call",
"version": "3.1.0",
"description": "telephony cellular call service",
"publishAs": "code-segment",
"homePage": "https://gitee.com/openharmony",
"repository": "https://gitee.com/openharmony/telephony_cellular_call",
"license": "Apache License 2.0",
"language": "",
"private": false,
"scripts": {},
"envs": [],
"dirs": [],
"author": {},
"contributors": [],
"segment": {
"destPath": "//base/telephony/cellular_call"
},
"component": {
"name": "cellular_call",
"subsystem": "telephony",
"syscap": [
"SystemCapability.Telephony.CellularCall"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "1MB",
"ram": "650KB",
"deps": {
"components": [
"appexecfwk_standard",
"ipc",
"ril_adapter",
"safwk",
"samgr_standard",
"utils_base"
],
"third_party": [
"libphonenumber"
]
},
"build": {
"sub_component": [
"//base/telephony/cellular_call:tel_cellular_call",
"//base/telephony/cellular_call/sa_profile:cellular_call_sa_profile"
],
"inner_kits": [
{
"header": {
"header_base" : "//base/telephony/cellular_call/interfaces/innerkits/ims",
"header_files": [
"ims_call_callback_interface.h",
"ims_call_callback_proxy.h",
"ims_call_callback_stub.h",
"ims_call_client.h",
"ims_call_death_recipient.h",
"ims_call_interface.h",
"ims_call_proxy.h",
"ims_call_types.h"
]
},
"name":"//base/telephony/cellular_call/interfaces/innerkits/ims:tel_ims_call_callback_proxy"
}
],
"test": [
"//base/telephony/cellular_call/test:unittest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu-binjun/telephony_cellular_call.git
git@gitee.com:liu-binjun/telephony_cellular_call.git
liu-binjun
telephony_cellular_call
telephony_cellular_call
master

搜索帮助