{ "app": { "bundleName": "com.example.xts_audiomanager", "vendor": "example", "version": { "code": 1000000, "name": "1.0.0" }, "apiVersion": { "compatible": 7, "target": 7, "releaseType": "Release" } }, "deviceConfig": {}, "module": { "package": "com.example.xts_audiomanager", "name": ".entry", "mainAbility": ".MainAbility", "srcPath": "", "deviceType": [ "default", "tablet", "2in1" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry", "installationFree": false }, "reqPermissions": [ { "name": "ohos.permission.MICROPHONE", "reason": "use ohos.permission.MICROPHONE" }, { "name": "ohos.permission.ACCESS_NOTIFICATION_POLICY", "reason": "use ohos.permission.ACCESS_NOTIFICATION_POLICY" }, { "name": "ohos.permission.MODIFY_AUDIO_SETTINGS", "reason": "use ohos.permission.MODIFY_AUDIO_SETTINGS" }, { "name": "ohos.permission.MANAGE_AUDIO_CONFIG", "reason": "use ohos.permission.MANAGE_AUDIO_CONFIG" } ], "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "orientation": "unspecified", "formsEnabled": false, "name": ".MainAbility", "srcLanguage": "ets", "srcPath": "MainAbility", "icon": "$media:icon", "description": "$string:MainAbility_desc", "label": "$string:MainAbility_label", "type": "page", "visible": true, "launchType": "standard" }, { "orientation": "unspecified", "formsEnabled": false, "name": ".TestAbility", "srcLanguage": "ets", "srcPath": "TestAbility", "icon": "$media:icon", "description": "$string:TestAbility_desc", "label": "$string:TestAbility_label", "type": "page", "visible": true, "launchType": "standard" } ], "js": [ { "mode": { "syntax": "ets", "type": "pageAbility" }, "pages": [ "pages/index" ], "name": ".MainAbility", "window": { "designWidth": 720, "autoDesignWidth": false } }, { "mode": { "syntax": "ets", "type": "pageAbility" }, "pages": [ "pages/index" ], "name": ".TestAbility", "window": { "designWidth": 720, "autoDesignWidth": false } } ] } }