1{ 2 "app":{ 3 "bundleName": "com.ohos.amsst.AppKit", 4 "vendor": "ix", 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.ohos.AmsKitSystemTest.src", 20 "name":"MainAbility", 21 "deviceType": [ 22 "tv", 23 "car" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "testability", 28 "moduleType": "entry" 29 }, 30 "abilities": [{ 31 "name": "MainAbility", 32 "icon": "$media:snowball", 33 "label": "Main Ability", 34 "launchType": "standard", 35 "orientation": "unspecified", 36 "type": "page", 37 "visible": true, 38 "skills": [ 39 { 40 "actions": [ 41 "ohos.aafwk.content.Want.ACTION_HOME" 42 ], 43 "entities": [ 44 "ohos.aafwk.content.Want.ENTITY_HOME" 45 ], 46 "attributes": [] 47 } 48 ] 49 }, 50 { 51 "name": "SecondAbility", 52 "icon": "$media:snowflakes", 53 "label": "Second Ability", 54 "launchType": "singletop", 55 "orientation": "unspecified", 56 "type": "page", 57 "visible": true 58 }, 59 { 60 "name": "ThirdAbility", 61 "icon": "$media:snowflakes", 62 "label": "Third Ability", 63 "launchType": "singletop", 64 "orientation": "unspecified", 65 "type": "page", 66 "visible": true 67 }, 68 { 69 "name": "FourthAbility", 70 "icon": "$media:snowflakes", 71 "label": "Fourth Ability", 72 "launchType": "singletop", 73 "orientation": "unspecified", 74 "type": "page", 75 "visible": true 76 }, 77 { 78 "name": "SixthAbility", 79 "icon": "$media:snowflakes", 80 "label": "Sixth Ability", 81 "launchType": "singletop", 82 "orientation": "unspecified", 83 "type": "page", 84 "visible": true 85 }, 86 { 87 "name": "KitTestAbilityManager", 88 "icon": "$media:snowflakes", 89 "label": "Kittest Ability", 90 "launchType": "singletop", 91 "orientation": "unspecified", 92 "type": "page", 93 "visible": true 94 }, 95 { 96 "name": "FifthAbility", 97 "icon": "$media:snowflakes", 98 "label": "Fifth Ability", 99 "launchType": "singletop", 100 "orientation": "unspecified", 101 "type": "page", 102 "visible": true 103 }] 104 } 105}