{ "app": { "bundleName": "com.ohos.rpctest", "vendor": "example", "version": { "code": 1000000, "name": "1.0.0" } }, "deviceConfig": {}, "module": { "reqPermissions": [ { "name": "ohos.permission.DISTRIBUTED_DATASYNC" }, { "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO" }, { "name": "ohos.permission.GET_BUNDLE_INFO" } ], "package": "com.ohos.rpctest", "name": "com.ohos.rpctest.MyApplication_test", "mainAbility": ".MainAbility", "srcPath": "", "deviceType": [ "wearable", "tablet", "default", "phone", "2in1" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry_test", "moduleType": "feature", "installationFree": false }, "abilities": [ { "orientation": "unspecified", "formsEnabled": false, "name": ".TestAbility", "srcLanguage": "js", "srcPath": "TestAbility", "icon": "$media:icon", "description": "$string:TestAbility_desc", "label": "$string:TestAbility_label", "type": "page", "visible": true, "launchType": "standard" } ], "js": [ { "pages": [ "pages/index/index" ], "name": ".TestAbility", "window": { "designWidth": 720, "autoDesignWidth": false } } ], "testRunner": { "name": "OpenHarmonyTestRunner", "srcPath": "TestRunner" }, "defPermissions": [ { "availableScope": [], "grantMode": "system_grant", "name": "ohos.permission.DISTRIBUTED_DATASYNC" } ] } }