13e0f1854Sopenharmony_ci/**
23e0f1854Sopenharmony_ci * Copyright (c) 2024-2024 Huawei Device Co., Ltd.
33e0f1854Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
43e0f1854Sopenharmony_ci * you may not use this file except in compliance with the License.
53e0f1854Sopenharmony_ci * You may obtain a copy of the License at
63e0f1854Sopenharmony_ci *
73e0f1854Sopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
83e0f1854Sopenharmony_ci *
93e0f1854Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
103e0f1854Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
113e0f1854Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
123e0f1854Sopenharmony_ci * See the License for the specific language governing permissions and
133e0f1854Sopenharmony_ci * limitations under the License.
143e0f1854Sopenharmony_ci */
153e0f1854Sopenharmony_ci
163e0f1854Sopenharmony_ciimport { appTasks } from '@ohos/hvigor-ohos-plugin';
173e0f1854Sopenharmony_ci
183e0f1854Sopenharmony_ciexport default {
193e0f1854Sopenharmony_ci    system: appTasks,  /* Built-in plugin of Hvigor. It cannot be modified. */
203e0f1854Sopenharmony_ci    plugins:[]         /* Custom plugin to extend the functionality of Hvigor. */
213e0f1854Sopenharmony_ci}
22