• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/calendar_data",
3    "description": "Calendar manager service for standard system.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "applications/standard/calendardata"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "calendar_data",
14        "subsystem": "applications",
15        "syscap": [
16            "SystemCapability.Applications.CalendarData"
17        ],
18        "features": [],
19        "adapted_system_type": [
20            "standard"
21        ],
22        "rom": "",
23        "ram": "",
24        "deps": {
25            "components": [
26			  "ability_base",
27			  "ability_runtime",
28			  "access_token",
29			  "c_utils",
30			  "data_share",
31			  "hilog",
32			  "ipc",
33			  "napi",
34			  "safwk",
35			  "samgr"
36			],
37            "third_party": []
38        },
39        "build": {
40            "group_type": {
41                "service_group": [
42                    "//applications/standard/calendardata/calendarmanager:calendarmanager"
43                ]
44            },
45            "test": [
46                "//applications/standard/calendardata/calendarmanager/test:unittest"
47            ]
48        }
49    }
50}
51