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