1{ 2 "app": { 3 "bundleName": "com.ohos.hiSysEventJsUnitTest", 4 "vendor": "ohos", 5 "version": { 6 "code": 2, 7 "name": "2.0.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 "2in1" 22 ], 23 "distro": { 24 "deliveryWithInstall": true, 25 "moduleName": "entry", 26 "moduleType": "entry" 27 }, 28 "reqPermissions": [ 29 { 30 "name": "ohos.permission.READ_DFX_SYSEVENT" 31 } 32 ], 33 "abilities": [ 34 { 35 "visible": true, 36 "skills": [ 37 { 38 "entities": [ 39 "entity.system.home" 40 ], 41 "actions": [ 42 "action.system.home" 43 ] 44 } 45 ], 46 "name": "com.ohos.hiSysEventJsUnitTest.MainAbility", 47 "icon": "$media:icon", 48 "description": "$string:mainability_description", 49 "label": "MyApplication", 50 "type": "page", 51 "launchType": "standard" 52 } 53 ], 54 "js": [ 55 { 56 "pages": [ 57 "pages/index/index" 58 ], 59 "name": "default", 60 "window": { 61 "designWidth": 720, 62 "autoDesignWidth": false 63 } 64 } 65 ] 66 } 67 } 68