1{ 2 "name": "@ohos/storage_service", 3 "description": "Storage service provides basic storage inquiry and management for the system and apps.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/filemanagement/storage_service" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "storage_service", 14 "subsystem": "filemanagement", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": ["standard"], 18 "rom": "", 19 "ram": "", 20 "deps": { 21 "components": [ 22 "ability_base", 23 "bundle_framework", 24 "hiviewdfx_hilog_native", 25 "ipc", 26 "os_account_standard", 27 "safwk", 28 "samgr_standard", 29 "ability_runtime", 30 "huks" 31 ], 32 "third_party": [ 33 "exfat-utils", 34 "f2fs-tools", 35 "fsck_msdos", 36 "gptfdisk", 37 "newfs_msdos", 38 "ntfs-3g", 39 "e2fsprogs" 40 ] 41 }, 42 "build": { 43 "sub_component": [ 44 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon", 45 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_cfg", 46 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_disk_config", 47 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_third_party", 48 "//foundation/filemanagement/storage_service/services/storage_manager/sa_profile:storage_manager_sa_profile", 49 "//foundation/filemanagement/storage_service/services/storage_manager/sa_profile:storage_manager_cfg", 50 "//foundation/filemanagement/storage_service/services/storage_manager:storage_manager", 51 "//foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager:storage_js" 52 ], 53 "inner_kits": [ 54 { 55 "name": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native:storage_manager_sa_proxy", 56 "header": { 57 "header_files": [ 58 "istorage_manager.h" 59 ], 60 "header_base": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native" 61 } 62 } 63 ], 64 "test": [ 65 "//foundation/filemanagement/storage_service/services/storage_daemon/crypto/test:crypto_test", 66 "//foundation/filemanagement/storage_service/services/storage_daemon/ipc/test:storage_daemon_ipc_test", 67 "//foundation/filemanagement/storage_service/services/storage_daemon/user/test:storage_daemon_user_test", 68 "//foundation/filemanagement/storage_service/services/storage_daemon/utils/test:storage_daemon_utils_test", 69 "//foundation/filemanagement/storage_service/services/storage_manager/ipc/test:storage_manager_ipc_test", 70 "//foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test:storage_manager_communication_test", 71 "//foundation/filemanagement/storage_service/services/storage_manager/user/test:storage_manager_user_test", 72 "//foundation/filemanagement/storage_service/services/storage_manager/volume/test:storage_manager_volume_test", 73 "//foundation/filemanagement/storage_service/services/storage_manager/disk/test:storage_manager_disk_test", 74 "//foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test:storage_manager_innerkits_test" 75 ] 76 } 77 } 78 }