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", 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", 37 "moduleType": "entry", 38 "installationFree": false 39 }, 40 "abilities": [ 41 { 42 "skills": [ 43 { 44 "entities": [ 45 "entity.system.home" 46 ], 47 "actions": [ 48 "action.system.home" 49 ] 50 } 51 ], 52 "orientation": "unspecified", 53 "formsEnabled": false, 54 "name": ".MainAbility", 55 "srcLanguage": "js", 56 "srcPath": "MainAbility", 57 "icon": "$media:icon", 58 "description": "$string:MainAbility_desc", 59 "label": "$string:MainAbility_label", 60 "type": "page", 61 "visible": true, 62 "launchType": "standard" 63 } 64 ], 65 "js": [ 66 { 67 "pages": [ 68 "pages/index/index" 69 ], 70 "name": ".MainAbility", 71 "window": { 72 "designWidth": 720, 73 "autoDesignWidth": false 74 } 75 } 76 ] 77 } 78}