1 Star 0 Fork 286

fupc90/filemanagement_file_api_create

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
张凯祥 提交于 2022-10-31 10:31 +08:00 . fix up TDD test bug
{
"name": "file_api",
"description": "provides the application with JS interfaces for IO",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/filemanagement/file_api"
},
"dirs": {},
"scripts": {},
"component": {
"name": "file_api",
"subsystem": "filemanagement",
"syscap": [
"SystemCapability.FileManagement.File.FileIO",
"SystemCapability.FileManagement.File.Environment",
"SystemCapability.FileManagement.File.DistributedFile"
],
"features": [],
"adapted_system_type": ["standard"],
"rom": "",
"ram": "",
"deps": {
"components": [
"ability_base",
"ability_manager",
"appexecfwk_base",
"appexecfwk_core",
"want",
"libhilog",
"ipc_core",
"ace_napi",
"samgr_proxy"
],
"third_party": [
"e2fsprogs"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/filemanagement/file_api/interfaces/kits/js:build_kits_js"
],
"service_group": []
},
"inner_kits": [
{
"name": "//foundation/filemanagement/file_api/interfaces/kits/native:remote_uri_native",
"header": {
"header_files": [
"remote_uri.h"
],
"header_base": "//foundation/filemanagement/file_api/interfaces/kits/native/remote_uri"
}
}
],
"test": [
"//foundation/filemanagement/file_api/interfaces/test/unittest:unittest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fupc90/filemanagement_file_api_create.git
git@gitee.com:fupc90/filemanagement_file_api_create.git
fupc90
filemanagement_file_api_create
filemanagement_file_api_create
master

搜索帮助