• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.acts.abilitymultiinstancee",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.acts.abilitymultiinstancee",
13    "name": ".entry_test",
14    "mainAbility": ".TestAbility",
15    "deviceType": [
16      "wearable",
17      "default",
18      "tablet",
19      "2in1",
20      "phone"
21    ],
22    "distro": {
23      "deliveryWithInstall": true,
24      "moduleName": "entry_test",
25      "moduleType": "feature",
26      "installationFree": false
27    },
28    "defPermissions": [
29    ],
30    "reqPermissions": [
31    ],
32    "abilities": [
33      {
34        "skills": [
35          {
36            "entities": [
37              "entity.system.home"
38            ],
39            "actions": [
40              "action.system.home"
41            ]
42          }
43        ],
44        "orientation": "unspecified",
45        "formsEnabled": false,
46        "name": ".TestAbility",
47        "srcLanguage": "js",
48        "srcPath": "TestAbility",
49        "icon": "$media:icon",
50        "description": "$string:TestAbility_desc",
51        "label": "$string:TestAbility_label",
52        "type": "page",
53        "visible": true,
54        "launchType": "standard"
55      }
56    ],
57    "js": [
58      {
59        "pages": [
60          "pages/index/index"
61        ],
62        "name": ".TestAbility",
63        "window": {
64          "designWidth": 720,
65          "autoDesignWidth": false
66        }
67      }
68    ],
69    "testRunner": {
70      "name": "OpenHarmonyTestRunner",
71      "srcPath": "TestRunner"
72    }
73  }
74}