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