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