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