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 "deliveryWithInstall": true, 23 "installationFree": false, 24 "pages": "$profile:main_pages", 25 "uiSyntax": "ets", 26 "abilities": [ 27 { 28 "name": "MainAbility", 29 "srcEntry": "./ets/MainAbility/MainAbility.ts", 30 "description": "$string:MainAbility_desc", 31 "icon": "$media:image", 32 "label": "$string:MainAbility_label", 33 "startWindowIcon": "$media:image", 34 "startWindowBackground": "$color:white", 35 "orientation": "auto_rotation", 36 "exported": true, 37 "skills": [ 38 { 39 "entities": [ 40 "entity.system.home" 41 ], 42 "actions": [ 43 "action.system.home" 44 ] 45 } 46 ] 47 } 48 ], 49 "requestPermissions": [ 50 { 51 "name": "ohos.permission.POWER_MANAGER" 52 }, 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 "extensionAbilities": [ 163 { 164 "name": "EntryEmbeddedUIExtAbility", 165 "srcEntry": "./ets/entryembeddeduiextability/EntryEmbeddedUIExtAbility.ets", 166 "description": "$string:EntryEmbeddedUIExtAbility_desc", 167 "label": "$string:EntryEmbeddedUIExtAbility_label", 168 "type": "embeddedUI" 169 } 170 ] 171 } 172}