• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "module": {
3        "name": "phone",
4        "type": "entry",
5        "srcEntrance": "./ets/Application/AbilityStage.ts",
6        "description": "$string:phone_entry_dsc",
7        "mainElement": "MainAbility",
8        "deviceTypes": [
9            "tablet",
10            "default"
11        ],
12        "deliveryWithInstall": true,
13        "installationFree": false,
14        "uiSyntax": "ets",
15        "pages": "$profile:main_pages",
16        "abilities": [
17            {
18                "name": "com.acts.accountauthenticator.MainAbility",
19                "srcEntrance": "./ets/MainAbility/MainAbility.ts",
20                "description": "$string:phone_entry_main",
21                "icon": "$media:icon",
22                "label": "$string:entry_label",
23                "visible": true,
24                "orientation": "portrait",
25                "skills": [{
26                    "actions": [
27                        "action.system.home"
28                    ],
29                    "entities": [
30                        "entity.system.home"
31                    ]
32                }]
33            }
34        ],
35        "extensionAbilities": [
36          {
37            "name": "ServiceExtAbility",
38            "icon": "$media:icon",
39            "description": "service",
40            "type": "service",
41            "exported": true,
42            "srcEntry": "./ets/ServiceExtAbility/ServiceExtAbility.ets",
43            "skills": [{"actions": [
44              "ohos.appAccount.action.auth"
45            ]}]
46          }
47        ]
48    }
49}