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        "ace_engine"
37			],
38            "third_party": []
39        },
40        "build": {
41            "group_type": {
42                "service_group": [
43                    "//applications/standard/calendardata/calendarmanager:calendarmanager"
44                ]
45            },
46            "test": [
47                "//applications/standard/calendardata/calendarmanager/test:unittest"
48            ]
49        }
50    }
51}
52