filemanagement_storage_service/bundle.json
jiahaoluo b7a5a90a6d add volume, netlink, disk test cases
Signed-off-by: jiahaoluo <luojiahao5@huawei.com>
2022-02-13 18:16:44 +08:00

86 lines
4.1 KiB
JSON

{
"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",
"syscap": [],
"features": [],
"adapted_system_type": ["standard"],
"rom": "",
"ram": "",
"deps": {
"components": [
"bundle_framework",
"hiviewdfx_hilog_native",
"ipc",
"os_account_standard",
"safwk",
"samgr_standard",
"ability_runtime",
"huks"
],
"third_party": [
"exfat-utils",
"f2fs-tools",
"fsck_msdos",
"gptfdisk",
"newfs_msdos",
"ntfs-3g",
"e2fsprogs"
]
},
"build": {
"sub_component": [
"//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",
"//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",
"//foundation/filemanagement/storage_service/services/storage_manager:storage_manager",
"//foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager:storage_js",
"//third_party/exfat-utils:exfat-utils",
"//third_party/f2fs-tools:f2fs-tools",
"//third_party/fsck_msdos:fsck_msdos",
"//third_party/gptfdisk:sgdisk",
"//third_party/newfs_msdos:newfs_msdos",
"//third_party/ntfs-3g:ntfsprogs",
"//third_party/e2fsprogs/misc:blkid"
],
"inner_kits": [
{
"name": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native:storage_manager_sa_proxy",
"header": {
"header_files": [
"istorage_manager.h"
],
"header_base": "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native"
}
}
],
"test": [
"//foundation/filemanagement/storage_service/services/storage_daemon/crypto/test:crypto_test",
"//foundation/filemanagement/storage_service/services/storage_daemon/ipc/test:storage_daemon_ipc_test",
"//foundation/filemanagement/storage_service/services/storage_daemon/user/test:storage_daemon_user_test",
"//foundation/filemanagement/storage_service/services/storage_daemon/disk/test:storage_daemon_disk_test",
"//foundation/filemanagement/storage_service/services/storage_daemon/volume/test:storage_daemon_volume_test",
"//foundation/filemanagement/storage_service/services/storage_daemon/netlink/test:storage_daemon_netlink_test",
"//foundation/filemanagement/storage_service/services/storage_daemon/utils/test:storage_daemon_utils_test",
"//foundation/filemanagement/storage_service/services/storage_manager/ipc/test:proxy_test",
"//foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test:communication_test",
"//foundation/filemanagement/storage_service/services/storage_manager/user/test:manager_service_test",
"//foundation/filemanagement/storage_service/services/storage_manager/volume/test:volume_test",
"//foundation/filemanagement/storage_service/services/storage_manager/disk/test:dmservice_test",
"//foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test:volumeexternal_test"
]
}
}
}