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