1 Star 0 Fork 347

denglun/filemanagement_dfs_service_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
cheny 提交于 2023-02-14 22:14 . bugfix and add TDD
{
"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": {
"group_type": {
"base_group": [],
"fwk_group": [],
"service_group": [
"//foundation/filemanagement/dfs_service:services_target",
"//foundation/filemanagement/dfs_service:cloudsync_kit_inner_target"
]
},
"inner_kits": [
{
"name": "//foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner:cloudsync_kit_inner",
"header": {
"header_files": [
"cloud_sync_callback.h",
"cloud_sync_manager.h",
"i_cloud_sync_callback.h",
"i_cloud_sync_service.h",
"svc_death_recipient.h",
"cloud_sync_constants.h"
],
"header_base": "//foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner"
}
}
],
"test": [
"//foundation/filemanagement/dfs_service:dfs_test_moudule"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dmymax_ly/filemanagement_dfs_service_1.git
[email protected]:dmymax_ly/filemanagement_dfs_service_1.git
dmymax_ly
filemanagement_dfs_service_1
filemanagement_dfs_service_1
master

搜索帮助