• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app":{
3        "bundleName": "com.ohos.amsst.service.appG",
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.AmsSystemTestServiceH.src",
20        "name":"AmsSystemTestServiceH",
21        "deviceType": [
22            "tv",
23            "car"
24        ],
25        "distro": {
26            "deliveryWithInstall": true,
27            "moduleName": "testability",
28            "moduleType": "feature"
29        },
30        "abilities": [
31        {
32            "name": "AmsStServiceAbilityH1",
33            "icon": "$media:snowball",
34            "srcLanguage": "c++",
35            "label": "AmsStServiceAbilityH1 Ability",
36            "launchType": "standard",
37            "orientation": "unspecified",
38            "type": "service",
39            "visible": true
40        }]
41    }
42}