1/* 2 * Copyright (C) 2024 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16{ 17 "module": { 18 "name": "entry", 19 "type": "entry", 20 "description": "$string:module_desc", 21 "mainElement": "EntryAbility", 22 "deviceTypes": [ 23 "default", 24 "tablet" 25 ], 26 "deliveryWithInstall": true, 27 "installationFree": false, 28 "pages": "$profile:main_pages", 29 "abilities": [ 30 { 31 "name": "EntryAbility", 32 "srcEntry": "./ets/entryability/EntryAbility.ets", 33 "description": "$string:EntryAbility_desc", 34 "icon": "$media:layered_image", 35 "label": "$string:EntryAbility_label", 36 "startWindowIcon": "$media:startIcon", 37 "startWindowBackground": "$color:start_window_background", 38 "exported": true, 39 "skills": [ 40 { 41 "entities": [ 42 "entity.system.home" 43 ], 44 "actions": [ 45 "action.system.home" 46 ] 47 } 48 ] 49 }, 50 { 51 "name": "EntryAbility2", 52 "srcEntry": "./ets/entryability2/EntryAbility2.ets", 53 "description": "$string:EntryAbility_desc", 54 "icon": "$media:layered_image", 55 "label": "$string:EntryAbility_label", 56 "startWindowIcon": "$media:startIcon", 57 "startWindowBackground": "$color:start_window_background", 58 "exported": true, 59 "skills": [ 60 { 61 "entities": [ 62 "entity.system.home" 63 ], 64 "actions": [ 65 "action.system.home" 66 ] 67 } 68 ] 69 }, 70 { 71 "name": "EntryAbility3", 72 "srcEntry": "./ets/entryability3/EntryAbility3.ets", 73 "description": "$string:EntryAbility_desc", 74 "icon": "$media:layered_image", 75 "label": "$string:EntryAbility_label", 76 "startWindowIcon": "$media:startIcon", 77 "startWindowBackground": "$color:start_window_background", 78 "exported": true, 79 "skills": [ 80 { 81 "entities": [ 82 "entity.system.home" 83 ], 84 "actions": [ 85 "action.system.home" 86 ] 87 } 88 ] 89 }, 90 { 91 "name": "EntryAbility4", 92 "srcEntry": "./ets/entryability4/EntryAbility4.ets", 93 "description": "$string:EntryAbility_desc", 94 "icon": "$media:layered_image", 95 "label": "$string:EntryAbility_label", 96 "startWindowIcon": "$media:startIcon", 97 "startWindowBackground": "$color:start_window_background", 98 "exported": true, 99 "skills": [ 100 { 101 "entities": [ 102 "entity.system.home" 103 ], 104 "actions": [ 105 "action.system.home" 106 ] 107 } 108 ] 109 }, 110 { 111 "name": "MainAbility", 112 "srcEntry": "./ets/mainability/MainAbility.ets", 113 "description": "$string:EntryAbility_desc", 114 "icon": "$media:layered_image", 115 "label": "$string:EntryAbility_label", 116 "startWindowIcon": "$media:startIcon", 117 "startWindowBackground": "$color:start_window_background", 118 "exported": true, 119 "skills": [ 120 { 121 "entities": [ 122 "entity.system.home" 123 ], 124 "actions": [ 125 "action.system.home" 126 ] 127 } 128 ] 129 }, 130 { 131 "name": "MainAbility2", 132 "srcEntry": "./ets/mainability2/MainAbility2.ts", 133 "description": "$string:EntryAbility_desc", 134 "icon": "$media:layered_image", 135 "label": "$string:EntryAbility_label", 136 "startWindowIcon": "$media:startIcon", 137 "startWindowBackground": "$color:start_window_background", 138 "exported": true, 139 "skills": [ 140 { 141 "entities": [ 142 "entity.system.home" 143 ], 144 "actions": [ 145 "action.system.home" 146 ] 147 } 148 ] 149 }, 150 { 151 "name": "MainAbility3", 152 "srcEntry": "./ets/mainability3/MainAbility3.ets", 153 "description": "$string:EntryAbility_desc", 154 "icon": "$media:layered_image", 155 "label": "$string:EntryAbility_label", 156 "startWindowIcon": "$media:startIcon", 157 "startWindowBackground": "$color:start_window_background", 158 "exported": true, 159 "skills": [ 160 { 161 "entities": [ 162 "entity.system.home" 163 ], 164 "actions": [ 165 "action.system.home" 166 ] 167 } 168 ] 169 }, 170 { 171 "name": "SecondAbility", 172 "srcEntry": "./ets/secondability/SecondAbility.ts", 173 "description": "$string:EntryAbility_desc", 174 "icon": "$media:layered_image", 175 "label": "$string:EntryAbility_label", 176 "startWindowIcon": "$media:startIcon", 177 "startWindowBackground": "$color:start_window_background", 178 "exported": true, 179 "skills": [ 180 { 181 "entities": [ 182 "entity.system.home" 183 ], 184 "actions": [ 185 "action.system.home" 186 ] 187 } 188 ] 189 }, 190 { 191 "name": "ThirdAbility", 192 "srcEntry": "./ets/thirdability/ThirdAbility.ts", 193 "description": "$string:EntryAbility_desc", 194 "icon": "$media:layered_image", 195 "label": "$string:EntryAbility_label", 196 "startWindowIcon": "$media:startIcon", 197 "startWindowBackground": "$color:start_window_background", 198 "exported": true, 199 "skills": [ 200 { 201 "entities": [ 202 "entity.system.home" 203 ], 204 "actions": [ 205 "action.system.home" 206 ] 207 } 208 ] 209 } 210 ] 211 } 212}