1/*
2 * Copyright (C) 2024 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16{
17  "module": {
18    "name": "entry",
19    "type": "entry",
20    "srcEntry": "./ets/Application/AbilityStage.ts",
21    "description": "$string:entry_desc",
22    "mainElement": "MainAbility",
23    "deviceTypes": [
24      "wearable",
25      "default",
26      "tablet",
27      "2in1",
28      "phone"
29    ],
30    "deliveryWithInstall": true,
31    "installationFree": false,
32    "pages": "$profile:test_pages",
33    "abilities": [
34      {
35        "name": "MainAbility",
36        "srcEntry": "./ets/MainAbility/MainAbility.ets",
37        "description": "$string:MainAbility_desc",
38        "icon": "$media:icon",
39        "label": "$string:MainAbility_label",
40        "visible": true,
41        "skills": [
42          {
43            "entities": [
44              "entity.system.home"
45            ],
46            "actions": [
47              "action.system.home"
48            ]
49          }
50        ],
51        "startWindowIcon": "$media:icon",
52        "startWindowBackground": "$color:start_window_background"
53      },
54      {
55        "name": "MainAbility2",
56        "srcEntry": "./ets/MainAbility2/MainAbility2.ts",
57        "description": "$string:MainAbility2_desc",
58        "icon": "$media:icon",
59        "label": "$string:MainAbility2_label",
60        "visible": true,
61        "startWindowIcon": "$media:icon",
62        "startWindowBackground": "$color:start_window_background"
63      },
64      {
65        "name": "MainAbility3",
66        "srcEntry": "./ets/MainAbility3/MainAbility3.ts",
67        "description": "$string:MainAbility3_desc",
68        "icon": "$media:icon",
69        "label": "$string:MainAbility3_label",
70        "visible": true,
71        "startWindowIcon": "$media:icon",
72        "startWindowBackground": "$color:start_window_background"
73      },
74      {
75        "name": "MainAbility4",
76        "srcEntry": "./ets/MainAbility4/MainAbility4.ts",
77        "description": "$string:MainAbility4_desc",
78        "icon": "$media:icon",
79        "label": "$string:MainAbility4_label",
80        "startWindowIcon": "$media:icon",
81        "startWindowBackground": "$color:start_window_background"
82      },
83      {
84        "name": "MainAbility5",
85        "srcEntry": "./ets/MainAbility5/MainAbility5.ts",
86        "description": "$string:MainAbility5_desc",
87        "icon": "$media:icon",
88        "label": "$string:MainAbility5_label",
89        "startWindowIcon": "$media:icon",
90        "startWindowBackground": "$color:start_window_background"
91      }
92    ]
93  }
94}