• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app":{
3        "bundleName": "com.third.hiworld.example2",
4        "vendor": "example",
5        "version": {
6            "code": 2,
7            "name": "2.0"
8        },
9       "apiVersion": {
10          "compatible": 3,
11          "target": 3
12       }
13    },
14    "deviceConfig": {
15        "default": {
16        }
17    },
18    "module": {
19        "package":"com.third.hiworld.example.h1",
20        "name":"bmsThirdBundle1",
21        "deviceType": [
22            "tablet",
23            "default",
24            "tv",
25            "car"
26        ],
27        "distro": {
28            "deliveryWithInstall": true,
29            "moduleName": "testability",
30            "moduleType": "entry"
31        },
32        "abilities": [{
33            "name": "PageAbilityDemo",
34            "srcLanguage": "c++",
35            "icon": "$media:snowball",
36            "label": "bmsThirdBundle_A2 Ability",
37            "launchType": "singleton",
38            "orientation": "unspecified",
39            "type": "page",
40            "visible": true,
41            "skills": [
42                {
43                    "actions": [
44                        "ohos.aafwk.content.Want.ACTION_HOME"
45                    ],
46                    "entities": [
47                        "ohos.aafwk.content.Want.ENTITY_HOME"
48                    ],
49                    "attributes": []
50                }
51            ]
52            },
53            {
54                "name": "bmsThirdBundle_A2",
55                "icon": "$media:snowball",
56                "label": "bmsThirdBundle_A2 Ability",
57                "launchType": "singleton",
58                "orientation": "unspecified",
59                "type": "page",
60                "visible": true
61            }
62        ]
63    }
64}