1/* 2 * Copyright (C) 2024 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15{ 16 "module": { 17 "name": "entry", 18 "type": "entry", 19 "description": "$string:module_desc", 20 "mainElement": "MainAbility", 21 "deviceTypes": [ 22 "default", 23 "tablet", 24 "2in1" 25 ], 26 "deliveryWithInstall": true, 27 "installationFree": false, 28 "pages": "$profile:main_pages", 29 "uiSyntax": "ets", 30 "abilities": [ 31 { 32 "name": "MainAbility", 33 "srcEntry": "./ets/MainAbility/MainAbility.ts", 34 "description": "$string:MainAbility_desc", 35 "icon": "$media:image", 36 "label": "$string:MainAbility_label", 37 "startWindowIcon": "$media:image", 38 "startWindowBackground": "$color:white", 39 "exported": true, 40 "skills": [ 41 { 42 "entities": [ 43 "entity.system.home" 44 ], 45 "actions": [ 46 "action.system.home" 47 ] 48 } 49 ] 50 } 51 ], 52 "requestPermissions": [ 53 { 54 "name": "ohos.permission.CAPTURE_SCREEN" 55 }, 56 { 57 "name": "ohos.permission.WRITE_MEDIA" 58 }, 59 { 60 "name": "ohos.permission.READ_MEDIA" 61 }, 62 { 63 "name": "ohos.permission.INTERNET" 64 }, 65 { 66 "name": "ohos.permission.MEDIA_LOCATION" 67 }, 68 { 69 "name": "ohos.permission.CAMERA" 70 }, 71 { 72 "name": "ohos.permission.MICROPHONE" 73 }, 74 { 75 "name": "ohos.permission.START_INVISIBLE_ABILITY" 76 }, 77 { 78 "name": "ohos.permission.SYSTEM_FLOAT_WINDOW" 79 }, 80 { 81 "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 82 }, 83 { 84 "name": "ohos.permission.ACCELEROMETER" 85 }, 86 { 87 "name": "ohos.permission.REMOVE_CACHE_FILES" 88 }, 89 { 90 "name": "ohos.permission.GET_INSTALLED_BUNDLE_LIST" 91 }, 92 { 93 "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE" 94 }, 95 { 96 "name": "ohos.permission.GET_WIFI_INFO" 97 }, 98 { 99 "name": "ohos.permission.READ_IMAGEVIDEO" 100 }, 101 { 102 "name": "ohos.permission.WRITE_IMAGEVIDEO" 103 }, 104 { 105 "name": "ohos.permission.ACCESS_SCREEN_LOCK_INNER" 106 }, 107 { 108 "name": "ohos.permission.INPUT_MONITORING" 109 }, 110 { 111 "name": "ohos.permission.GET_WIFI_INFO_INTERNAL" 112 }, 113 { 114 "name": "ohos.permission.SET_WIFI_INFO" 115 }, 116 { 117 "name": "ohos.permission.GET_WIFI_PEERS_MAC" 118 }, 119 { 120 "name": "ohos.permission.GET_WIFI_LOCAL_MAC" 121 }, 122 { 123 "name": "ohos.permission.GET_WIFI_CONFIG" 124 }, 125 { 126 "name": "ohos.permission.SET_WIFI_CONFIG" 127 }, 128 { 129 "name": "ohos.permission.MANAGE_WIFI_CONNECTION" 130 }, 131 { 132 "name": "ohos.permission.MANAGE_WIFI_HOTSPOT" 133 }, 134 { 135 "name": "ohos.permission.LOCATION" 136 }, 137 { 138 "name": "ohos.permission.APPROXIMATELY_LOCATION" 139 }, 140 { 141 "name": "ohos.permission.USE_BLUETOOTH" 142 }, 143 { 144 "name": "ohos.permission.DISCOVER_BLUETOOTH" 145 }, 146 { 147 "name": "ohos.permission.MANAGE_BLUETOOTH" 148 }, 149 { 150 "name": "ohos.permission.ACCESS_BLUETOOTH" 151 }, 152 { 153 "name": "ohos.permission.ACTIVITY_MOTION" 154 }, 155 { 156 "name": "ohos.permission.REBOOT" 157 }, 158 { 159 "name": "ohos.permission.ACCESS_BIOMETRIC" 160 } 161 ] 162 } 163}