• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app":{
3        "bundleName": "com.ix.verify.act",
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.hos.VerifyActAbility.src",
20        "name":"VerifyActFirstAbility",
21        "deviceType": [
22            "tv",
23            "car"
24        ],
25        "distro": {
26            "deliveryWithInstall": true,
27            "moduleName": "testability",
28            "moduleType": "entry"
29        },
30        "abilities": [{
31            "name": "VerifyActPageAbility",
32            "icon": "$media:snowflakes",
33            "label": "VerifyActPageAbility Ability",
34            "launchType": "standard",
35            "orientation": "unspecified",
36            "type": "page",
37            "srcLanguage": "c++",
38            "visible": true
39        },
40        {
41            "name": "VerifyActDataAbility",
42            "icon": "$media:snowball",
43            "label": "Data Firs Ability",
44            "launchType": "standard",
45            "orientation": "unspecified",
46            "type": "data",
47            "uri": "dataability://com.ix.VerifyActDataAbility",
48            "srcLanguage": "c++",
49            "visible": true
50        },
51        {
52            "name": "VerifyActDataAbility2",
53            "icon": "$media:snowball",
54            "label": "Data Firs Ability",
55            "launchType": "standard",
56            "orientation": "unspecified",
57            "type": "data",
58            "uri": "dataability://com.ix.VerifyActDataAbility2",
59            "srcLanguage": "c++",
60            "visible": true
61        }]
62    }
63}