1{ 2 "app": { 3 "bundleName": "com.example.fa_app", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 8, 11 "releaseType": "Release", 12 "target": 9 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "package": "com.example.entry", 18 "name": ".entry", 19 "mainAbility": ".MainAbility", 20 "deviceType": [ 21 "default", 22 "tablet" 23 ], 24 "distro": { 25 "deliveryWithInstall": true, 26 "moduleName": "entry", 27 "moduleType": "entry", 28 "installationFree": false 29 }, 30 "abilities": [ 31 { 32 "skills": [ 33 { 34 "entities": [ 35 "entity.system.home" 36 ], 37 "actions": [ 38 "action.system.home" 39 ] 40 } 41 ], 42 "orientation": "unspecified", 43 "formsEnabled": false, 44 "name": ".MainAbility", 45 "srcLanguage": "ets", 46 "icon": "$media:icon", 47 "description": "$string:MainAbility_desc", 48 "label": "$string:MainAbility_label", 49 "type": "page", 50 "visible": true, 51 "launchType": "standard" 52 }, 53 { 54 "orientation": "unspecified", 55 "visible": true, 56 "srcPath": "TestAbility", 57 "name": ".TestAbility", 58 "srcLanguage": "ets", 59 "icon": "$media:icon", 60 "description": "$string:description_TestAbility", 61 "formsEnabled": false, 62 "label": "$string:entry_TestAbility", 63 "type": "page", 64 "launchType": "standard" 65 } 66 ], 67 "js": [ 68 { 69 "mode": { 70 "syntax": "ets", 71 "type": "pageAbility" 72 }, 73 "pages": [ 74 "pages/index" 75 ], 76 "name": ".MainAbility", 77 "window": { 78 "designWidth": 720, 79 "autoDesignWidth": false 80 } 81 }, 82 { 83 "mode": { 84 "syntax": "ets", 85 "type": "pageAbility" 86 }, 87 "pages": [ 88 "pages/index" 89 ], 90 "name": ".TestAbility", 91 "window": { 92 "designWidth": 720, 93 "autoDesignWidth": false 94 } 95 } 96 ] 97 } 98}