• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "entry_test",
4    "type": "feature",
5    "srcEntrance": "./ets/TestAbility/TestAbility.ts",
6    "description": "$string:entry_test_desc",
7    "mainElement": "TestAbility",
8    "deviceTypes": [
9      "phone",
10      "tablet",
11      "wearable",
12      "2in1"
13    ],
14    "deliveryWithInstall": true,
15    "installationFree": false,
16    "pages": "$profile:test_pages",
17    "uiSyntax": "ets",
18    "abilities": [
19      {
20        "name": "TestAbility",
21        "srcEntrance": "./ets/TestAbility/TestAbility.ts",
22        "description": "$string:TestAbility_desc",
23        "icon": "$media:icon",
24        "label": "$string:TestAbility_label",
25        "visible": true,
26        "skills": [
27          {
28            "actions": [
29              "action.system.home"
30            ],
31            "entities": [
32              "entity.system.home"
33            ]
34          }
35        ]
36      }
37    ]
38  }
39}
40