1{ 2 "app": { 3 "bundleName": "com.example.actssetcheckdatasyncenable", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.example.actssetcheckdatasyncenable", 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": "user_grant", 31 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 32 } 33 ], 34 "reqPermissions": [ 35 { 36 "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", 37 "reason": "ceshi" 38 }, 39 { 40 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 41 "reason": "ceshi" 42 }, 43 { 44 "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", 45 "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 46 }, 47 { 48 "name":"ohos.permission.GET_BUNDLE_INFO", 49 "reason":"need use ohos.permission.GET_BUNDLE_INFO" 50 }, 51 { 52 "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", 53 "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" 54 }, 55 { 56 "name":"ohos.permission.REMOVE_CACHE_FILES", 57 "reason":"need use ohos.permission.REMOVE_CACHE_FILES" 58 }, 59 { 60 "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", 61 "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" 62 } 63 ], 64 "abilities": [ 65 { 66 "skills": [ 67 { 68 "entities": [ 69 "entity.system.home" 70 ], 71 "actions": [ 72 "action.system.home" 73 ] 74 } 75 ], 76 "orientation": "unspecified", 77 "formsEnabled": false, 78 "name": ".TestAbility", 79 "srcLanguage": "js", 80 "srcPath": "TestAbility", 81 "icon": "$media:icon", 82 "description": "$string:TestAbility_desc", 83 "label": "$string:TestAbility_label", 84 "type": "page", 85 "visible": true, 86 "launchType": "standard" 87 } 88 ], 89 "js": [ 90 { 91 "pages": [ 92 "pages/index/index" 93 ], 94 "name": ".TestAbility", 95 "window": { 96 "designWidth": 720, 97 "autoDesignWidth": false 98 } 99 } 100 ], 101 "testRunner": { 102 "name": "OpenHarmonyTestRunner", 103 "srcPath": "TestRunner" 104 } 105 } 106}