1{ 2 "app": { 3 "bundleName": "ohos.faultloggerjs.test", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 5 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 "package": "ohos.faultloggerjs.test", 17 "name": ".entry", 18 "mainAbility": ".MainAbility", 19 "srcPath":"", 20 "deviceType": [ 21 "tablet", 22 "default", 23 "phone" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "entry", 28 "moduleType": "entry" 29 }, 30 "reqPermissions": [ 31 { 32 "name": "ohos.permission.READ_DFX_SYSEVENT" 33 } 34 ], 35 "abilities": [ 36 { 37 "skills": [ 38 { 39 "entities": [ 40 "entity.system.home" 41 ], 42 "actions": [ 43 "action.system.home" 44 ] 45 } 46 ], 47 "orientation": "unspecified", 48 "formsEnabled": false, 49 "name": ".MainAbility", 50 "srcLanguage": "js", 51 "srcPath": "MainAbility", 52 "icon": "$media:icon", 53 "description": "$string:MainAbility_desc", 54 "label": "$string:MainAbility_label", 55 "type": "page", 56 "visible": true, 57 "launchType": "standard" 58 }, 59 { 60 "orientation": "unspecified", 61 "formsEnabled": false, 62 "name": ".TestAbility", 63 "srcLanguage": "js", 64 "srcPath": "TestAbility", 65 "icon": "$media:icon", 66 "description": "$string:TestAbility_desc", 67 "label": "$string:TestAbility_label", 68 "type": "page", 69 "visible": true, 70 "launchType": "standard" 71 } 72], 73"js": [ 74 { 75 "pages": [ 76 "pages/index/index" 77 ], 78 "name": "default", 79 "window": { 80 "designWidth": 720, 81 "autoDesignWidth": false 82 } 83 }, 84 { 85 "pages": [ 86 "pages/index/index" 87 ], 88 "name": ".TestAbility", 89 "window": { 90 "designWidth": 720, 91 "autoDesignWidth": false 92 } 93 } 94], 95"testRunner": { 96 "name": "OpenHarmonyTestRunner", 97 "srcPath": "TestRunner" 98} 99} 100} 101