/* * Copyright (c) 2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ { "module": { "name": "entry", "type": "entry", "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ "default", "tablet" ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", "abilities": [ { "name": "EntryAbility", "srcEntrance": "./ets/entryability/EntryAbility.ts", "description": "$string:EntryAbility_desc", "icon": "$media:icon", "label": "$string:EntryAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true, "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ] }, { "name": "clickAbility", "srcEntrance": "./ets/clickability/ClickAbility.ts", "description": "$string:clickability_desc", "icon": "$media:icon", "label": "$string:clickability_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true }, { "name": "InputAbility", "srcEntrance": "./ets/inputability/InputAbility.ts", "description": "$string:InputAbility_desc", "icon": "$media:icon", "label": "$string:InputAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true }, { "name": "MouseAbility", "srcEntrance": "./ets/mouseability/MouseAbility.ts", "description": "$string:MouseAbility_desc", "icon": "$media:icon", "label": "$string:MouseAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true }, { "name": "FlingAbility", "srcEntrance": "./ets/flingability/FlingAbility.ts", "description": "$string:FlingAbility_desc", "icon": "$media:icon", "label": "$string:FlingAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true }, { "name": "SwipeAbility", "srcEntrance": "./ets/swipeability/SwipeAbility.ts", "description": "$string:SwipeAbility_desc", "icon": "$media:icon", "label": "$string:SwipeAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true }, { "name": "PinchAbility", "srcEntrance": "./ets/pinchability/PinchAbility.ts", "description": "$string:PinchAbility_desc", "icon": "$media:icon", "label": "$string:PinchAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true }, { "name": "PointMatrixAbility", "srcEntrance": "./ets/pointmatrixability/PointMatrixAbility.ts", "description": "$string:PointMatrixAbility_desc", "icon": "$media:icon", "label": "$string:PointMatrixAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true }, { "name": "ScrollerAbility", "srcEntrance": "./ets/scrollerability/ScrollerAbility.ts", "description": "$string:ScrollerAbility_desc", "icon": "$media:icon", "label": "$string:ScrollerAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true }, { "name": "DragAbility", "srcEntrance": "./ets/dragability/DragAbility.ts", "description": "$string:DragAbility_desc", "icon": "$media:icon", "label": "$string:DragAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "visible": true } ] } }