• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "entry",
4    "type": "entry",
5    "description": "$string:module_desc",
6    "mainElement": "EntryAbility",
7    "deviceTypes": [
8      "default",
9      "tablet",
10      "2in1",
11      "wearable"
12    ],
13    "deliveryWithInstall": true,
14    "installationFree": false,
15    "pages": "$profile:main_pages",
16    "abilities": [
17      {
18        "name": "EntryAbility",
19        "srcEntrance": "./ets/entryability/EntryAbility.ts",
20        "description": "$string:EntryAbility_desc",
21        "icon": "$media:icon",
22        "label": "$string:EntryAbility_label",
23        "startWindowIcon": "$media:icon",
24        "startWindowBackground": "$color:start_window_background",
25        "visible": true,
26        "skills": [
27          {
28            "entities": [
29              "entity.system.home"
30            ],
31            "actions": [
32              "action.system.home"
33            ]
34          }
35        ]
36      }
37    ],
38    "extensionAbilities": [
39      {
40        "name": "ServiceAbility",
41        "srcEntrance": "./ets/serviceability/ServiceAbility.ts",
42        "label": "$string:ServiceAbility_label",
43        "description": "$string:ServiceAbility_desc",
44        "type": "service"
45      },
46      {
47        "name": "ServiceAbilitySec",
48        "srcEntrance": "./ets/serviceabilitySec/ServiceAbilitySec.ts",
49        "label": "$string:ServiceAbilitySec_desc",
50        "description": "$string:ServiceAbilitySec_desc",
51        "type": "service"
52      }
53    ]
54  }
55}