1{ 2 "app": { 3 "bundleName": "com.ohos.fileiotest", 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.MANAGE_LOCAL_ACCOUNTS" 28 }, 29 { 30 "name": "ohos.permission.ACCESS_SERVICE_DM" 31 } 32 ], 33 "package": "com.ohos.fileiotest", 34 "name": ".entry", 35 "mainAbility":".MainAbility", 36 "srcPath":"", 37 "deviceType": [ 38 "phone", 39 "tablet", 40 "tv", 41 "wearable", 42 "default", 43 "2in1" 44 ], 45 "distro": { 46 "deliveryWithInstall": true, 47 "moduleName": "entry", 48 "moduleType": "entry", 49 "installationFree": false 50 }, 51 "abilities": [ 52 { 53 "skills": [ 54 { 55 "entities": [ 56 "entity.system.home" 57 ], 58 "actions": [ 59 "action.system.home" 60 ] 61 } 62 ], 63 "orientation": "unspecified", 64 "formsEnabled": false, 65 "name": ".MainAbility", 66 "srcLanguage": "js", 67 "srcPath": "MainAbility", 68 "icon": "$media:icon", 69 "description": "$string:mainability_description", 70 "label": "$string:app_name", 71 "type": "page", 72 "visible":true, 73 "launchType": "standard" 74 }, 75 { 76 "orientation": "unspecified", 77 "formsEnabled": false, 78 "name": ".TestAbility", 79 "srcLanguage": "js", 80 "srcPath": "TestAbility", 81 "icon": "$media:icon", 82 "description": "$string:TestAbility_desc", 83 "label": "$string:TestAbility_label", 84 "type": "page", 85 "visible": true, 86 "launchType": "standard" 87 } 88 ], 89 "js": [ 90 { 91 "pages": [ 92 "pages/index/index" 93 ], 94 "name": ".MainAbility", 95 "window": { 96 "designWidth": 720, 97 "autoDesignWidth": true 98 } 99 }, 100 { 101 "pages": [ 102 "pages/index/index" 103 ], 104 "name": ".TestAbility", 105 "window": { 106 "designWidth": 720, 107 "autoDesignWidth": false 108 } 109 } 110 ], 111 "testRunner": { 112 "name": "OpenHarmonyTestRunner", 113 "srcPath": "TestRunner" 114 } 115 } 116}