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