1{ 2 "app": { 3 "bundleName": "com.ohos.dmstest", 4 "vendor": "rpc", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 7, 11 "target": 8 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.dmstest", 31 "name": ".MyApplication", 32 "mainAbility": "com.ohos.dmstest.MainAbility", 33 "deviceType": [ 34 "tablet", 35 "default", 36 "phone" 37 ], 38 "distro": { 39 "deliveryWithInstall": true, 40 "moduleName": "entry", 41 "moduleType": "entry", 42 "installationFree": false 43 }, 44 "abilities": [ 45 { 46 "skills": [ 47 { 48 "entities": [ 49 "entity.system.home" 50 ], 51 "actions": [ 52 "action.system.home" 53 ] 54 } 55 ], 56 "orientation": "unspecified", 57 "visible": true, 58 "srcPath": "MainAbility", 59 "name": ".MainAbility", 60 "srcLanguage": "js", 61 "icon": "$media:icon", 62 "description": "$string:mainability_description", 63 "formsEnabled": false, 64 "label": "$string:entry_MainAbility", 65 "type": "page", 66 "launchType": "standard" 67 }, 68 { 69 "srcPath": "ServiceAbility", 70 "name": ".ServiceAbility", 71 "icon": "$media:icon", 72 "srcLanguage": "js", 73 74 "description": "$string:serviceability_description", 75 "type": "service", 76 "visible": true, 77 "formsEnabled": false 78 } 79 ], 80 "js": [ 81 { 82 "pages": [ 83 "pages/index/index", 84 "pages/second/second" 85 ], 86 "name": ".MainAbility", 87 "window": { 88 "designWidth": 720, 89 "autoDesignWidth": false 90 } 91 } 92 ] 93 } 94}