1{ 2 "app": { 3 "bundleName": "com.ohos.hiSysEventJsUnitTest", 4 "vendor": "ohos", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 7 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 "package": "com.ohos.hiSysEventJsUnitTest", 17 "name": ".MyApplication", 18 "deviceType": [ 19 "default", 20 "tablet" 21 ], 22 "distro": { 23 "deliveryWithInstall": true, 24 "moduleName": "entry", 25 "moduleType": "entry" 26 }, 27 "reqPermissions": [ 28 { 29 "name": "ohos.permission.READ_DFX_SYSEVENT" 30 } 31 ], 32 "abilities": [ 33 { 34 "visible": true, 35 "skills": [ 36 { 37 "entities": [ 38 "entity.system.home" 39 ], 40 "actions": [ 41 "action.system.home" 42 ] 43 } 44 ], 45 "name": "com.ohos.hiSysEventJsUnitTest.MainAbility", 46 "icon": "$media:icon", 47 "description": "$string:mainability_description", 48 "label": "MyApplication", 49 "type": "page", 50 "launchType": "standard" 51 } 52 ], 53 "js": [ 54 { 55 "pages": [ 56 "pages/index/index" 57 ], 58 "name": "default", 59 "window": { 60 "designWidth": 720, 61 "autoDesignWidth": false 62 } 63 } 64 ] 65 } 66 } 67