1{ 2 "app": { 3 "bundleName": "com.example.actsosaccountthirdpartytest", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 5, 12 "releaseType": "Beta1" 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "package": "com.example.actsosaccountthirdpartytest", 18 "name": ".entry", 19 "mainAbility": ".MainAbility", 20 "srcPath":"", 21 "deviceType": [ 22 "tablet", 23 "default", 24 "phone" 25 ], 26 "distro": { 27 "deliveryWithInstall": true, 28 "moduleName": "entry", 29 "moduleType": "entry" 30 }, 31 "defPermissions": [ 32 { 33 "availableScope": [], 34 "grantMode": "system_grant", 35 "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS" 36 }, 37 { 38 "availableScope": [], 39 "grantMode": "system_grant", 40 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 41 } 42 ], 43 "reqPermissions": [ 44 { 45 "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS", 46 "reason": "ceshi" 47 }, 48 { 49 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 50 "reason": "ceshi" 51 } 52 ], 53 "abilities": [ 54 { 55 "skills": [ 56 { 57 "entities": [ 58 "entity.system.home" 59 ], 60 "actions": [ 61 "action.system.home" 62 ] 63 } 64 ], 65 "orientation": "unspecified", 66 "formsEnabled": false, 67 "name": ".MainAbility", 68 "srcLanguage": "js", 69 "srcPath": "MainAbility", 70 "icon": "$media:icon", 71 "description": "$string:MainAbility_desc", 72 "label": "$string:MainAbility_label", 73 "type": "page", 74 "visible": true, 75 "launchType": "standard" 76 }, 77 { 78 "orientation": "unspecified", 79 "formsEnabled": false, 80 "name": ".TestAbility", 81 "srcLanguage": "js", 82 "srcPath": "TestAbility", 83 "icon": "$media:icon", 84 "description": "$string:TestAbility_desc", 85 "label": "$string:TestAbility_label", 86 "type": "page", 87 "visible": true, 88 "launchType": "standard" 89 } 90 ], 91 "js": [ 92 { 93 "pages": [ 94 "pages/index/index" 95 ], 96 "name": "default", 97 "window": { 98 "designWidth": 720, 99 "autoDesignWidth": false 100 } 101 }, 102 { 103 "pages": [ 104 "pages/index/index" 105 ], 106 "name": ".TestAbility", 107 "window": { 108 "designWidth": 720, 109 "autoDesignWidth": false 110 } 111 } 112 ], 113 "testRunner": { 114 "name": "OpenHarmonyTestRunner", 115 "srcPath": "TestRunner" 116 } 117 } 118}