• 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            "phone",
12            "2in1"
13        ],
14        "deliveryWithInstall": true,
15        "installationFree": false,
16        "uiSyntax": "ets",
17        "pages": "$profile:main_pages",
18        "metadata": [
19            {
20                "name": "ArkTSPartialUpdate",
21                "value": "true"
22            }
23        ],
24        "abilities": [
25            {
26                "name": "com.example.securitycomponent.MainAbility",
27                "srcEntrance": "./ets/MainAbility/MainAbility.ts",
28                "description": "$string:phone_entry_main",
29                "icon": "$media:icon",
30                "label": "$string:entry_label",
31                "visible": true,
32                "orientation": "portrait",
33                "skills": [
34                    {
35                        "actions": [
36                            "action.system.home"
37                        ],
38                        "entities": [
39                            "entity.system.home"
40                        ]
41                    }
42                ]
43            }
44        ]
45    }
46}