• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "ohos.acts.hiviewdfx.hisysevent.normalapp.function",
4        "vendor": "example",
5        "version": {
6            "code": 1,
7            "name": "1.0"
8        },
9        "apiVersion": {
10            "compatible": 4,
11            "target": 5
12        }
13    },
14    "deviceConfig": {},
15    "module": {
16        "package": "ohos.acts.hiviewdfx.hisysevent.normalapp.function",
17        "name": ".entry",
18        "deviceType": [
19      "tablet",
20      "default",
21            "phone"
22        ],
23        "distro": {
24            "deliveryWithInstall": true,
25            "moduleName": "entry",
26            "moduleType": "entry"
27        },
28        "reqPermissions": [
29            {
30                "name": "ohos.permission.READ_DFX_SYSEVENT"
31            }
32        ],
33        "abilities": [
34            {
35                "skills": [
36                    {
37                        "entities": [
38                            "entity.system.home"
39                        ],
40                        "actions": [
41                            "action.system.home"
42                        ]
43                    }
44                ],
45                "orientation": "unspecified",
46                "formsEnabled": false,
47                "name": ".MainAbility",
48                "srcLanguage": "js",
49                "srcPath": "MainAbility",
50                "icon": "$media:icon",
51                "description": "$string:MainAbility_desc",
52                "label": "$string:MainAbility_label",
53                "type": "page",
54                "visible": true,
55                "launchType": "standard"
56            },
57            {
58                "orientation": "unspecified",
59                "formsEnabled": false,
60                "name": ".TestAbility",
61                "srcLanguage": "js",
62                "srcPath": "TestAbility",
63                "icon": "$media:icon",
64                "description": "$string:TestAbility_desc",
65                "label": "$string:TestAbility_label",
66                "type": "page",
67                "visible": true,
68                "launchType": "standard"
69            }
70        ],
71        "js": [
72            {
73                "pages": [
74                    "pages/index/index"
75                ],
76                "name": "default",
77                "window": {
78                    "designWidth": 720,
79                    "autoDesignWidth": false
80                }
81            },
82            {
83                "pages": [
84                    "pages/index/index"
85                ],
86                "name": ".TestAbility",
87                "window": {
88                    "designWidth": 720,
89                    "autoDesignWidth": false
90                }
91            }
92        ],
93        "testRunner": {
94            "name": "OpenHarmonyTestRunner",
95            "srcPath": "TestRunner"
96        },
97        "mainAbility": ".MainAbility",
98        "srcPath": ""
99    }
100}