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_test", 14 "deviceType": [ 15 "wearable", 16 "tablet", 17 "default", 18 "phone", 19 "2in1" 20 ], 21 "distro": { 22 "deliveryWithInstall": true, 23 "moduleName": "entry_test", 24 "moduleType": "feature", 25 "installationFree": false 26 }, 27 "reqPermissions": [ 28 { 29 "name": "ohos.permission.READ_DFX_SYSEVENT" 30 }, 31 { 32 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 33 "reason": "ceshi" 34 } 35 ], 36 "abilities": [ 37 { 38 "orientation": "unspecified", 39 "formsEnabled": false, 40 "name": ".TestAbility", 41 "srcLanguage": "js", 42 "srcPath": "TestAbility", 43 "icon": "$media:icon", 44 "description": "$string:TestAbility_desc", 45 "label": "$string:TestAbility_label", 46 "type": "page", 47 "visible": true, 48 "launchType": "standard" 49 } 50 ], 51 "js": [ 52 { 53 "pages": [ 54 "pages/index/index" 55 ], 56 "name": ".TestAbility", 57 "window": { 58 "designWidth": 720, 59 "autoDesignWidth": false 60 } 61 } 62 ], 63 "testRunner": { 64 "name": "OpenHarmonyTestRunner", 65 "srcPath": "TestRunner" 66 }, 67 "mainAbility": ".MainAbility", 68 "srcPath": "", 69 "defPermissions": [ 70 { 71 "availableScope": [], 72 "grantMode": "system_grant", 73 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 74 } 75 ] 76 } 77}