1686862fbSopenharmony_ci/* 2686862fbSopenharmony_ci * Copyright (c) 2022 Huawei Device Co., Ltd. 3686862fbSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4686862fbSopenharmony_ci * you may not use this file except in compliance with the License. 5686862fbSopenharmony_ci * You may obtain a copy of the License at 6686862fbSopenharmony_ci * 7686862fbSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8686862fbSopenharmony_ci * 9686862fbSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10686862fbSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11686862fbSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12686862fbSopenharmony_ci * See the License for the specific language governing permissions and 13686862fbSopenharmony_ci * limitations under the License. 14686862fbSopenharmony_ci */ 15686862fbSopenharmony_ci 16686862fbSopenharmony_ci{ 17686862fbSopenharmony_ci "app": { 18686862fbSopenharmony_ci "bundleName": "com.ohos.continuationManualTestSuite.hmservice", 19686862fbSopenharmony_ci "vendor": "example", 20686862fbSopenharmony_ci "versionCode": 1000000, 21686862fbSopenharmony_ci "versionName": "1.0.0", 22686862fbSopenharmony_ci "icon": "$media:app_icon", 23686862fbSopenharmony_ci "label": "$string:app_name", 24686862fbSopenharmony_ci "distributedNotificationEnabled": true 25686862fbSopenharmony_ci } 26686862fbSopenharmony_ci} 27