1{ 2 "app": { 3 "bundleName": "ohos.acts.aafwk.test.faauxiliary", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.acts.aafwk.test.faauxiliary", 13 "name": ".entry", 14 "mainAbility": ".MainAbility", 15 "deviceType": [ 16 "wearable", 17 "default", 18 "tablet" 19 ], 20 "distro": { 21 "deliveryWithInstall": true, 22 "moduleName": "entry", 23 "moduleType": "entry", 24 "installationFree": false 25 }, 26 "abilities": [ 27 { 28 "skills": [ 29 { 30 "entities": [ 31 "entity.system.home" 32 ], 33 "actions": [ 34 "action.system.home" 35 ] 36 } 37 ], 38 "orientation": "unspecified", 39 "formsEnabled": false, 40 "name": ".MainAbility", 41 "srcLanguage": "ets", 42 "srcPath": "MainAbility", 43 "icon": "$media:icon", 44 "description": "$string:MainAbility_desc", 45 "label": "$string:MainAbility_label", 46 "type": "page", 47 "visible": true, 48 "launchType": "standard" 49 }, 50 { 51 "orientation": "unspecified", 52 "visible": true, 53 "srcPath": "MainAbility2", 54 "name": ".MainAbility2", 55 "srcLanguage": "ets", 56 "icon": "$media:icon", 57 "description": "$string:MainAbility2_desc", 58 "formsEnabled": false, 59 "label": "$string:MainAbility2_label", 60 "type": "page", 61 "launchType": "singleton" 62 }, 63 { 64 "orientation": "unspecified", 65 "visible": true, 66 "srcPath": "MainAbility3", 67 "name": ".MainAbility3", 68 "srcLanguage": "ets", 69 "icon": "$media:icon", 70 "description": "$string:MainAbility3_desc", 71 "formsEnabled": false, 72 "label": "$string:MainAbility3_label", 73 "type": "page", 74 "launchType": "singleton" 75 }, 76 { 77 "orientation": "unspecified", 78 "visible": true, 79 "srcPath": "MainAbility4", 80 "name": ".MainAbility4", 81 "srcLanguage": "ets", 82 "icon": "$media:icon", 83 "description": "$string:MainAbility4_desc", 84 "formsEnabled": false, 85 "label": "$string:MainAbility4_label", 86 "type": "page", 87 "launchType": "singleton" 88 }, 89 { 90 "orientation": "unspecified", 91 "visible": true, 92 "srcPath": "MainAbility5", 93 "name": ".MainAbility5", 94 "srcLanguage": "ets", 95 "icon": "$media:icon", 96 "description": "$string:MainAbility5_desc", 97 "formsEnabled": false, 98 "label": "$string:MainAbility5_label", 99 "type": "page", 100 "launchType": "singleton" 101 }, 102 { 103 "orientation": "unspecified", 104 "visible": true, 105 "srcPath": "MainAbility6", 106 "name": ".MainAbility6", 107 "srcLanguage": "ets", 108 "icon": "$media:icon", 109 "description": "$string:MainAbility6_desc", 110 "formsEnabled": false, 111 "label": "$string:MainAbility6_label", 112 "type": "page", 113 "launchType": "singleton" 114 }, 115 { 116 "srcPath": "ServiceAbility", 117 "name": ".ServiceAbility", 118 "srcLanguage": "ets", 119 "icon": "$media:icon", 120 "description": "$string:ServiceAbility_desc", 121 "type": "service", 122 "visible": true 123 }, 124 { 125 "srcPath": "ServiceAbility2", 126 "name": ".ServiceAbility2", 127 "srcLanguage": "ets", 128 "icon": "$media:icon", 129 "description": "$string:ServiceAbility2_desc", 130 "type": "service", 131 "visible": true 132 } 133 ], 134 "js": [ 135 { 136 "mode": { 137 "syntax": "ets", 138 "type": "pageAbility" 139 }, 140 "pages": [ 141 "pages/index" 142 ], 143 "name": ".MainAbility", 144 "window": { 145 "designWidth": 720, 146 "autoDesignWidth": false 147 } 148 }, 149 { 150 "mode": { 151 "syntax": "ets", 152 "type": "pageAbility" 153 }, 154 "pages": [ 155 "pages/index" 156 ], 157 "name": ".MainAbility2", 158 "window": { 159 "designWidth": 720, 160 "autoDesignWidth": false 161 } 162 }, 163 { 164 "mode": { 165 "syntax": "ets", 166 "type": "pageAbility" 167 }, 168 "pages": [ 169 "pages/index" 170 ], 171 "name": ".MainAbility3", 172 "window": { 173 "designWidth": 720, 174 "autoDesignWidth": false 175 } 176 }, 177 { 178 "mode": { 179 "syntax": "ets", 180 "type": "pageAbility" 181 }, 182 "pages": [ 183 "pages/index" 184 ], 185 "name": ".MainAbility4", 186 "window": { 187 "designWidth": 720, 188 "autoDesignWidth": false 189 } 190 }, 191 { 192 "mode": { 193 "syntax": "ets", 194 "type": "pageAbility" 195 }, 196 "pages": [ 197 "pages/index" 198 ], 199 "name": ".MainAbility5", 200 "window": { 201 "designWidth": 720, 202 "autoDesignWidth": false 203 } 204 }, 205 { 206 "mode": { 207 "syntax": "ets", 208 "type": "pageAbility" 209 }, 210 "pages": [ 211 "pages/index" 212 ], 213 "name": ".MainAbility6", 214 "window": { 215 "designWidth": 720, 216 "autoDesignWidth": false 217 } 218 } 219 ], 220 "reqPermissions": [ 221 { 222 "name": "ohos.permission.CAMERA" 223 } 224 ] 225 } 226}