• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app":{
3        "bundleName": "com.ix.ServiceAbility",
4        "vendor": "neusoft",
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.ix.ServiceAbility.src",
20        "name":"VerifyActFirstAbility",
21        "deviceType": [
22            "tv",
23            "car"
24        ],
25        "distro": {
26            "deliveryWithInstall": true,
27            "moduleName": "ServiceAbilityA",
28            "moduleType": "entry"
29        },
30        "abilities": [{
31            "name": "VerifyActFirstAbility",
32            "icon": "$media:snowball",
33            "srcLanguage": "c++",
34            "label": "VerifyActFirstAbility Ability",
35            "launchType": "standard",
36            "orientation": "unspecified",
37            "type": "page",
38            "visible": true
39            },
40            {
41                "name": "ServiceAbilityA",
42                "icon": "$media:snowball",
43                "label": "Main Ability",
44                "launchType": "standard",
45                "orientation": "unspecified",
46                "type": "service",
47                "visible": true
48            }
49        ]
50    }
51}