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