• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app":{
3        "bundleName": "com.ohos.amsst.appI",
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.hos.AmsSystemTestI.src",
20        "name":"AmsSystemTestI",
21        "deviceType": [
22            "tv",
23            "car"
24        ],
25        "distro": {
26            "deliveryWithInstall": true,
27            "moduleName": "testability",
28            "moduleType": "entry"
29        },
30        "abilities": [{
31            "name": "AmsStAbilityI1",
32            "icon": "$media:snowball",
33            "label": "AbilityI1 Ability",
34            "launchType": "singletop",
35            "orientation": "unspecified",
36            "type": "page",
37            "visible": true
38            },
39        {
40            "name": "AmsStAbilityI2",
41            "icon": "$media:snowball",
42            "label": "AbilityI2 Ability",
43            "launchType": "singletop",
44            "orientation": "unspecified",
45            "type": "page",
46            "visible": true
47        },
48        {
49            "name": "AmsStAbilityI3",
50            "icon": "$media:snowball",
51            "label": "AbilityC3 Ability",
52            "launchType": "singleton",
53            "orientation": "unspecified",
54            "type": "page",
55            "visible": true
56        },
57        {
58            "name": "AmsStAbilityI4",
59            "icon": "$media:snowball",
60            "label": "AbilityC3 Ability",
61            "launchType": "singletop",
62            "orientation": "unspecified",
63            "type": "page",
64            "visible": true
65        }]
66    }
67}