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 "bundle_framework", 38 "c_utils", 39 "common_event_service", 40 "data_share", 41 "dfs_service", 42 "file_api", 43 "hilog", 44 "hitrace", 45 "huks", 46 "init", 47 "ipc", 48 "media_library", 49 "napi", 50 "relational_store", 51 "safwk", 52 "samgr", 53 "selinux_adapter", 54 "app_file_service", 55 "os_account" 56 ], 57 "third_party": [ 58 "bounds_checking_function", 59 "e2fsprogs", 60 "openssl" 61 ] 62 }, 63 "build": { 64 "group_type": { 65 "base_group": [], 66 "fwk_group": [ 67 "//foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager:storage_js" 68 ], 69 "service_group": [ 70 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon", 71 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_cfg", 72 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_disk_config", 73 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_usb_param", 74 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_third_party", 75 "//foundation/filemanagement/storage_service/services/storage_manager/sa_profile:storage_manager_sa_profile", 76 "//foundation/filemanagement/storage_service/services/storage_manager/sa_profile:storage_manager_cfg", 77 "//foundation/filemanagement/storage_service/services/storage_manager:storage_manager" 78 ] 79 }, 80 "inner_kits": [ 81 { 82 "name": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native:storage_manager_sa_proxy", 83 "header": { 84 "header_files": [ 85 "istorage_manager.h", 86 "storage_manager_proxy.h", 87 "bundle_stats.h", 88 "storage_stats.h", 89 "disk.h", 90 "volume_core.h", 91 "volume_external.h" 92 ], 93 "header_base": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native" 94 } 95 }, 96 { 97 "name": "//foundation/filemanagement/storage_service/interfaces/innerkits/acl/native:storage_manager_acl", 98 "header": { 99 "header_files": [ 100 "storage_acl.h" 101 ], 102 "header_base": "//foundation/filemanagement/storage_service/interfaces/innerkits/acl/native" 103 } 104 }, 105 { 106 "name": "//foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt:libfscryptutils_static", 107 "header": { 108 "header_files": [ 109 "fscrypt_control.h", 110 "fscrypt_log.h", 111 "fscrypt_sysparam.h", 112 "fscrypt_uapi.h", 113 "fscrypt_utils.h", 114 "key_control.h" 115 ], 116 "header_base": "//foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt" 117 } 118 } 119 ], 120 "test": [ 121 "//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_unit_test", 122 "//foundation/filemanagement/storage_service/services/storage_manager:storage_manager_unit_test", 123 "//foundation/filemanagement/storage_service/test/fuzztest:storage_service_fuzztest" 124 ] 125 } 126 } 127} 128