• 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      "wearable",
17      "default",
18      "tablet",
19      "2in1"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry",
24      "moduleType": "entry",
25      "installationFree": false
26    },
27    "reqPermissions": [
28      {
29          "name": "ohos.permission.ACCELEROMETER",
30          "reason": "need use ohos.permission.ACCELEROMETER"
31      },
32      {
33          "name": "ohos.permission.GYROSCOPE",
34          "reason": "need use ohos.permission.GYROSCOPE"
35      },
36      {
37          "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
38          "reason": "need use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
39      },
40      {
41          "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
42          "reason": "need use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
43      },
44      {
45          "name": "ohos.permission.ACTIVITY_MOTION",
46          "reason": "need use ohos.permission.ACTIVITY_MOTION"
47      },
48      {
49          "name": "ohos.permission.READ_HEALTH_DATA",
50          "reason": "need use ohos.permission.READ_HEALTH_DATA"
51      }
52    ],
53    "abilities": [
54      {
55        "skills": [
56          {
57            "entities": [
58              "entity.system.home"
59            ],
60            "actions": [
61              "action.system.home"
62            ]
63          }
64        ],
65        "orientation": "unspecified",
66        "formsEnabled": false,
67        "name": ".MainAbility",
68        "srcLanguage": "js",
69        "srcPath": "MainAbility",
70        "icon": "$media:icon",
71        "description": "$string:MainAbility_desc",
72        "label": "$string:MainAbility_label",
73        "type": "page",
74        "visible": true,
75        "launchType": "standard"
76      }
77    ],
78    "js": [
79      {
80        "pages": [
81          "pages/index/index"
82        ],
83        "name": ".MainAbility",
84        "window": {
85          "designWidth": 720,
86          "autoDesignWidth": false
87        }
88      }
89    ]
90  }
91}