1/* 2# Copyright (c) 2020-2030 iSoftStone Information Technology (Group) 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*/ 14 15{ 16 "app": { 17 "bundleName": "com.example.hhordering", 18 "vendor": "example", 19 "version": { 20 "code": 1000000, 21 "name": "1.0.0" 22 } 23 }, 24 "deviceConfig": {}, 25 "module": { 26 "package": "com.example.entry_test", 27 "name": ".entry_test", 28 "mainAbility": ".TestAbility", 29 "srcPath": "", 30 "deviceType": [ 31 "default", 32 "tablet" 33 ], 34 "distro": { 35 "deliveryWithInstall": true, 36 "moduleName": "entry_test", 37 "moduleType": "feature", 38 "installationFree": false 39 }, 40 "abilities": [ 41 { 42 "skills": [ 43 { 44 "entities": [ 45 "entity.system.home" 46 ], 47 "actions": [ 48 "action.system.home" 49 ] 50 } 51 ], 52 "orientation": "unspecified", 53 "visible": true, 54 "srcPath": "TestAbility", 55 "name": ".TestAbility", 56 "srcLanguage": "ets", 57 "icon": "$media:icon", 58 "description": "$string:description_TestAbility", 59 "formsEnabled": false, 60 "label": "$string:entry_TestAbility", 61 "type": "page", 62 "launchType": "standard" 63 } 64 ], 65 "js": [ 66 { 67 "mode": { 68 "syntax": "ets", 69 "type": "pageAbility" 70 }, 71 "pages": [ 72 "pages/index" 73 ], 74 "name": ".TestAbility", 75 "window": { 76 "designWidth": 720, 77 "autoDesignWidth": false 78 } 79 } 80 ] 81 } 82}