• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "phone",
4    "type": "entry",
5    "srcEntrance": "./ets/Application/AbilityStage.ts",
6    "description": "$string:entry_desc",
7    "mainElement": "MainAbility",
8    "deviceTypes": [
9      "tablet",
10      "default",
11      "phone",
12      "tablet",
13      "2in1"
14    ],
15    "deliveryWithInstall": true,
16    "installationFree": false,
17    "pages": "$profile:main_pages",
18    "uiSyntax": "ets",
19    "abilities": [
20      {
21        "name": "com.example.ActsWukongTest.MainAbility",
22        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
23        "description": "$string:MainAbility_desc",
24        "icon": "$media:icon",
25        "label": "$string:MainAbility_label",
26        "visible": true,
27        "skills": [
28          {
29            "entities": [
30              "entity.system.home"
31            ],
32            "actions": [
33              "action.system.home"
34            ]
35          }
36        ]
37      }
38    ],
39    "requestPermissions": [
40      {
41        "name": "ohos.permission.SET_ABILITY_CONTROLLER",
42        "reason": "need use ohos.permission.SET_ABILITY_CONTROLLER"
43      },
44      {
45        "name": "ohos.permission.CAPTURE_SCREEN",
46        "reason": "need use ohos.permission.CAPTURE_SCREEN"
47      },
48      {
49        "name": "ohos.permission.INPUT_MONITORING",
50        "reason": "need use ohos.permission.INPUT_MONITORING"
51      }
52    ]
53  }
54}
55