1{ 2 "app":{ 3 "bundleName": "com.ohos.amsst.AppDataB", 4 "vendor": "ohos", 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.amsst.AppDataB.src", 20 "name":"AmsSystemTestDataB", 21 "deviceType": [ 22 "tv", 23 "car" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "testability", 28 "moduleType": "entry" 29 }, 30 "abilities": [{ 31 "name": "AmsStDataAbilityPageB", 32 "icon": "$media:snowball", 33 "label": "PageB Ability", 34 "launchType": "standard", 35 "orientation": "unspecified", 36 "type": "page", 37 "visible": true 38 }, 39 { 40 "name": "AmsStDataAbilityDataB", 41 "icon": "$media:snowflakes", 42 "label": "DataB Ability", 43 "launchType": "standard", 44 "orientation": "unspecified", 45 "type": "data", 46 "visible": true, 47 "uri": "dataability://com.ohos.amsst.AppDataB.AmsStDataAbilityDataB" 48 }] 49 } 50}