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 "SystemCapability.FileManagement.StorageService.SpatialStatistics", 17 "SystemCapability.FileManagement.StorageService.Volume", 18 "SystemCapability.FileManagement.StorageService.Encryption" 19 ], 20 "features": [ 21 "storage_service_fstools", 22 "storage_service_graphic", 23 "storage_service_user_file_sharing", 24 "storage_service_user_crypto_manager", 25 "storage_service_external_storage_manager", 26 "storage_service_storage_statistics_manager", 27 "storage_service_crypto_test" 28 ], 29 "adapted_system_type": [ "small", "standard" ], 30 "rom": "4096KB", 31 "ram": "10240KB", 32 "deps": { 33 "components": [ 34 "ability_base", 35 "ability_runtime", 36 "access_token", 37 "app_file_service", 38 "bounds_checking_function", 39 "bundle_framework", 40 "cJSON", 41 "c_utils", 42 "common_event_service", 43 "data_share", 44 "dfs_service", 45 "exfatprogs", 46 "eventhandler", 47 "FreeBSD", 48 "file_api", 49 "gptfdisk", 50 "hilog", 51 "hisysevent", 52 "hitrace", 53 "huks", 54 "init", 55 "ipc", 56 "media_library", 57 "napi", 58 "ntfs-3g", 59 "relational_store", 60 "safwk", 61 "samgr", 62 "screenlock_mgr", 63 "selinux_adapter", 64 "os_account", 65 "openssl", 66 "user_auth_framework" 67 ], 68 "third_party": [ 69 "e2fsprogs", 70 "f2fs-tools" 71 ] 72 }, 73 "build": { 74 "group_type": { 75 "base_group": [], 76 "fwk_group": [ 77 "//foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager:storage_js" 78 ], 79 "service_group": [ 80 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon", 81 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_cfg", 82 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_disk_config", 83 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_usb_param", 84 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_third_party", 85 "//foundation/filemanagement/storage_service/services/storage_manager/sa_profile:storage_manager_sa_profile", 86 "//foundation/filemanagement/storage_service/services/storage_manager/sa_profile:storage_manager_cfg", 87 "//foundation/filemanagement/storage_service/services/storage_manager:storage_manager" 88 ] 89 }, 90 "inner_kits": [ 91 { 92 "name": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native:storage_manager_sa_proxy", 93 "header": { 94 "header_files": [ 95 "istorage_manager.h", 96 "storage_manager_proxy.h", 97 "bundle_stats.h", 98 "storage_stats.h", 99 "disk.h", 100 "volume_core.h", 101 "volume_external.h" 102 ], 103 "header_base": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native" 104 } 105 }, 106 { 107 "name": "//foundation/filemanagement/storage_service/interfaces/innerkits/acl/native:storage_manager_acl", 108 "header": { 109 "header_files": [ 110 "storage_acl.h" 111 ], 112 "header_base": "//foundation/filemanagement/storage_service/interfaces/innerkits/acl/native" 113 } 114 }, 115 { 116 "name": "//foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt:libfscryptutils_static", 117 "header": { 118 "header_files": [ 119 "fscrypt_control.h", 120 "fscrypt_log.h", 121 "fscrypt_sysparam.h", 122 "fscrypt_uapi.h", 123 "fscrypt_utils.h", 124 "key_control.h" 125 ], 126 "header_base": "//foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt" 127 } 128 } 129 ], 130 "test": [ 131 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_unit_test", 132 "//foundation/filemanagement/storage_service/services/storage_manager:storage_manager_unit_test", 133 "//foundation/filemanagement/storage_service/test/fuzztest:storage_service_fuzztest" 134 ] 135 } 136 } 137} 138