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