1{ 2 "app": { 3 "bundleName": "ohos.acts.storage.environment", 4 "vendor": "acts", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.acts.storage.environment", 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 "availableScope": [], 30 "grantMode": "system_grant", 31 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 32 } 33 ], 34 "reqPermissions": [ 35 { 36 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 37 "reason": "ceshi" 38 } 39 ], 40 "abilities": [ 41 { 42 "skills": [ 43 { 44 "entities": [ 45 "entity.system.home" 46 ], 47 "actions": [ 48 "action.system.home" 49 ] 50 } 51 ], 52 "orientation": "unspecified", 53 "formsEnabled": false, 54 "name": ".TestAbility", 55 "srcLanguage": "js", 56 "srcPath": "TestAbility", 57 "icon": "$media:icon", 58 "description": "$string:TestAbility_desc", 59 "label": "$string:TestAbility_label", 60 "type": "page", 61 "visible": true, 62 "launchType": "standard" 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}