mirror of
https://github.com/openharmony/distributeddatamgr_file.git
synced 2026-07-01 22:04:06 -04:00
!249 删除不再使用的部件对应的json文件
Merge pull request !249 from wangmingxuan/master
This commit is contained in:
-50
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user