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