加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
wangxianjun 提交于 2022-06-20 11:46 . sendfile下线
{
"name": "@ohos/dfs_service",
"version": "3.1",
"description": "The dfs_service module belongs to the filemanagement subsystem of OpenHarmony. It provides the ability of accessing distributed files.",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/filemanagement/dfs_service"
},
"dirs": {},
"scripts": {},
"author": {},
"repository": "",
"component": {
"name": "dfs_service",
"subsystem": "filemanagement",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [
"ability_base",
"bundle_framework",
"dataclassification",
"dsoftbus",
"ipc",
"hilog",
"safwk",
"samgr",
"utils"
],
"third_party": [
"json_modern_c++"
]
},
"build": {
"sub_component": [
"//foundation/filemanagement/dfs_service:services_target"
],
"test": [
"//foundation/filemanagement/dfs_service:dfs_test_moudule"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化