• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app":{
3        "bundleName": "com.ohos.amsst.AppKitDataB",
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.AppKitDataB.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            {
32                "name": "AmsStKitDataAbilityPageB",
33                "icon": "$media:snowball",
34                "srcLanguage": "c++",
35                "label": "PageB Ability",
36                "launchType": "standard",
37                "orientation": "unspecified",
38                "type": "page",
39                "visible": true
40            },
41            {
42                "name": "AmsStKitDataAbilityServiceB",
43                "icon": "$media:snowball",
44                "srcLanguage": "c++",
45                "label": "ServiceB Ability",
46                "launchType": "standard",
47                "orientation": "unspecified",
48                "type": "service",
49                "visible": true
50            },
51            {
52                "name": "AmsStKitDataAbilityDataB",
53                "icon": "$media:snowflakes",
54                "srcLanguage": "c++",
55                "label": "DataB Ability",
56                "launchType": "standard",
57                "orientation": "unspecified",
58                "type": "data",
59                "visible": true,
60                "uri": "dataability://com.ohos.amsst.AppKitDataB.AmsStKitDataAbilityDataB"
61            }
62        ]
63    }
64}