• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "com.huawei.setting",
4        "vendor": "huawei",
5        "version": {
6            "code": 1,
7            "name": "1.0"
8        },
9        "apiVersion": {
10            "compatible": 3,
11            "target": 4
12        }
13    },
14    "deviceConfig": {
15        "default": {
16
17        }
18    },
19    "module": {
20        "package": "com.huawei.setting",
21        "name": ".MyHarmonyAbilityPackage",
22        "deviceType": [
23            "phone", "tv","tablet","car","smartWatch","sportsWatch","smartVision"
24        ],
25        "distro": {
26            "deliveryWithInstall": true,
27            "moduleName": "setting",
28            "moduleType": "entry"
29        },
30        "abilities": [{
31            "name": "SettingMainAbility",
32            "icon": "assets/setting/resources/base/media/setting.png",
33            "label": "test testapp2 1",
34            "launchType": "standard",
35            "type": "page",
36            "visible":true
37        }
38        ]
39    }
40}
41