1{ 2 "app":{ 3 "bundleName": "com.third.hiworld.example2", 4 "vendor": "example", 5 "version": { 6 "code": 2, 7 "name": "2.0" 8 }, 9 "apiVersion": { 10 "compatible": 3, 11 "target": 3 12 } 13 }, 14 "deviceConfig": { 15 "default": { 16 } 17 }, 18 "module": { 19 "package":"com.third.hiworld.example.h1", 20 "name":"bmsThirdBundle1", 21 "deviceType": [ 22 "2in1", 23 "tablet", 24 "default", 25 "tv", 26 "car" 27 ], 28 "distro": { 29 "deliveryWithInstall": true, 30 "moduleName": "testability", 31 "moduleType": "entry" 32 }, 33 "abilities": [{ 34 "name": "PageAbilityDemo", 35 "srcLanguage": "c++", 36 "icon": "$media:snowball", 37 "label": "bmsThirdBundle_A2 Ability", 38 "launchType": "singleton", 39 "orientation": "unspecified", 40 "type": "page", 41 "visible": true, 42 "skills": [ 43 { 44 "actions": [ 45 "ohos.aafwk.content.Want.ACTION_HOME" 46 ], 47 "entities": [ 48 "ohos.aafwk.content.Want.ENTITY_HOME" 49 ], 50 "attributes": [] 51 } 52 ] 53 }, 54 { 55 "name": "bmsThirdBundle_A2", 56 "icon": "$media:snowball", 57 "label": "bmsThirdBundle_A2 Ability", 58 "launchType": "singleton", 59 "orientation": "unspecified", 60 "type": "page", 61 "visible": true 62 } 63 ] 64 } 65}