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