131c75014Sopenharmony_ci/* 231c75014Sopenharmony_ci * Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. 331c75014Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 431c75014Sopenharmony_ci * you may not use this file except in compliance with the License. 531c75014Sopenharmony_ci * You may obtain a copy of the License at 631c75014Sopenharmony_ci * 731c75014Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 831c75014Sopenharmony_ci * 931c75014Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 1031c75014Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 1131c75014Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1231c75014Sopenharmony_ci * See the License for the specific language governing permissions and 1331c75014Sopenharmony_ci * limitations under the License. 1431c75014Sopenharmony_ci */ 1531c75014Sopenharmony_ci{ 1631c75014Sopenharmony_ci "module": { 1731c75014Sopenharmony_ci "name": "entry", 1831c75014Sopenharmony_ci "type": "entry", 1931c75014Sopenharmony_ci "description": "$string:module_desc", 2031c75014Sopenharmony_ci "mainElement": "EntryAbility", 2131c75014Sopenharmony_ci "deviceTypes": [ 2231c75014Sopenharmony_ci "default", 2331c75014Sopenharmony_ci "tablet" 2431c75014Sopenharmony_ci ], 2531c75014Sopenharmony_ci "deliveryWithInstall": true, 2631c75014Sopenharmony_ci "installationFree": false, 2731c75014Sopenharmony_ci "pages": "$profile:main_pages", 2831c75014Sopenharmony_ci "abilities": [ 2931c75014Sopenharmony_ci { 3031c75014Sopenharmony_ci "name": "EntryAbility", 3131c75014Sopenharmony_ci "srcEntry": "./ets/entryability/EntryAbility.ets", 3231c75014Sopenharmony_ci "description": "$string:EntryAbility_desc", 3331c75014Sopenharmony_ci "icon": "$media:icon", 3431c75014Sopenharmony_ci "label": "$string:EntryAbility_label", 3531c75014Sopenharmony_ci "startWindowIcon": "$media:icon", 3631c75014Sopenharmony_ci "startWindowBackground": "$color:start_window_background", 3731c75014Sopenharmony_ci "exported": true, 3831c75014Sopenharmony_ci "skills": [ 3931c75014Sopenharmony_ci { 4031c75014Sopenharmony_ci "entities": [ 4131c75014Sopenharmony_ci "entity.system.home" 4231c75014Sopenharmony_ci ], 4331c75014Sopenharmony_ci "actions": [ 4431c75014Sopenharmony_ci "action.system.home" 4531c75014Sopenharmony_ci ] 4631c75014Sopenharmony_ci } 4731c75014Sopenharmony_ci ] 4831c75014Sopenharmony_ci } 4931c75014Sopenharmony_ci ], 5031c75014Sopenharmony_ci "requestPermissions": [ 5131c75014Sopenharmony_ci { 5231c75014Sopenharmony_ci "name": "ohos.permission.INTERNET" 5331c75014Sopenharmony_ci }, 5431c75014Sopenharmony_ci { 5531c75014Sopenharmony_ci "name": "ohos.permission.LOCATION" 5631c75014Sopenharmony_ci }, 5731c75014Sopenharmony_ci { 5831c75014Sopenharmony_ci "name": "ohos.permission.APPROXIMATELY_LOCATION" 5931c75014Sopenharmony_ci } 6031c75014Sopenharmony_ci ] 6131c75014Sopenharmony_ci } 6231c75014Sopenharmony_ci}