• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3      "bundleName": "com.example.myapplication",
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      "reqPermissions": [
17        {
18          "name": "ohos.permission.GYROSCOPE",
19          "reason": "",
20          "usedScene": {
21            "ability": [
22              ".MainAbility"
23            ],
24            "when": "inuse"
25          }
26        }
27      ],
28      "package": "com.example.myapplication",
29      "name": ".myapplication",
30      "deviceType": [
31        "default",
32        "tablet",
33        "2in1"
34      ],
35      "distro": {
36        "deliveryWithInstall": true,
37        "moduleName": "entry",
38        "moduleType": "entry"
39      },
40      "abilities": [
41        {
42          "visible": true,
43          "skills": [
44            {
45              "entities": [
46                "entity.system.home"
47              ],
48              "actions": [
49                "action.system.home"
50              ]
51            }
52          ],
53          "name": "com.example.myapplication.MainAbility",
54          "icon": "$media:icon",
55          "description": "$string:mainability_description",
56          "label": "GyroscopeJsTest",
57          "type": "page",
58          "launchType": "standard"
59        }
60      ],
61      "js": [
62        {
63          "pages": [
64            "pages/index/index"
65          ],
66          "name": "default",
67          "window": {
68            "designWidth": 720,
69            "autoDesignWidth": false
70          }
71        }
72      ]
73    }
74  }
75