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