1{
2  "app": {
3    "bundleName": "ohos.perf.test",
4    "vendor": "acts",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.perf.test",
13    "name": ".entry_test",
14    "deviceType": [
15      "tablet",
16      "default",
17      "phone",
18      "2in1",
19      "wearable"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry_test",
24      "moduleType": "feature",
25      "installationFree": false
26    },
27    "abilities": [
28      {
29        "orientation": "unspecified",
30        "formsEnabled": false,
31        "name": ".TestAbility",
32        "srcLanguage": "js",
33        "srcPath": "TestAbility",
34        "icon": "$media:icon",
35        "description": "$string:TestAbility_desc",
36        "label": "$string:TestAbility_label",
37        "type": "page",
38        "visible": true,
39        "launchType": "standard"
40      }
41    ],
42    "reqPermissions": [
43      {
44        "name": "ohos.permission.GET_BUNDLE_INFO",
45        "reason": "need use ohos.permission.GET_BUNDLE_INFO"
46      },
47      {
48        "name": "ohos.permission.UPDATE_CONFIGURATION",
49        "reason": "need use ohos.permission.UPDATE_CONFIGURATION"
50      },
51      {
52        "name": "ohos.permission.DISTRIBUTED_DATASYNC",
53        "reason": "ceshi"
54      }
55    ],
56    "js": [
57      {
58        "pages": [
59          "pages/index/index"
60        ],
61        "name": ".TestAbility",
62        "window": {
63          "designWidth": 720,
64          "autoDesignWidth": false
65        }
66      }
67    ],
68    "testRunner": {
69      "name": "OpenHarmonyTestRunner",
70      "srcPath": "TestRunner"
71    },
72    "mainAbility": ".MainAbility",
73    "srcPath": "",
74    "defPermissions": [
75      {
76        "availableScope": [],
77        "grantMode": "system_grant",
78        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
79      }
80    ]
81  }
82}