• 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_test",
14    "mainAbility": ".TestAbility",
15    "deviceType": [
16      "wearable",
17      "default",
18      "tablet",
19      "2in1"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry_test",
24      "moduleType": "feature",
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    "abilities": [
50      {
51        "skills": [
52          {
53            "entities": [
54              "entity.system.home"
55            ],
56            "actions": [
57              "action.system.home"
58            ]
59          }
60        ],
61        "orientation": "unspecified",
62        "formsEnabled": false,
63        "name": ".TestAbility",
64        "srcLanguage": "js",
65        "srcPath": "TestAbility",
66        "icon": "$media:icon",
67        "description": "$string:TestAbility_desc",
68        "label": "$string:TestAbility_label",
69        "type": "page",
70        "visible": true,
71        "launchType": "standard"
72      }
73    ],
74    "js": [
75      {
76        "pages": [
77          "pages/index/index"
78        ],
79        "name": ".TestAbility",
80        "window": {
81          "designWidth": 720,
82          "autoDesignWidth": false
83        }
84      }
85    ],
86    "testRunner": {
87      "name": "OpenHarmonyTestRunner",
88      "srcPath": "TestRunner"
89    }
90  }
91}