1{ 2 "app": { 3 "bundleName": "com.acts.inputmethodtest", 4 "vendor": "open", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 7, 11 "releaseType": "Release", 12 "target": 9 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "package": "com.acts.inputmethodtest", 18 "name": ".MyApplication", 19 "mainAbility": "com.acts.inputmethodtest.MainAbility", 20 "deviceType": [ 21 "tablet", 22 "default", 23 "phone" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "entry", 28 "moduleType": "entry", 29 "installationFree": false 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:description_mainability", 50 "formsEnabled": false, 51 "label": "$string:entry_MainAbility", 52 "type": "page", 53 "launchType": "standard" 54 }, 55 { 56 "orientation": "unspecified", 57 "visible": true, 58 "srcPath": "TestAbility", 59 "name": ".TestAbility", 60 "srcLanguage": "ets", 61 "icon": "$media:icon", 62 "description": "$string:TestAbility_desc", 63 "formsEnabled": false, 64 "label": "$string:TestAbility_label", 65 "type": "page", 66 "launchType": "standard" 67 } 68 ], 69 "reqPermissions": [ 70 { 71 "name": "ohos.permission.CONNECT_IME_ABILITY" 72 } 73 ], 74 "js": [ 75 { 76 "mode": { 77 "syntax": "ets", 78 "type": "pageAbility" 79 }, 80 "pages": [ 81 "pages/index", 82 "pages/input" 83 ], 84 "name": ".MainAbility", 85 "window": { 86 "designWidth": 720, 87 "autoDesignWidth": false 88 } 89 }, 90 { 91 "mode": { 92 "syntax": "ets", 93 "type": "pageAbility" 94 }, 95 "pages": [ 96 "pages/index" 97 ], 98 "name": ".TestAbility", 99 "window": { 100 "designWidth": 720, 101 "autoDesignWidth": false 102 } 103 } 104 ] 105 } 106} 107