2022-01-26 07:22:15 +00:00
|
|
|
{
|
2022-06-07 02:59:43 +00:00
|
|
|
"name": "@ohos/storage_service",
|
|
|
|
"description": "Storage service provides basic storage inquiry and management for the system and apps.",
|
|
|
|
"version": "3.1",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
|
|
|
"destPath": "foundation/filemanagement/storage_service"
|
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
|
|
|
"name": "storage_service",
|
|
|
|
"subsystem": "filemanagement",
|
2022-08-20 06:58:07 +00:00
|
|
|
"syscap": [
|
|
|
|
"SystemCapability.FileManagement.StorageService.SpatialStatistics",
|
|
|
|
"SystemCapability.FileManagement.StorageService.Volume",
|
|
|
|
"SystemCapability.FileManagement.StorageService.Encryption"
|
|
|
|
],
|
2022-06-07 02:59:43 +00:00
|
|
|
"features": [
|
|
|
|
"storage_service_fstools",
|
2022-06-02 09:45:28 +00:00
|
|
|
"storage_service_graphic",
|
2022-09-03 11:22:10 +00:00
|
|
|
"storage_service_user_file_sharing"
|
2022-06-07 02:59:43 +00:00
|
|
|
],
|
|
|
|
"adapted_system_type": ["standard"],
|
|
|
|
"rom": "",
|
|
|
|
"ram": "",
|
|
|
|
"deps": {
|
|
|
|
"components": [
|
|
|
|
"ability_base",
|
|
|
|
"bundle_framework",
|
|
|
|
"hiviewdfx_hilog_native",
|
|
|
|
"ipc",
|
|
|
|
"safwk",
|
2022-07-21 12:20:35 +00:00
|
|
|
"samgr",
|
2022-06-07 02:59:43 +00:00
|
|
|
"ability_runtime",
|
|
|
|
"huks"
|
|
|
|
],
|
|
|
|
"third_party": [
|
2022-06-22 07:26:18 +00:00
|
|
|
"exfatprogs",
|
2022-06-07 02:59:43 +00:00
|
|
|
"f2fs-tools",
|
2022-06-17 07:04:18 +00:00
|
|
|
"FreeBSD/sbin/fsck_msdosfs",
|
2022-06-07 02:59:43 +00:00
|
|
|
"gptfdisk",
|
2022-06-17 07:04:18 +00:00
|
|
|
"FreeBSD/sbin/newfs_msdos",
|
2022-06-15 12:19:45 +00:00
|
|
|
"ntfs-3g",
|
2022-06-07 02:59:43 +00:00
|
|
|
"e2fsprogs"
|
|
|
|
]
|
2022-01-26 07:22:15 +00:00
|
|
|
},
|
2022-06-07 02:59:43 +00:00
|
|
|
"build": {
|
2022-07-22 09:15:57 +00:00
|
|
|
"group_type": {
|
|
|
|
"base_group": [],
|
|
|
|
"fwk_group": [
|
|
|
|
"//foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager:storage_js"
|
|
|
|
],
|
|
|
|
"service_group": [
|
2022-06-07 02:59:43 +00:00
|
|
|
"//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon",
|
|
|
|
"//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_cfg",
|
|
|
|
"//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_disk_config",
|
2023-03-29 04:08:15 +00:00
|
|
|
"//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_usb_param",
|
2022-06-07 02:59:43 +00:00
|
|
|
"//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_third_party",
|
|
|
|
"//foundation/filemanagement/storage_service/services/storage_manager/sa_profile:storage_manager_sa_profile",
|
|
|
|
"//foundation/filemanagement/storage_service/services/storage_manager/sa_profile:storage_manager_cfg",
|
2022-07-22 09:15:57 +00:00
|
|
|
"//foundation/filemanagement/storage_service/services/storage_manager:storage_manager"
|
|
|
|
]
|
|
|
|
},
|
2022-06-07 02:59:43 +00:00
|
|
|
"inner_kits": [
|
|
|
|
{
|
|
|
|
"name": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native:storage_manager_sa_proxy",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
2022-06-20 13:41:39 +00:00
|
|
|
"istorage_manager.h",
|
2023-03-11 09:24:41 +00:00
|
|
|
"storage_manager_proxy.h",
|
2022-06-20 13:41:39 +00:00
|
|
|
"bundle_stats.h",
|
|
|
|
"storage_stats.h",
|
|
|
|
"disk.h",
|
|
|
|
"volume_core.h",
|
|
|
|
"volume_external.h"
|
2022-06-07 02:59:43 +00:00
|
|
|
],
|
|
|
|
"header_base": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native"
|
2022-01-26 07:22:15 +00:00
|
|
|
}
|
2023-03-22 07:37:21 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "//foundation/filemanagement/storage_service/interfaces/innerkits/acl/native:storage_manager_acl",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"storage_acl.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/filemanagement/storage_service/interfaces/innerkits/acl/native"
|
|
|
|
}
|
2022-06-07 02:59:43 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"test": [
|
2023-04-18 03:43:57 +00:00
|
|
|
"//foundation/filemanagement/storage_service/services/storage_daemon:storage_daemon_unit_test",
|
|
|
|
"//foundation/filemanagement/storage_service/services/storage_manager:storage_manager_unit_test",
|
2022-07-28 06:38:08 +00:00
|
|
|
"//foundation/filemanagement/storage_service/test/fuzztest:storage_service_fuzztest"
|
2022-06-07 02:59:43 +00:00
|
|
|
]
|
2022-01-26 07:22:15 +00:00
|
|
|
}
|
2022-06-07 02:59:43 +00:00
|
|
|
}
|
2022-06-02 09:45:28 +00:00
|
|
|
}
|