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