1{ 2 "app": { 3 "bundleName": "com.ohos.fileiotest", 4 "vendor": "fileio", 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 "package": "com.ohos.fileiotest", 28 "name": ".MyApplication", 29 "mainAbility": "com.ohos.fileiotest.MainAbility", 30 "deviceType": [ 31 "tablet", 32 "default" 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 "visible": true, 54 "srcPath": "MainAbility", 55 "name": ".MainAbility", 56 "srcLanguage": "js", 57 "icon": "$media:icon", 58 "description": "$string:mainability_description", 59 "formsEnabled": false, 60 "label": "$string:entry_MainAbility", 61 "type": "page", 62 "launchType": "standard" 63 }, 64 { 65 "srcPath": "ServiceAbility", 66 "name": ".ServiceAbility", 67 "icon": "$media:icon", 68 "srcLanguage": "js", 69 70 "description": "$string:serviceability_description", 71 "type": "service", 72 "visible": true, 73 "formsEnabled": false 74 } 75 ], 76 "js": [ 77 { 78 "pages": [ 79 "pages/index/index", 80 "pages/second/second" 81 ], 82 "name": ".MainAbility", 83 "window": { 84 "designWidth": 720, 85 "autoDesignWidth": false 86 } 87 } 88 ] 89 } 90}