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