加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 893 Bytes
一键复制 编辑 原始数据 按行查看 历史
songyuanbing 提交于 2024-09-14 17:35 . optimized ipc SendRequest
{
"name": "@ohos/xl2tpd",
"description": "xl2tpd for ipsec vpn",
"version": "4.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/xl2tpd/"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README"
},
"component": {
"name": "xl2tpd",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"ipc",
"netmanager_ext"
],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/xl2tpd:build_xl2tpd"
],
"inner_kits": [],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化