1{ 2 "app": { 3 "bundleName": "ohos.abilityconstant.test", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.abilityconstant.test", 13 "name": ".entry_test", 14 "mainAbility": ".MainAbility", 15 "srcPath": "", 16 "deviceType": [ 17 "wearable", 18 "default", 19 "tablet", 20 "2in1" 21 ], 22 "distro": { 23 "deliveryWithInstall": true, 24 "moduleName": "entry_test", 25 "moduleType": "feature", 26 "installationFree": false 27 }, 28 "abilities": [ 29 { 30 "orientation": "unspecified", 31 "formsEnabled": false, 32 "name": ".TestAbility", 33 "srcLanguage": "js", 34 "srcPath": "TestAbility", 35 "icon": "$media:icon", 36 "description": "$string:TestAbility_desc", 37 "label": "$string:TestAbility_label", 38 "type": "page", 39 "visible": true, 40 "launchType": "standard" 41 } 42 ], 43 "js": [ 44 { 45 "pages": [ 46 "pages/index/index" 47 ], 48 "name": ".TestAbility", 49 "window": { 50 "designWidth": 720, 51 "autoDesignWidth": false 52 } 53 } 54 ], 55 "testRunner": { 56 "name": "OpenHarmonyTestRunner", 57 "srcPath": "TestRunner" 58 }, 59 "reqPermissions": [ 60 { 61 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 62 "reason": "ceshi" 63 } 64 ], 65 "defPermissions": [ 66 { 67 "availableScope": [], 68 "grantMode": "system_grant", 69 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 70 } 71 ] 72 } 73}