| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "app": {
- "bundleName": "com.harmony.utils",
- "debug": true,
- "versionCode": 1000003,
- "versionName": "1.0.3",
- "minAPIVersion": 50000012,
- "targetAPIVersion": 50000012,
- "apiReleaseType": "Release",
- "compileSdkVersion": "5.0.0.71",
- "compileSdkType": "HarmonyOS",
- "appEnvironments": [],
- "bundleType": "app"
- },
- "module": {
- "name": "harmony_utils",
- "type": "har",
- "deviceTypes": [
- "default",
- "tablet",
- "2in1"
- ],
- "requestPermissions": [
- {
- "name": "ohos.permission.GET_BUNDLE_INFO"
- },
- {
- "name": "ohos.permission.STORE_PERSISTENT_DATA"
- },
- {
- "name": "ohos.permission.ACCESS_BIOMETRIC"
- },
- {
- "name": "ohos.permission.PRIVACY_WINDOW"
- },
- {
- "name": "ohos.permission.PUBLISH_AGENT_REMINDER"
- },
- {
- "name": "ohos.permission.VIBRATE"
- },
- {
- "name": "ohos.permission.GET_NETWORK_INFO"
- },
- {
- "name": "ohos.permission.GET_WIFI_INFO"
- }
- ],
- "packageName": "@pura/harmony-utils",
- "installationFree": false,
- "virtualMachine": "ark12.0.2.0",
- "compileMode": "esmodule",
- "dependencies": []
- }
- }
|