1{
2  "app": {
3    "bundleName": "ohos.acts.hiviewdfx.hilogdomainoff.function",
4    "vendor": "example",
5    "version": {
6      "code": 1,
7      "name": "1.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.acts.hiviewdfx.hilogdomainoff.function",
13    "name": ".entry_test",
14    "deviceType": [
15      "wearable",
16      "tablet",
17      "default",
18      "phone",
19      "2in1"
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    "js": [
43      {
44        "pages": [
45          "pages/index/index"
46        ],
47        "name": ".TestAbility",
48        "window": {
49          "designWidth": 720,
50          "autoDesignWidth": false
51        }
52      }
53    ],
54    "testRunner": {
55      "name": "OpenHarmonyTestRunner",
56      "srcPath": "TestRunner"
57    },
58    "mainAbility": ".MainAbility",
59    "srcPath": "",
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}