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