142365ec6Sopenharmony_ci/* 242365ec6Sopenharmony_ci * Copyright (c) 2023 Huawei Device Co., Ltd. 342365ec6Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 442365ec6Sopenharmony_ci * you may not use this file except in compliance with the License. 542365ec6Sopenharmony_ci * You may obtain a copy of the License at 642365ec6Sopenharmony_ci * 742365ec6Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 842365ec6Sopenharmony_ci * 942365ec6Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 1042365ec6Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 1142365ec6Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1242365ec6Sopenharmony_ci * See the License for the specific language governing permissions and 1342365ec6Sopenharmony_ci * limitations under the License. 1442365ec6Sopenharmony_ci */ 1542365ec6Sopenharmony_ci 1642365ec6Sopenharmony_ci{ 1742365ec6Sopenharmony_ci "module": { 1842365ec6Sopenharmony_ci "name": "entry_test", 1942365ec6Sopenharmony_ci "type": "feature", 2042365ec6Sopenharmony_ci "srcEntrance": "./ets/TestAbility/TestAbility.ts", 2142365ec6Sopenharmony_ci "description": "$string:entry_test_desc", 2242365ec6Sopenharmony_ci "mainElement": "TestAbility", 2342365ec6Sopenharmony_ci "deviceTypes": [ 2442365ec6Sopenharmony_ci "default", 2542365ec6Sopenharmony_ci "tablet" 2642365ec6Sopenharmony_ci ], 2742365ec6Sopenharmony_ci "deliveryWithInstall": true, 2842365ec6Sopenharmony_ci "installationFree": false, 2942365ec6Sopenharmony_ci "pages": "$profile:test_pages", 3042365ec6Sopenharmony_ci "uiSyntax": "ets", 3142365ec6Sopenharmony_ci "abilities": [ 3242365ec6Sopenharmony_ci { 3342365ec6Sopenharmony_ci "name": "TestAbility", 3442365ec6Sopenharmony_ci "srcEntrance": "./ets/TestAbility/TestAbility.ts", 3542365ec6Sopenharmony_ci "description": "$string:TestAbility_desc", 3642365ec6Sopenharmony_ci "icon": "$media:icon", 3742365ec6Sopenharmony_ci "label": "$string:TestAbility_label", 3842365ec6Sopenharmony_ci "visible": true, 3942365ec6Sopenharmony_ci "skills": [ 4042365ec6Sopenharmony_ci { 4142365ec6Sopenharmony_ci "actions": [ 4242365ec6Sopenharmony_ci "action.system.home" 4342365ec6Sopenharmony_ci ], 4442365ec6Sopenharmony_ci "entities": [ 4542365ec6Sopenharmony_ci "entity.system.home" 4642365ec6Sopenharmony_ci ] 4742365ec6Sopenharmony_ci } 4842365ec6Sopenharmony_ci ] 4942365ec6Sopenharmony_ci } 5042365ec6Sopenharmony_ci ] 5142365ec6Sopenharmony_ci } 5242365ec6Sopenharmony_ci} 53