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