加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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",
"//foundation/filemanagement/dfs_service:napi_target"
],
"inner_kits": [
{
"name": "//foundation/filemanagement/dfs_service:libdistributedfile_innerkits",
"header": {
"header_files": [
"i_distributedfile_service.h",
"i_filetransfer_callback.h"
],
"header_base": "//foundation/filemanagement/dfs_service/interfaces/innerkits/native"
}
}
],
"test": [
"//foundation/filemanagement/dfs_service:dfs_test_moudule"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化