{ "app": { "bundleName": "ohos.rpc.test.server", "vendor": "rpc", "version": { "code": 1000000, "name": "1.0.0" }, "apiVersion": { "compatible": 7, "target": 8 } }, "deviceConfig": {}, "module": { "reqPermissions": [ { "name": "ohos.permission.DISTRIBUTED_DATASYNC" }, { "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO" }, { "name": "ohos.permission.GET_BUNDLE_INFO" } ], "package": "ohos.rpc.test.server", "name": ".MyApplication", "mainAbility": ".MainAbility", "deviceType": [ "tablet", "default", "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry", "installationFree": false }, "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "orientation": "unspecified", "visible": true, "srcPath": "MainAbility", "name": ".MainAbility", "srcLanguage": "js", "icon": "$media:icon", "description": "$string:mainability_description", "formsEnabled": false, "label": "$string:entry_MainAbility", "type": "page", "launchType": "standard" }, { "srcPath": "ServiceAbility", "name": ".ServiceAbility", "icon": "$media:icon", "srcLanguage": "js", "description": "$string:serviceability_description", "type": "service", "visible": true, "formsEnabled": false } ], "js": [ { "pages": [ "pages/index/index", "pages/second/second" ], "name": ".MainAbility", "window": { "designWidth": 720, "autoDesignWidth": false } } ] } }