1{
2  "app": {
3    "bundleName": "com.ohos.rpctest",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "reqPermissions": [
13      {
14        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
15      },
16      {
17        "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO"
18      },
19      {
20        "name": "ohos.permission.GET_BUNDLE_INFO"
21      }
22    ],
23    "package": "com.ohos.rpctest",
24    "name": "com.ohos.rpctest.MyApplication_test",
25    "mainAbility": ".MainAbility",
26    "srcPath": "",
27    "deviceType": [
28      "wearable",
29      "tablet",
30      "default",
31      "phone",
32      "2in1"
33    ],
34    "distro": {
35      "deliveryWithInstall": true,
36      "moduleName": "entry_test",
37      "moduleType": "feature",
38      "installationFree": false
39    },
40    "abilities": [
41      {
42        "orientation": "unspecified",
43        "formsEnabled": false,
44        "name": ".TestAbility",
45        "srcLanguage": "js",
46        "srcPath": "TestAbility",
47        "icon": "$media:icon",
48        "description": "$string:TestAbility_desc",
49        "label": "$string:TestAbility_label",
50        "type": "page",
51        "visible": true,
52        "launchType": "standard"
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    "defPermissions": [
72      {
73        "availableScope": [],
74        "grantMode": "system_grant",
75        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
76      }
77    ]
78  }
79}