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 "orientation": "auto_rotation", 40 "exported": true, 41 "skills": [ 42 { 43 "entities": [ 44 "entity.system.home" 45 ], 46 "actions": [ 47 "action.system.home" 48 ] 49 } 50 ] 51 } 52 ], 53 "requestPermissions": [ 54 { 55 "name": "ohos.permission.CAPTURE_SCREEN" 56 }, 57 { 58 "name": "ohos.permission.WRITE_MEDIA" 59 }, 60 { 61 "name": "ohos.permission.READ_MEDIA" 62 }, 63 { 64 "name": "ohos.permission.INTERNET" 65 }, 66 { 67 "name": "ohos.permission.MEDIA_LOCATION" 68 }, 69 { 70 "name": "ohos.permission.CAMERA" 71 }, 72 { 73 "name": "ohos.permission.MICROPHONE" 74 }, 75 { 76 "name": "ohos.permission.START_INVISIBLE_ABILITY" 77 }, 78 { 79 "name": "ohos.permission.SYSTEM_FLOAT_WINDOW" 80 }, 81 { 82 "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 83 }, 84 { 85 "name": "ohos.permission.ACCELEROMETER" 86 }, 87 { 88 "name": "ohos.permission.REMOVE_CACHE_FILES" 89 }, 90 { 91 "name": "ohos.permission.GET_INSTALLED_BUNDLE_LIST" 92 }, 93 { 94 "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE" 95 }, 96 { 97 "name": "ohos.permission.GET_WIFI_INFO" 98 }, 99 { 100 "name": "ohos.permission.READ_IMAGEVIDEO" 101 }, 102 { 103 "name": "ohos.permission.WRITE_IMAGEVIDEO" 104 }, 105 { 106 "name": "ohos.permission.ACCESS_SCREEN_LOCK_INNER" 107 }, 108 { 109 "name": "ohos.permission.INPUT_MONITORING" 110 }, 111 { 112 "name": "ohos.permission.GET_WIFI_INFO_INTERNAL" 113 }, 114 { 115 "name": "ohos.permission.SET_WIFI_INFO" 116 }, 117 { 118 "name": "ohos.permission.GET_WIFI_PEERS_MAC" 119 }, 120 { 121 "name": "ohos.permission.GET_WIFI_LOCAL_MAC" 122 }, 123 { 124 "name": "ohos.permission.GET_WIFI_CONFIG" 125 }, 126 { 127 "name": "ohos.permission.SET_WIFI_CONFIG" 128 }, 129 { 130 "name": "ohos.permission.MANAGE_WIFI_CONNECTION" 131 }, 132 { 133 "name": "ohos.permission.MANAGE_WIFI_HOTSPOT" 134 }, 135 { 136 "name": "ohos.permission.LOCATION" 137 }, 138 { 139 "name": "ohos.permission.APPROXIMATELY_LOCATION" 140 }, 141 { 142 "name": "ohos.permission.USE_BLUETOOTH" 143 }, 144 { 145 "name": "ohos.permission.DISCOVER_BLUETOOTH" 146 }, 147 { 148 "name": "ohos.permission.MANAGE_BLUETOOTH" 149 }, 150 { 151 "name": "ohos.permission.ACCESS_BLUETOOTH" 152 }, 153 { 154 "name": "ohos.permission.ACTIVITY_MOTION" 155 }, 156 { 157 "name": "ohos.permission.REBOOT" 158 }, 159 { 160 "name": "ohos.permission.ACCESS_BIOMETRIC" 161 } 162 ] 163 } 164}