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