1{ 2 "name": "@ohos/distributeddatamgr_file", 3 "description": "provides the application with JS interfaces for IO", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/distributeddatamgr/distributedfile" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "distributedfilejs", 14 "subsystem": "distributeddatamgr", 15 "syscap": [ 16 "SystemCapability.FileManagement.File.FileIO", 17 "SystemCapability.FileManagement.File.Environment", 18 "SystemCapability.FileManagement.File.DistributedFile" 19 ], 20 "features": [], 21 "adapted_system_type": ["standard"], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [ 26 "ability_base", 27 "ability_manager", 28 "appexecfwk_base", 29 "appexecfwk_core", 30 "want", 31 "libhilog", 32 "ipc_core", 33 "ace_napi", 34 "samgr_proxy" 35 ], 36 "third_party": [ 37 "e2fsprogs" 38 ] 39 }, 40 "build": { 41 "group_type": { 42 "base_group": [], 43 "fwk_group": [ 44 "//foundation/distributeddatamgr/distributedfile/interfaces/kits/js:build_kits_js" 45 ], 46 "service_group": [] 47 } 48 } 49 } 50 }