1c1d0c72aSopenharmony_ci# Copyright (c) 2021 Huawei Device Co., Ltd.
2c1d0c72aSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3c1d0c72aSopenharmony_ci# you may not use this file except in compliance with the License.
4c1d0c72aSopenharmony_ci# You may obtain a copy of the License at
5c1d0c72aSopenharmony_ci#
6c1d0c72aSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7c1d0c72aSopenharmony_ci#
8c1d0c72aSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9c1d0c72aSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10c1d0c72aSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11c1d0c72aSopenharmony_ci# See the License for the specific language governing permissions and
12c1d0c72aSopenharmony_ci# limitations under the License..
13c1d0c72aSopenharmony_ci
14c1d0c72aSopenharmony_cihdf_framework_path = "//drivers/hdf_core/framework"
15c1d0c72aSopenharmony_cihdf_uhdf_path = "//drivers/hdf_core/adapter/uhdf2"
16c1d0c72aSopenharmony_cideclare_args() {
17c1d0c72aSopenharmony_ci  hicollie_enabled = true
18c1d0c72aSopenharmony_ci  if (defined(global_parts_info) &&
19c1d0c72aSopenharmony_ci      !defined(global_parts_info.hiviewdfx_hicollie)) {
20c1d0c72aSopenharmony_ci    hicollie_enabled = false
21c1d0c72aSopenharmony_ci  }
22c1d0c72aSopenharmony_ci  with_sample = false
23c1d0c72aSopenharmony_ci  hdf_core_default_peripheral_config = true
24c1d0c72aSopenharmony_ci}
25