1{ 2 "app": { 3 "bundleName": "ohos.intl.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.intl.test", 17 "name": ".entry", 18 "deviceType": [ 19 "tablet", 20 "default", 21 "phone" 22 ], 23 "distro": { 24 "deliveryWithInstall": true, 25 "moduleName": "entry", 26 "moduleType": "entry" 27 }, 28 "abilities": [ 29 { 30 "skills": [ 31 { 32 "entities": [ 33 "entity.system.home" 34 ], 35 "actions": [ 36 "action.system.home" 37 ] 38 } 39 ], 40 "orientation": "unspecified", 41 "formsEnabled": false, 42 "name": ".MainAbility", 43 "srcLanguage": "js", 44 "srcPath": "MainAbility", 45 "icon": "$media:icon", 46 "description": "$string:MainAbility_desc", 47 "label": "$string:MainAbility_label", 48 "type": "page", 49 "visible": true, 50 "launchType": "standard" 51 }, 52 { 53 "orientation": "unspecified", 54 "formsEnabled": false, 55 "name": ".TestAbility", 56 "srcLanguage": "js", 57 "srcPath": "TestAbility", 58 "icon": "$media:icon", 59 "description": "$string:TestAbility_desc", 60 "label": "$string:TestAbility_label", 61 "type": "page", 62 "visible": true, 63 "launchType": "standard" 64 } 65 ], 66 "reqPermissions": [ 67 { 68 "name": "ohos.permission.GET_BUNDLE_INFO", 69 "reason": "need use ohos.permission.GET_BUNDLE_INFO" 70 }, 71 { 72 "name": "ohos.permission.UPDATE_CONFIGURATION", 73 "reason": "need use ohos.permission.UPDATE_CONFIGURATION" 74 } 75 ], 76 "js": [ 77 { 78 "pages": [ 79 "pages/index/index" 80 ], 81 "name": "default", 82 "window": { 83 "designWidth": 720, 84 "autoDesignWidth": false 85 } 86 }, 87 { 88 "pages": [ 89 "pages/index/index" 90 ], 91 "name": ".TestAbility", 92 "window": { 93 "designWidth": 720, 94 "autoDesignWidth": false 95 } 96 } 97 ], 98 "testRunner": { 99 "name": "OpenHarmonyTestRunner", 100 "srcPath": "TestRunner" 101 }, 102 "mainAbility": ".MainAbility", 103 "srcPath": "" 104 } 105}