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