1{ 2 "app": { 3 "bundleName": "ohos.acts.distributedschedule.continuationmanager", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.acts.distributedschedule.continuationmanager", 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 "defPermissions": [ 28 ], 29 "reqPermissions": [ 30 { 31 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 32 } 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 "formsEnabled": false, 48 "name": ".TestAbility", 49 "srcLanguage": "js", 50 "srcPath": "TestAbility", 51 "icon": "$media:icon", 52 "description": "$string:TestAbility_desc", 53 "label": "$string:TestAbility_label", 54 "type": "page", 55 "visible": true, 56 "launchType": "standard" 57 } 58 ], 59 "js": [ 60 { 61 "pages": [ 62 "pages/index/index" 63 ], 64 "name": ".TestAbility", 65 "window": { 66 "designWidth": 720, 67 "autoDesignWidth": false 68 } 69 } 70 ], 71 "testRunner": { 72 "name": "OpenHarmonyTestRunner", 73 "srcPath": "TestRunner" 74 } 75 } 76}