• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "com.example.amsabilitymultiinstanceappd",
4    "type": "entry",
5    "srcEntrance": "./ets/Application/AbilityStage.ts",
6    "description": "$string:phone_entry_dsc",
7    "mainElement": "MainAbility",
8    "deviceTypes": [
9      "default",
10      "tablet"
11    ],
12    "deliveryWithInstall": true,
13    "installationFree": false,
14    "uiSyntax": "ets",
15    "pages": "$profile:main_pages",
16    "metadata": [
17      {
18        "name": "ArkTSPartialUpdate",
19        "value": "false"
20      }
21    ],
22    "abilities": [
23      {
24        "name": "com.example.amsabilitymultiinstanceappd.MainAbility",
25        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
26        "description": "$string:phone_entry_main",
27        "icon": "$media:icon",
28        "label": "$string:entry_label",
29        "visible": true,
30        "orientation": "portrait",
31        "launchType": "specified",
32        "skills": [
33          {
34            "actions": [
35              "action.system.home"
36            ],
37            "entities": [
38              "entity.system.home"
39            ]
40          }
41        ]
42      },
43      {
44        "name": "com.example.amsabilitymultiinstanceappd.SecondAbility",
45        "srcEntrance": "./ets/SecondAbility/SecondAbility.ts",
46        "description": "$string:phone_entry_main",
47        "icon": "$media:icon",
48        "label": "$string:entry_label",
49        "visible": true,
50        "orientation": "portrait",
51        "launchType": "standard",
52        "skills": [
53          {
54            "actions": [
55              "action.system.home"
56            ],
57            "entities": [
58              "entity.system.home"
59            ]
60          }
61        ]
62      },
63      {
64        "name": "com.example.amsabilitymultiinstanceappd.ThirdAbility",
65        "srcEntrance": "./ets/ThirdAbility/ThirdAbility.ts",
66        "description": "$string:phone_entry_main",
67        "icon": "$media:icon",
68        "label": "$string:entry_label",
69        "visible": true,
70        "orientation": "portrait",
71        "launchType": "singleton",
72        "skills": [
73          {
74            "actions": [
75              "action.system.home"
76            ],
77            "entities": [
78              "entity.system.home"
79            ]
80          }
81        ]
82      }
83    ]
84  }
85}
86