1{ 2 "app": { 3 "bundleName": "com.example.myapplication", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.example.myapplication_test", 13 "name": ".entry_test", 14 "mainAbility": ".TestAbility", 15 "deviceType": [ 16 "wearable", 17 "default", 18 "tablet", 19 "2in1" 20 ], 21 "distro": { 22 "deliveryWithInstall": true, 23 "moduleName": "entry_test", 24 "moduleType": "feature", 25 "installationFree": false 26 }, 27 "abilities": [ 28 { 29 "skills": [ 30 { 31 "entities": [ 32 "entity.system.home" 33 ], 34 "actions": [ 35 "action.system.home" 36 ] 37 } 38 ], 39 "orientation": "unspecified", 40 "formsEnabled": false, 41 "name": ".TestAbility", 42 "srcLanguage": "js", 43 "srcPath": "TestAbility", 44 "icon": "$media:icon", 45 "description": "$string:TestAbility_desc", 46 "label": "$string:TestAbility_label", 47 "type": "page", 48 "visible": true, 49 "launchType": "standard" 50 }, 51 { 52 "name": ".DataAbility", 53 "srcLanguage": "js", 54 "srcPath": "DataAbility", 55 "icon": "$media:icon", 56 "description": "$string:DataAbility_desc", 57 "type": "data", 58 "uri": "dataability://com.example.myapplication.DataAbility" 59 } 60 ], 61 "js": [ 62 { 63 "pages": [ 64 "pages/index/index" 65 ], 66 "name": ".TestAbility", 67 "window": { 68 "designWidth": 720, 69 "autoDesignWidth": false 70 } 71 } 72 ], 73 "testRunner": { 74 "name": "OpenHarmonyTestRunner", 75 "srcPath": "TestRunner" 76 } 77 } 78}