1{ 2 "app": { 3 "bundleName": "ohos.resmgr.test", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.resmgr.test", 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 "reqPermissions": [ 42 { 43 "name": "ohos.permission.GET_BUNDLE_INFO", 44 "reason": "need use ohos.permission.GET_BUNDLE_INFO" 45 }, 46 { 47 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 48 "reason": "ceshi" 49 } 50 ], 51 "js": [ 52 { 53 "pages": [ 54 "pages/index/index" 55 ], 56 "name": ".TestAbility", 57 "window": { 58 "designWidth": 720, 59 "autoDesignWidth": false 60 } 61 } 62 ], 63 "testRunner": { 64 "name": "OpenHarmonyTestRunner", 65 "srcPath": "TestRunner" 66 }, 67 "mainAbility": ".MainAbility", 68 "srcPath": "", 69 "defPermissions": [ 70 { 71 "availableScope": [], 72 "grantMode": "system_grant", 73 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 74 } 75 ] 76 } 77}