1697b4da4Sopenharmony_ci/** 2697b4da4Sopenharmony_ci * Copyright (c) 2023 Huawei Device Co., Ltd. 3697b4da4Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4697b4da4Sopenharmony_ci * you may not use this file except in compliance with the License. 5697b4da4Sopenharmony_ci * You may obtain a copy of the License at 6697b4da4Sopenharmony_ci * 7697b4da4Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8697b4da4Sopenharmony_ci * 9697b4da4Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10697b4da4Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11697b4da4Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12697b4da4Sopenharmony_ci * See the License for the specific language governing permissions and 13697b4da4Sopenharmony_ci * limitations under the License. 14697b4da4Sopenharmony_ci */ 15697b4da4Sopenharmony_ci 16697b4da4Sopenharmony_ci{ 17697b4da4Sopenharmony_ci "app": { 18697b4da4Sopenharmony_ci "bundleName": "com.ohos.useriam.authwidget", 19697b4da4Sopenharmony_ci "vendor": "example", 20697b4da4Sopenharmony_ci "versionCode": 1000000, 21697b4da4Sopenharmony_ci "versionName": "1.0.0", 22697b4da4Sopenharmony_ci "icon": "$media:app_icon", 23697b4da4Sopenharmony_ci "label": "$string:app_name", 24697b4da4Sopenharmony_ci "minAPIVersion": 10, 25697b4da4Sopenharmony_ci "targetAPIVersion": 10, 26697b4da4Sopenharmony_ci "distributedNotificationEnabled": true, 27697b4da4Sopenharmony_ci "apiReleaseType": "Beta5" 28697b4da4Sopenharmony_ci } 29697b4da4Sopenharmony_ci} 30