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 ], 26 "distro": { 27 "moduleType": "entry", 28 "installationFree": false, 29 "deliveryWithInstall": true, 30 "moduleName": "entry" 31 }, 32 "abilities": [ 33 { 34 "skills": [ 35 { 36 "entities": [ 37 "entity.system.home" 38 ], 39 "actions": [ 40 "action.system.home" 41 ] 42 } 43 ], 44 "orientation": "unspecified", 45 "visible": true, 46 "srcPath": "MainAbility", 47 "name": ".MainAbility", 48 "srcLanguage": "ets", 49 "icon": "$media:icon", 50 "description": "$string:description_mainability", 51 "formsEnabled": false, 52 "label": "$string:entry_MainAbility", 53 "type": "page", 54 "launchType": "singleton" 55 }, 56 { 57 "orientation": "unspecified", 58 "formsEnabled": false, 59 "visible": true, 60 "srcPath": "TestAbility", 61 "name": ".TestAbility", 62 "srcLanguage": "ets", 63 "icon": "$media:icon", 64 "description": "$string:TestAbility_desc", 65 "label": "$string:TestAbility_label", 66 "type": "page", 67 "launchType": "singleton" 68 } 69 ], 70 "js": [ 71 { 72 "mode": { 73 "syntax": "ets", 74 "type": "pageAbility" 75 }, 76 "pages": [ 77 "pages/index" 78 ], 79 "name": ".MainAbility", 80 "window": { 81 "designWidth": 720, 82 "autoDesignWidth": false 83 } 84 }, 85 { 86 "mode": { 87 "syntax": "ets", 88 "type": "pageAbility" 89 }, 90 "pages": [ 91 "pages/index" 92 ], 93 "name": ".TestAbility", 94 "window": { 95 "designWidth": 720, 96 "autoDesignWidth": false 97 } 98 } 99 ] 100 } 101}