{ "module": { "name": "entry", "type": "feature", "description": "$string:module_test_desc", "mainElement": "TestAbility", "deviceTypes": [ "phone", "tablet", "default" ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:test_pages", "abilities": [ { "name": "TestAbility", "srcEntry": "./ets/testability/TestAbility.ets", "description": "$string:TestAbility_desc", "icon": "$media:icon", "label": "$string:TestAbility_label", "exported": true, "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "skills": [ { "actions": [ "action.system.home" ], "entities": [ "entity.system.home" ] } ] } ], "requestPermissions":[ { "name": "ohos.permission.MANAGE_BLUETOOTH", "reason": "", "usedScene": { "ability": [ "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" ], "when": "inuse" } }, { "name": "ohos.permission.ACCESS_BLUETOOTH", "reason": "", "usedScene": { "ability": [ "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" ], "when": "inuse" } } ], "testRunner": { "name": "OpenHarmonyTestRunner", "srcPath": "TestRunner" } } }