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