1{
2  "app": {
3    "bundleName": "ohos.acts.communication.wifi.wifidevice",
4    "vendor": "acts",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.acts.communication.wifi.wifidevice",
13    "name": ".entry_test",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "wearable",
17      "tablet",
18      "default",
19      "phone",
20      "2in1"
21    ],
22    "distro": {
23      "deliveryWithInstall": true,
24      "moduleName": "wifi_standard_test",
25      "moduleType": "feature",
26      "installationFree": false
27    },
28    "abilities": [
29      {
30        "orientation": "unspecified",
31        "formsEnabled": false,
32        "name": ".TestAbility",
33        "srcLanguage": "js",
34        "srcPath": "TestAbility",
35        "icon": "$media:icon",
36        "description": "$string:TestAbility_desc",
37        "label": "$string:TestAbility_label",
38        "type": "page",
39        "visible": true,
40        "launchType": "standard"
41      }
42    ],
43    "js": [
44      {
45        "pages": [
46          "pages/index/index"
47        ],
48        "name": ".TestAbility",
49        "window": {
50          "designWidth": 720,
51          "autoDesignWidth": false
52        }
53      }
54    ],
55    "defPermissions": [
56      {
57        "availableScope": [],
58        "grantMode": "user_grant",
59        "name": "ohos.permission.ACCESS_LOCATION",
60        "label": "ACCESS_LOCATION label",
61        "description": "ACCESS_LOCATION description"
62      },
63      {
64        "availableScope": [],
65        "grantMode": "system_grant",
66        "name": "ohos.permission.MANAGE_SECURE_SETTINGS",
67        "label": "MANAGE_SECURE_SETTINGS label",
68        "description": "MANAGE_SECURE_SETTINGS description"
69      },
70      {
71        "availableScope": [],
72        "grantMode": "user_grant",
73        "name": "ohos.permission.LOCATION",
74        "label": "LOCATION label",
75        "description": "LOCATION description"
76      },
77      {
78        "availableScope": [],
79        "grantMode": "system_grant",
80        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
81      }
82    ],
83    "reqPermissions": [
84      {
85        "name": "ohos.permission.GET_NFC_INFO",
86        "reason": "use ohos.permission.GET_NFC_INFO"
87      },
88      {
89        "name": "ohos.permission.LOCATION",
90        "reason": "need use ohos.permission.LOCATION",
91        "usedScene": {
92          "ability": [
93            "ohos.acts.location.geolocation.function.MainAbility"
94          ],
95          "when": "inuse"
96        }
97      },
98      {
99        "name": "ohos.permission.ACCESS_LOCATION",
100        "reason": "need use ohos.permission.ACCESS_LOCATION",
101        "usedScene": {
102          "ability": [
103            "ohos.acts.location.geolocation.function.MainAbility"
104          ],
105          "when": "inuse"
106        }
107      },
108      {
109        "name": "ohos.permission.LOCATION_IN_BACKGROUND",
110        "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND",
111        "usedScene": {
112          "ability": [
113            "ohos.acts.location.geolocation.function.MainAbility"
114          ],
115          "when": "inuse"
116        }
117      },
118      {
119        "name": "ohos.permission.MANAGE_SECURE_SETTINGS",
120        "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS",
121        "usedScene": {
122          "ability": [
123            "ohos.acts.location.geolocation.function.MainAbility"
124          ],
125          "when": "inuse"
126        }
127      },
128      {
129        "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
130        "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
131      },
132      {
133        "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
134        "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
135      },
136      {
137        "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
138      },
139      {
140        "name": "ohos.permission.GET_BUNDLE_INFO"
141      },
142      {
143        "name": "ohos.permission.DISTRIBUTED_DATASYNC",
144        "reason": "ceshi"
145      }
146    ],
147    "testRunner": {
148      "name": "OpenHarmonyTestRunner",
149      "srcPath": "TestRunner"
150    },
151    "srcPath": ""
152  }
153}