• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "ohos.acts.multimodalinputets.input",
4        "vendor": "open",
5        "version": {
6            "code": 1000000,
7            "name": "1.0.0"
8        },
9        "apiVersion": {
10            "compatible": 7,
11            "releaseType": "Release",
12            "target": 8
13        }
14    },
15    "deviceConfig": {},
16    "module": {
17        "package": "ohos.acts.multimodalinputets.input",
18        "name": ".MyApplication",
19        "mainAbility": "ohos.acts.multimodalinputets.input.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                "skills": [
34                    {
35                        "entities": [
36                            "entity.system.home"
37                        ],
38                        "actions": [
39                            "action.system.home"
40                        ]
41                    }
42                ],
43                "orientation": "unspecified",
44                "visible": true,
45                "srcPath": "MainAbility",
46                "name": ".MainAbility",
47                "srcLanguage": "ets",
48                "icon": "$media:icon",
49                "description": "$string:description_mainability",
50                "formsEnabled": false,
51                "label": "$string:entry_MainAbility",
52                "type": "page",
53                "launchType": "standard"
54            },
55            {
56                "orientation": "unspecified",
57                "visible": true,
58                "srcPath": "TestAbility",
59                "name": ".TestAbility",
60                "srcLanguage": "ets",
61                "icon": "$media:icon",
62                "description": "$string:TestAbility_desc",
63                "formsEnabled": false,
64                "label": "$string:TestAbility_label",
65                "type": "page",
66                "launchType": "standard"
67            }
68        ],
69        "js": [
70            {
71                "mode": {
72                    "syntax": "ets",
73                    "type": "pageAbility"
74                },
75                "pages": [
76                    "pages/index"
77                ],
78                "name": ".MainAbility",
79                "window": {
80                    "designWidth": 720,
81                    "autoDesignWidth": false
82                }
83            },
84            {
85                "mode": {
86                    "syntax": "ets",
87                    "type": "pageAbility"
88                },
89                "pages": [
90                    "pages/index"
91                ],
92                "name": ".TestAbility",
93                "window": {
94                    "designWidth": 720,
95                    "autoDesignWidth": false
96                }
97            }
98        ]
99    }
100}