• 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            "srcLanguage": "c++",
34            "label": "AbilityI1 Ability",
35            "launchType": "singletop",
36            "orientation": "unspecified",
37            "type": "page",
38            "visible": true
39            },
40        {
41            "name": "AmsStAbilityI2",
42            "icon": "$media:snowball",
43            "srcLanguage": "c++",
44            "label": "AbilityI2 Ability",
45            "launchType": "singletop",
46            "orientation": "unspecified",
47            "type": "page",
48            "visible": true
49        },
50        {
51            "name": "AmsStAbilityI3",
52            "icon": "$media:snowball",
53            "srcLanguage": "c++",
54            "label": "AbilityC3 Ability",
55            "launchType": "singleton",
56            "orientation": "unspecified",
57            "type": "page",
58            "visible": true
59        },
60        {
61            "name": "AmsStAbilityI4",
62            "icon": "$media:snowball",
63            "srcLanguage": "c++",
64            "label": "AbilityC3 Ability",
65            "launchType": "singletop",
66            "orientation": "unspecified",
67            "type": "page",
68            "visible": true
69        }]
70    }
71}