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