1{ 2 "app": { 3 "apiVersion": { 4 "compatible": 6, 5 "releaseType": "Beta1", 6 "target": 7 7 }, 8 "vendor": "acts", 9 "bundleName": "ohos.acts.multimedia.audio.audioplayer", 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 "default", 63 "tablet", 64 "tv", 65 "wearable", 66 "2in1" 67 ], 68 "mainAbility": ".MainAbility", 69 "distro": { 70 "moduleType": "entry", 71 "installationFree": false, 72 "deliveryWithInstall": true, 73 "moduleName": "entry" 74 }, 75 "package": "ohos.acts.multimedia.audio.audioplayer", 76 "name": ".entry", 77 "js": [ 78 { 79 "pages": [ 80 "pages/index/index" 81 ], 82 "name": "default", 83 "window": { 84 "designWidth": 720, 85 "autoDesignWidth": true 86 } 87 }, 88 { 89 "pages": [ 90 "pages/index/index" 91 ], 92 "name": ".TestAbility", 93 "window": { 94 "designWidth": 720, 95 "autoDesignWidth": false 96 } 97 } 98 ], 99 "testRunner": { 100 "name": "OpenHarmonyTestRunner", 101 "srcPath": "TestRunner" 102 }, 103 "srcPath": "" 104 } 105}