• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app":{
3        "bundleName": "com.ohos.amsst.service.AppKit",
4        "vendor": "ohos",
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.AmsKitSystemTestService.src",
20        "name":"AmsKitSystemTestService",
21        "deviceType": [
22            "tv",
23            "car"
24        ],
25        "distro": {
26            "deliveryWithInstall": true,
27            "moduleName": "testability",
28            "moduleType": "entry"
29        },
30        "abilities": [
31            {
32                "name": "LifecycleCallbacksAbility",
33                "icon": "$media:snowball",
34                "label": "Lifecycle Callbacks Ability",
35                "launchType": "standard",
36                "orientation": "unspecified",
37                "type": "service",
38                "visible": true
39            },
40            {
41                "name": "AbilityContextAbility",
42                "icon": "$media:snowball",
43                "label": "Lifecycle Callbacks Ability",
44                "launchType": "standard",
45                "orientation": "unspecified",
46                "type": "service",
47                "visible": true
48            },
49            {
50                "name": "AbilityAbility",
51                "icon": "$media:snowball",
52                "label": "Lifecycle Callbacks Ability",
53                "launchType": "standard",
54                "orientation": "unspecified",
55                "type": "service",
56                "visible": true
57            },
58            {
59                "name": "AbilityLifeCycleAbility",
60                "icon": "$media:snowball",
61                "label": "Lifecycle Callbacks Ability",
62                "launchType": "standard",
63                "orientation": "unspecified",
64                "type": "service",
65                "visible": true
66            },
67            {
68                "name": "LifeCycleObserverAbility",
69                "icon": "$media:snowball",
70                "label": "Lifecycle Callbacks Ability",
71                "launchType": "standard",
72                "orientation": "unspecified",
73                "type": "service",
74                "visible": true
75            },
76            {
77                "name": "AbilityConnectionAbility",
78                "icon": "$media:snowball",
79                "label": "Lifecycle Callbacks Ability",
80                "launchType": "standard",
81                "orientation": "unspecified",
82                "type": "service",
83                "visible": true
84            }
85        ]
86    }
87}
88