• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "ohos.acts.sensors.sensor.function",
4    "vendor": "acts",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.acts.sensors.sensor.function",
13    "name": ".entry",
14    "mainAbility": ".MainAbility",
15    "deviceType": [],
16    "distro": {
17      "deliveryWithInstall": true,
18      "moduleName": "entry",
19      "moduleType": "entry",
20      "installationFree": false
21    },
22    "reqPermissions": [
23      {
24          "name": "ohos.permission.ACCELEROMETER",
25          "reason": "need use ohos.permission.ACCELEROMETER"
26      },
27      {
28          "name": "ohos.permission.GYROSCOPE",
29          "reason": "need use ohos.permission.GYROSCOPE"
30      },
31      {
32          "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
33          "reason": "need use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
34      },
35      {
36          "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
37          "reason": "need use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
38      },
39      {
40          "name": "ohos.permission.ACTIVITY_MOTION",
41          "reason": "need use ohos.permission.ACTIVITY_MOTION"
42      },
43      {
44          "name": "ohos.permission.READ_HEALTH_DATA",
45          "reason": "need use ohos.permission.READ_HEALTH_DATA"
46      }
47    ],
48    "abilities": [
49      {
50        "skills": [
51          {
52            "entities": [
53              "entity.system.home"
54            ],
55            "actions": [
56              "action.system.home"
57            ]
58          }
59        ],
60        "orientation": "unspecified",
61        "formsEnabled": false,
62        "name": ".MainAbility",
63        "srcLanguage": "js",
64        "srcPath": "MainAbility",
65        "icon": "$media:icon",
66        "description": "$string:MainAbility_desc",
67        "label": "$string:MainAbility_label",
68        "type": "page",
69        "visible": true,
70        "launchType": "standard"
71      }
72    ],
73    "js": [
74      {
75        "pages": [
76          "pages/index/index"
77        ],
78        "name": ".MainAbility",
79        "window": {
80          "designWidth": 720,
81          "autoDesignWidth": false
82        }
83      }
84    ]
85  }
86}