1{ 2 "name": "@ohos/dfs_service", 3 "version": "3.1", 4 "description": "The dfs_service module belongs to the filemanagement subsystem of OpenHarmony. It provides the ability of accessing distributed files.", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/filemanagement/dfs_service" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "author": {}, 13 "repository": "", 14 "component": { 15 "name": "dfs_service", 16 "subsystem": "filemanagement", 17 "syscap": [], 18 "features": [], 19 "adapted_system_type": [], 20 "rom": "", 21 "ram": "", 22 "deps": { 23 "components": [ 24 "ability_base", 25 "bundle_framework", 26 "dataclassification", 27 "dsoftbus", 28 "ipc", 29 "hilog", 30 "safwk", 31 "samgr", 32 "utils" 33 ], 34 "third_party": [ 35 "json_modern_c++" 36 ] 37 }, 38 "build": { 39 "group_type": { 40 "base_group": [], 41 "fwk_group": [], 42 "service_group": [ 43 "//foundation/filemanagement/dfs_service:services_target" 44 ] 45 }, 46 "test": [ 47 "//foundation/filemanagement/dfs_service:dfs_test_moudule" 48 ] 49 } 50 } 51} 52