• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app":{
3        "bundleName": "com.ohos.amsst.page.AppKitA",
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.AmsKitSystemTestPageA.src",
20        "name":"AmsKitSystemTestPageA",
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                "srcLanguage": "c++",
35                "label": "LifecycleCallbacksAbility Ability",
36                "launchType": "standard",
37                "orientation": "unspecified",
38                "type": "page",
39                "visible": true
40            },
41            {
42                "name": "AbilityContextAbility",
43                "icon": "$media:snowball",
44                "srcLanguage": "c++",
45                "label": "AbilityContextAbility Ability",
46                "launchType": "standard",
47                "orientation": "unspecified",
48                "type": "page",
49                "visible": true
50            },
51            {
52                "name": "AbilityAbility",
53                "icon": "$media:snowball",
54                "srcLanguage": "c++",
55                "label": "AbilityAbility Ability",
56                "launchType": "standard",
57                "orientation": "unspecified",
58                "type": "page",
59                "visible": true
60            },
61            {
62                "name": "AbilityLifeCycleAbility",
63                "icon": "$media:snowball",
64                "srcLanguage": "c++",
65                "label": "Lifecycle Callbacks Ability",
66                "launchType": "standard",
67                "orientation": "unspecified",
68                "type": "page",
69                "visible": true
70            },
71            {
72                "name": "LifeCycleObserverAbility",
73                "icon": "$media:snowball",
74                "srcLanguage": "c++",
75                "label": "Lifecycle Callbacks Ability",
76                "launchType": "standard",
77                "orientation": "unspecified",
78                "type": "page",
79                "visible": true
80            }
81        ]
82    }
83}