1{ 2 "app": { 3 "bundleName": "com.example.myapplication", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 5, 12 "releaseType": "Beta1" 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "package": "com.example.myapplication_test", 18 "name": ".entry_test", 19 "mainAbility": ".TestAbility", 20 "deviceType": [ 21 "phone", 22 "tablet", 23 "wearable" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "entry_test", 28 "moduleType": "feature", 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 "formsEnabled": false, 45 "name": ".TestAbility", 46 "srcLanguage": "js", 47 "srcPath": "TestAbility", 48 "icon": "$media:icon", 49 "description": "$string:TestAbility_desc", 50 "label": "$string:TestAbility_label", 51 "type": "page", 52 "visible": true, 53 "launchType": "standard" 54 }, 55 { 56 "name": ".DataAbility", 57 "srcLanguage": "js", 58 "srcPath": "DataAbility", 59 "icon": "$media:icon", 60 "description": "$string:DataAbility_desc", 61 "type": "data", 62 "uri": "dataability://com.example.myapplication.DataAbility" 63 } 64 ], 65 "js": [ 66 { 67 "pages": [ 68 "pages/index/index" 69 ], 70 "name": ".TestAbility", 71 "window": { 72 "designWidth": 720, 73 "autoDesignWidth": false 74 } 75 } 76 ], 77 "testRunner": { 78 "name": "OpenHarmonyTestRunner", 79 "srcPath": "TestRunner" 80 } 81 } 82}