diff --git a/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/config.json b/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/config.json index 7292961b6555ef416a97a3706ebee9b8525bef5c..a7ad1d6d79f4a7492085ebb2d481f008a9b12875 100644 --- a/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/config.json +++ b/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/config.json @@ -1,105 +1,105 @@ { - "app": { - "apiVersion": { - "compatible": 8, - "releaseType": "Beta1", - "target": 9 + "app": { + "apiVersion": { + "compatible": 8, + "releaseType": "Beta1", + "target": 9 + }, + "vendor": "acts", + "bundleName": "com.example.myapplication", + "version": { + "code": 1, + "name": "1.0" + } }, - "vendor": "acts", - "bundleName": "com.example.myapplication", - "version": { - "code": 1, - "name": "1.0" - } - }, - "deviceConfig": { - "default": { - "debug": true - } - }, - "module": { - "package": "com.example.myapplication", - "name": ".MyApplication", - "mainAbility": ".MainAbility", - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "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": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "deviceType": [ - "tablet", - "phone" - ], - "distro": { - "moduleType": "entry", - "installationFree": false, - "deliveryWithInstall": true, - "moduleName": "entry" - }, - "reqPermissions": [ - { - "name": "ohos.permission.MANAGE_MEDIA_RESOURCES", - "reason": "use ohos.permission.MANAGE_MEDIA_RESOURCES" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - } - } + "deviceConfig": { + "default": { + "debug": true + } + }, + "module": { + "package": "com.example.myapplication", + "name": ".MyApplication", + "mainAbility": ".MainAbility", + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "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": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "deviceType": [ + "tablet", + "default" + ], + "distro": { + "moduleType": "entry", + "installationFree": false, + "deliveryWithInstall": true, + "moduleName": "entry" + }, + "reqPermissions": [ + { + "name": "ohos.permission.MANAGE_MEDIA_RESOURCES", + "reason": "use ohos.permission.MANAGE_MEDIA_RESOURCES" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + } } \ No newline at end of file