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 "srcLanguage": "c++", 34 "label": "Main Ability", 35 "launchType": "standard", 36 "orientation": "unspecified", 37 "type": "page", 38 "visible": true, 39 "skills": [ 40 { 41 "actions": [ 42 "ohos.aafwk.content.Want.ACTION_HOME" 43 ], 44 "entities": [ 45 "ohos.aafwk.content.Want.ENTITY_HOME" 46 ], 47 "attributes": [] 48 } 49 ] 50 }, 51 { 52 "name": "SecondAbility", 53 "icon": "$media:snowflakes", 54 "srcLanguage": "c++", 55 "label": "Second Ability", 56 "launchType": "singletop", 57 "orientation": "unspecified", 58 "type": "page", 59 "visible": true 60 }, 61 { 62 "name": "ThirdAbility", 63 "icon": "$media:snowflakes", 64 "srcLanguage": "c++", 65 "label": "Third Ability", 66 "launchType": "singletop", 67 "orientation": "unspecified", 68 "type": "page", 69 "visible": true 70 }, 71 { 72 "name": "FourthAbility", 73 "icon": "$media:snowflakes", 74 "srcLanguage": "c++", 75 "label": "Fourth Ability", 76 "launchType": "singletop", 77 "orientation": "unspecified", 78 "type": "page", 79 "visible": true 80 }, 81 { 82 "name": "SixthAbility", 83 "icon": "$media:snowflakes", 84 "srcLanguage": "c++", 85 "label": "Sixth Ability", 86 "launchType": "singletop", 87 "orientation": "unspecified", 88 "type": "page", 89 "visible": true 90 }, 91 { 92 "name": "KitTestAbilityManager", 93 "icon": "$media:snowflakes", 94 "srcLanguage": "c++", 95 "label": "Kittest Ability", 96 "launchType": "singletop", 97 "orientation": "unspecified", 98 "type": "page", 99 "visible": true 100 }, 101 { 102 "name": "FifthAbility", 103 "icon": "$media:snowflakes", 104 "srcLanguage": "c++", 105 "label": "Fifth Ability", 106 "launchType": "singletop", 107 "orientation": "unspecified", 108 "type": "page", 109 "visible": true 110 }] 111 } 112}