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 "2in1", 37 "wearable" 38 ], 39 "distro": { 40 "deliveryWithInstall": true, 41 "moduleName": "entry", 42 "moduleType": "entry", 43 "installationFree": false 44 }, 45 "abilities": [ 46 { 47 "skills": [ 48 { 49 "entities": [ 50 "entity.system.home" 51 ], 52 "actions": [ 53 "action.system.home" 54 ] 55 } 56 ], 57 "orientation": "unspecified", 58 "visible": true, 59 "srcPath": "MainAbility", 60 "name": ".MainAbility", 61 "srcLanguage": "js", 62 "icon": "$media:icon", 63 "description": "$string:mainability_description", 64 "formsEnabled": false, 65 "label": "$string:entry_MainAbility", 66 "type": "page", 67 "launchType": "standard" 68 }, 69 { 70 "srcPath": "ServiceAbility", 71 "name": ".ServiceAbility", 72 "icon": "$media:icon", 73 "srcLanguage": "js", 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}