1{ 2 "app":{ 3 "bundleName": "com.third.hiworld.example1", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.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 "tablet", 23 "default", 24 "tv", 25 "car" 26 ], 27 "distro": { 28 "deliveryWithInstall": true, 29 "moduleName": "testability", 30 "moduleType": "entry" 31 }, 32 "abilities": [{ 33 "name": "PageAbilityDemo", 34 "icon": "$media:snowball", 35 "srcLanguage": "c++", 36 "label": "bmsThirdBundle_A1 Ability", 37 "launchType": "singleton", 38 "orientation": "unspecified", 39 "type": "page", 40 "visible": true, 41 "skills": [ 42 { 43 "actions": [ 44 "ohos.aafwk.content.Want.ACTION_HOME" 45 ], 46 "entities": [ 47 "ohos.aafwk.content.Want.ENTITY_HOME" 48 ], 49 "attributes": [] 50 } 51 ] 52 } 53 ] 54 } 55}