1{ 2 "module": { 3 "name": "entry", 4 "type": "entry", 5 "srcEntrance": "./ets/Application/AbilityStage.ts", 6 "description": "$string:entry_desc", 7 "mainElement": "MainAbility", 8 "deviceTypes": [ 9 "default", 10 "tablet", 11 "2in1", 12 "wearable" 13 ], 14 "deliveryWithInstall": true, 15 "installationFree": false, 16 "pages": "$profile:main_pages", 17 "uiSyntax": "ets", 18 "appStartup": "$profile:startup_config", 19 "abilities": [ 20 { 21 "name": "MainAbility", 22 "srcEntrance": "./ets/MainAbility/MainAbility.ts", 23 "description": "$string:MainAbility_desc", 24 "icon": "$media:icon", 25 "label": "$string:MainAbility_label", 26 "visible": true, 27 "skills": [ 28 { 29 "entities": [ 30 "entity.system.home" 31 ], 32 "actions": [ 33 "action.system.home" 34 ] 35 } 36 ] 37 }, 38 { 39 "name": "SingleStartAbility", 40 "srcEntry": "./ets/MainAbility/SingleStartAbility.ets", 41 "description": "$string:MainAbility_desc", 42 "icon": "$media:icon", 43 "label": "$string:MainAbility_label", 44 "startWindowIcon": "$media:icon", 45 "visible": true 46 }, 47 { 48 "name": "PageAbility2", 49 "srcEntry": "./ets/MainAbility/PageAbility2.ets", 50 "description": "$string:MainAbility_desc", 51 "icon": "$media:icon", 52 "label": "$string:MainAbility_label", 53 "startWindowIcon": "$media:icon", 54 "visible": true 55 }, 56 { 57 "name": "PageAbility3", 58 "srcEntry": "./ets/MainAbility/PageAbility3.ets", 59 "description": "$string:MainAbility_desc", 60 "icon": "$media:icon", 61 "label": "$string:MainAbility_label", 62 "startWindowIcon": "$media:icon", 63 "visible": true 64 }, 65 { 66 "name": "PageAbility4", 67 "srcEntry": "./ets/MainAbility/PageAbility4.ets", 68 "description": "$string:MainAbility_desc", 69 "icon": "$media:icon", 70 "label": "$string:MainAbility_label", 71 "startWindowIcon": "$media:icon", 72 "visible": true 73 }, 74 { 75 "name": "PageAbility5", 76 "srcEntry": "./ets/MainAbility/PageAbility5.ets", 77 "description": "$string:MainAbility_desc", 78 "icon": "$media:icon", 79 "label": "$string:MainAbility_label", 80 "startWindowIcon": "$media:icon", 81 "visible": true 82 }, 83 { 84 "name": "PageAbility6", 85 "srcEntry": "./ets/MainAbility/PageAbility6.ets", 86 "description": "$string:MainAbility_desc", 87 "icon": "$media:icon", 88 "label": "$string:MainAbility_label", 89 "startWindowIcon": "$media:icon", 90 "visible": true 91 }, 92 { 93 "name": "PageAbility7", 94 "srcEntry": "./ets/MainAbility/PageAbility7.ets", 95 "description": "$string:MainAbility_desc", 96 "icon": "$media:icon", 97 "label": "$string:MainAbility_label", 98 "startWindowIcon": "$media:icon", 99 "visible": true 100 }, 101 { 102 "name": "SingleStartAbility2", 103 "srcEntry": "./ets/MainAbility/SingleStartAbility2.ets", 104 "description": "$string:MainAbility_desc", 105 "icon": "$media:icon", 106 "label": "$string:MainAbility_label", 107 "startWindowIcon": "$media:icon", 108 "visible": true 109 }, 110 { 111 "name": "PageAbility8", 112 "srcEntry": "./ets/MainAbility/PageAbility8.ets", 113 "description": "$string:MainAbility_desc", 114 "icon": "$media:icon", 115 "label": "$string:MainAbility_label", 116 "startWindowIcon": "$media:icon", 117 "visible": true 118 }, 119 { 120 "name": "PageAbility9", 121 "srcEntry": "./ets/MainAbility/PageAbility9.ets", 122 "description": "$string:MainAbility_desc", 123 "icon": "$media:icon", 124 "label": "$string:MainAbility_label", 125 "startWindowIcon": "$media:icon", 126 "visible": true 127 }, 128 { 129 "name": "PageAbility10", 130 "srcEntry": "./ets/MainAbility/PageAbility10.ets", 131 "description": "$string:MainAbility_desc", 132 "icon": "$media:icon", 133 "label": "$string:MainAbility_label", 134 "startWindowIcon": "$media:icon", 135 "visible": true 136 }, 137 { 138 "name": "PageAbility11", 139 "srcEntry": "./ets/MainAbility/PageAbility11.ets", 140 "description": "$string:MainAbility_desc", 141 "icon": "$media:icon", 142 "label": "$string:MainAbility_label", 143 "startWindowIcon": "$media:icon", 144 "visible": true 145 } 146 ], 147 "extensionAbilities": [ 148 { 149 "name": "Sample_001", 150 "srcEntry": "./ets/startup/Sample_001.ets", 151 "description": "Sample_001", 152 "type": "embeddedUI", 153 "label": "Sample_001", 154 "exported": true 155 }, 156 { 157 "name": "Sample_002", 158 "srcEntry": "./ets/startup/Sample_002.ets", 159 "description": "Sample_002", 160 "type": "embeddedUI", 161 "label": "Sample_002", 162 "exported": true 163 }, 164 { 165 "name": "Sample_003", 166 "srcEntry": "./ets/startup/Sample_003.ets", 167 "description": "Sample_003", 168 "type": "embeddedUI", 169 "label": "Sample_003", 170 "exported": true 171 }, 172 { 173 "name": "Sample_004", 174 "srcEntry": "./ets/startup/Sample_004.ets", 175 "description": "Sample_004", 176 "type": "embeddedUI", 177 "label": "Sample_004", 178 "exported": true 179 }, 180 { 181 "name": "Sample_005", 182 "srcEntry": "./ets/startup/Sample_005.ets", 183 "description": "Sample_005", 184 "type": "embeddedUI", 185 "label": "Sample_005", 186 "exported": true 187 }, 188 { 189 "name": "Sample_006", 190 "srcEntry": "./ets/startup/Sample_006.ets", 191 "description": "Sample_006", 192 "type": "embeddedUI", 193 "label": "Sample_006", 194 "exported": true 195 }, 196 { 197 "name": "Sample_007", 198 "srcEntry": "./ets/startup/Sample_007.ets", 199 "description": "Sample_007", 200 "type": "embeddedUI", 201 "label": "Sample_007", 202 "exported": true 203 }, 204 { 205 "name": "Sample_008", 206 "srcEntry": "./ets/startup/Sample_008.ets", 207 "description": "Sample_008", 208 "type": "embeddedUI", 209 "label": "Sample_008", 210 "exported": true 211 }, 212 { 213 "name": "Sample_009", 214 "srcEntry": "./ets/startup/Sample_009.ets", 215 "description": "Sample_009", 216 "type": "embeddedUI", 217 "label": "Sample_009", 218 "exported": true 219 }, 220 { 221 "name": "Sample_010", 222 "srcEntry": "./ets/startup/Sample_010.ets", 223 "description": "Sample_010", 224 "type": "embeddedUI", 225 "label": "Sample_010", 226 "exported": true 227 }, 228 { 229 "name": "Sample_011", 230 "srcEntry": "./ets/startup/Sample_011.ets", 231 "description": "Sample_011", 232 "type": "embeddedUI", 233 "label": "Sample_011", 234 "exported": true 235 }, 236 { 237 "name": "Sample_012", 238 "srcEntry": "./ets/startup/Sample_012.ets", 239 "description": "Sample_012", 240 "type": "embeddedUI", 241 "label": "Sample_012", 242 "exported": true 243 }, 244 { 245 "name": "Sample_013", 246 "srcEntry": "./ets/startup/Sample_013.ets", 247 "description": "Sample_013", 248 "type": "embeddedUI", 249 "label": "Sample_013", 250 "exported": true 251 }, 252 { 253 "name": "Sample_014", 254 "srcEntry": "./ets/startup/Sample_014.ets", 255 "description": "Sample_014", 256 "type": "embeddedUI", 257 "label": "Sample_014", 258 "exported": true 259 }, 260 { 261 "name": "Sample_015", 262 "srcEntry": "./ets/startup/Sample_015.ets", 263 "description": "Sample_015", 264 "type": "embeddedUI", 265 "label": "Sample_015", 266 "exported": true 267 }, 268 { 269 "name": "Sample_016", 270 "srcEntry": "./ets/startup/Sample_016.ets", 271 "description": "Sample_016", 272 "type": "embeddedUI", 273 "label": "Sample_016", 274 "exported": true 275 }, 276 { 277 "name": "Sample_017", 278 "srcEntry": "./ets/startup/Sample_017.ets", 279 "description": "Sample_017", 280 "type": "embeddedUI", 281 "label": "Sample_017", 282 "exported": true 283 }, 284 { 285 "name": "Sample_018", 286 "srcEntry": "./ets/startup/Sample_018.ets", 287 "description": "Sample_018", 288 "type": "embeddedUI", 289 "label": "Sample_018", 290 "exported": true 291 }, 292 { 293 "name": "Sample_019", 294 "srcEntry": "./ets/startup/Sample_019.ets", 295 "description": "Sample_019", 296 "type": "embeddedUI", 297 "label": "Sample_019", 298 "exported": true 299 }, 300 { 301 "name": "StartupConfig", 302 "srcEntry": "./ets/startup/StartupConfig.ets", 303 "description": "StartupConfig", 304 "type": "embeddedUI", 305 "label": "StartupConfig", 306 "exported": true 307 } 308 ] 309 } 310}