• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "com.huawei.hiability",
4        "vendor": "huawei",
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            "keepAlive": false
17        },
18    },
19    "module": {
20        "deviceType": [
21            "smartVision"
22        ],
23        "distro": {
24            "deliveryWithInstall": true,
25            "moduleName": "hiability",
26            "moduleType": "entry"
27        },
28        "abilities": [{
29            "name": "MainAbility",
30            "icon": "assets/entry/resources/base/media/icon.png",
31            "label": "Hi Ability",
32            "launchType": "standard",
33            "type": "page",
34            "visible": true
35        },
36        {
37            "name": "SecondAbility",
38            "icon": "",
39            "label": "Hi Ability",
40            "launchType": "standard",
41            "type": "page",
42            "visible": true
43        },
44        {
45            "name": "ServiceAbility",
46            "icon": "",
47            "label": "Hi Ability",
48            "launchType": "standard",
49            "type": "service",
50            "visible": true
51        }
52        ]
53    }
54}