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