• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/user_file_service",
3    "description": "filemanagement is the module of OpenHarmony that provides storage and file management.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/filemanagement/user_file_service"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "user_file_service",
14        "subsystem": "filemanagement",
15        "syscap": [
16            "SystemCapability.FileManagement.FileManagerService"
17        ],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [
25                "ability_base",
26                "ability_runtime",
27                "hiviewdfx",
28                "ipc",
29                "native_appdatamgr",
30                "safwk",
31                "samgr_standard"
32            ]
33        },
34        "build": {
35            "sub_component": [
36                "//foundation/filemanagement/user_file_service/services:fms",
37                "//foundation/filemanagement/user_file_service/services/sa_profile:filemanager_service_sa_profile",
38                "//foundation/filemanagement/user_file_service/interfaces/kits/js:filemanager"
39            ],
40            "test": [
41              "//foundation/filemanagement/user_file_service/services/test:user_file_manager_test"
42            ]
43        }
44    }
45}
46