1{ 2 "app": { 3 "bundleName": "com.ohos.rpctest", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 5 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 17 "reqPermissions": [ 18 { 19 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 20 }, 21 { 22 "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO" 23 }, 24 { 25 "name": "ohos.permission.GET_BUNDLE_INFO" 26 } 27 ], 28 "package": "com.ohos.rpctest", 29 "name": "com.ohos.rpctest.MyApplication", 30 "mainAbility": ".MainAbility", 31 "srcPath": "", 32 "deviceType": [ 33 "tablet", 34 "default", 35 "phone" 36 ], 37 "distro": { 38 "deliveryWithInstall": true, 39 "moduleName": "entry", 40 "moduleType": "entry" 41 }, 42 "abilities": [ 43 { 44 "skills": [ 45 { 46 "entities": [ 47 "entity.system.home" 48 ], 49 "actions": [ 50 "action.system.home" 51 ] 52 } 53 ], 54 "orientation": "unspecified", 55 "formsEnabled": false, 56 "name": ".MainAbility", 57 "srcLanguage": "js", 58 "srcPath": "MainAbility", 59 "icon": "$media:icon", 60 "description": "$string:MainAbility_desc", 61 "label": "$string:MainAbility_label", 62 "type": "page", 63 "visible": true, 64 "launchType": "standard" 65 }, 66 { 67 "orientation": "unspecified", 68 "formsEnabled": false, 69 "name": ".TestAbility", 70 "srcLanguage": "js", 71 "srcPath": "TestAbility", 72 "icon": "$media:icon", 73 "description": "$string:TestAbility_desc", 74 "label": "$string:TestAbility_label", 75 "type": "page", 76 "visible": true, 77 "launchType": "standard" 78 } 79 ], 80 "js": [ 81 { 82 "pages": [ 83 "pages/index/index" 84 ], 85 "name": "default", 86 "window": { 87 "designWidth": 720, 88 "autoDesignWidth": false 89 } 90 }, 91 { 92 "pages": [ 93 "pages/index/index" 94 ], 95 "name": ".TestAbility", 96 "window": { 97 "designWidth": 720, 98 "autoDesignWidth": false 99 } 100 } 101 ], 102 "testRunner": { 103 "name": "OpenHarmonyTestRunner", 104 "srcPath": "TestRunner" 105 } 106 } 107}