!249 删除不再使用的部件对应的json文件

Merge pull request !249 from wangmingxuan/master
This commit is contained in:
openharmony_ci
2023-11-03 06:49:32 +00:00
committed by Gitee
-50
View File
@@ -1,50 +0,0 @@
{
"name": "@ohos/distributeddatamgr_file",
"description": "provides the application with JS interfaces for IO",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/distributeddatamgr/distributedfile"
},
"dirs": {},
"scripts": {},
"component": {
"name": "distributedfilejs",
"subsystem": "distributeddatamgr",
"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/distributeddatamgr/distributedfile/interfaces/kits/js:build_kits_js"
],
"service_group": []
}
}
}
}