1{ 2 "app": { 3 "bundleName": "com.example.mydevicestatusapp", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.example.mydevicestatusapp", 13 "name": ".entry_test", 14 "deviceType": [ 15 "tablet", 16 "default", 17 "phone", 18 "2in1" 19 ], 20 "distro": { 21 "deliveryWithInstall": true, 22 "moduleName": "entry_test", 23 "moduleType": "feature", 24 "installationFree": false 25 }, 26 "abilities": [ 27 { 28 "orientation": "unspecified", 29 "formsEnabled": false, 30 "name": ".TestAbility", 31 "srcLanguage": "js", 32 "srcPath": "TestAbility", 33 "icon": "$media:icon", 34 "description": "$string:TestAbility_desc", 35 "label": "$string:TestAbility_label", 36 "type": "page", 37 "visible": true, 38 "launchType": "standard" 39 } 40 ], 41 "js": [ 42 { 43 "pages": [ 44 "pages/index/index" 45 ], 46 "name": ".TestAbility", 47 "window": { 48 "designWidth": 720, 49 "autoDesignWidth": false 50 } 51 } 52 ], 53 "testRunner": { 54 "name": "OpenHarmonyTestRunner", 55 "srcPath": "TestRunner" 56 }, 57 "mainAbility": ".MainAbility", 58 "srcPath": "", 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}