1{ 2 "app": { 3 "bundleName": "com.example.actsaccounttest", 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.actsaccounttest", 18 "name": ".MyApplication", 19 "deviceType": [ 20 "tablet", 21 "default" 22 ], 23 "distro": { 24 "deliveryWithInstall": true, 25 "moduleName": "entry", 26 "moduleType": "entry" 27 }, 28 "reqPermissions": [ 29 { 30 "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", 31 "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 32 }, 33 { 34 "name":"ohos.permission.GET_BUNDLE_INFO", 35 "reason":"need use ohos.permission.GET_BUNDLE_INFO" 36 }, 37 { 38 "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", 39 "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" 40 }, 41 { 42 "name":"ohos.permission.REMOVE_CACHE_FILES", 43 "reason":"need use ohos.permission.REMOVE_CACHE_FILES" 44 }, 45 { 46 "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND", 47 "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" 48 }, 49 { 50 "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", 51 "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" 52 } 53 ], 54 "abilities": [ 55 { 56 "skills": [ 57 { 58 "entities": [ 59 "entity.system.home" 60 ], 61 "actions": [ 62 "action.system.home" 63 ] 64 } 65 ], 66 "orientation": "unspecified", 67 "formsEnabled": false, 68 "name": ".MainAbility", 69 "srcLanguage": "js", 70 "srcPath": "MainAbility", 71 "icon": "$media:icon", 72 "description": "$string:MainAbility_desc", 73 "label": "$string:MainAbility_label", 74 "type": "page", 75 "visible": true, 76 "launchType": "standard" 77 }, 78 { 79 "orientation": "unspecified", 80 "formsEnabled": false, 81 "name": ".TestAbility", 82 "srcLanguage": "js", 83 "srcPath": "TestAbility", 84 "icon": "$media:icon", 85 "description": "$string:TestAbility_desc", 86 "label": "$string:TestAbility_label", 87 "type": "page", 88 "visible": true, 89 "launchType": "standard" 90 } 91 ], 92 "js": [ 93 { 94 "pages": [ 95 "pages/index/index" 96 ], 97 "name": "default", 98 "window": { 99 "designWidth": 720, 100 "autoDesignWidth": false 101 } 102 }, 103 { 104 "pages": [ 105 "pages/index/index" 106 ], 107 "name": ".TestAbility", 108 "window": { 109 "designWidth": 720, 110 "autoDesignWidth": false 111 } 112 } 113 ], 114 "testRunner": { 115 "name": "OpenHarmonyTestRunner", 116 "srcPath": "TestRunner" 117 } 118 } 119}