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