1{ 2 "app": { 3 "bundleName": "com.example.accessibleabilitylist", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.example.accessibleabilitylist_test", 13 "name": ".entry_test", 14 "mainAbility": ".TestAbility", 15 "deviceType": [ 16 "default", 17 "tablet" 18 ], 19 "distro": { 20 "deliveryWithInstall": true, 21 "moduleName": "entry_test", 22 "moduleType": "feature", 23 "installationFree": false 24 }, 25 "defPermissions": [ 26 { 27 "availableScope": [], 28 "grantMode": "system_grant", 29 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 30 } 31 ], 32 "reqPermissions": [ 33 { 34 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 35 "reason": "ceshi" 36 } 37 ], 38 "abilities": [ 39 { 40 "skills": [ 41 { 42 "entities": [ 43 "entity.system.home" 44 ], 45 "actions": [ 46 "action.system.home" 47 ] 48 } 49 ], 50 "orientation": "unspecified", 51 "formsEnabled": false, 52 "name": ".TestAbility", 53 "srcLanguage": "js", 54 "srcPath": "TestAbility", 55 "icon": "$media:icon", 56 "description": "$string:TestAbility_desc", 57 "label": "$string:TestAbility_label", 58 "type": "page", 59 "visible": true, 60 "launchType": "standard" 61 } 62 ], 63 "js": [ 64 { 65 "pages": [ 66 "pages/index/index" 67 ], 68 "name": ".TestAbility", 69 "window": { 70 "designWidth": 720, 71 "autoDesignWidth": false 72 } 73 } 74 ], 75 "testRunner": { 76 "name": "OpenHarmonyTestRunner", 77 "srcPath": "TestRunner" 78 } 79 } 80}